new link please ?
Beiträge von .Santana
-
-
#Send message
-
Hi, i need your help because i not understand code and i not know how to put this part here and what changes exactly
What i need to add :C- // 1) Search:
- #ifdef ENABLE_NEW_EQUIPMENT_SYSTEM
- const DWORD c_New_Equipment_Start = c_Equipment_Start + 23;
- const DWORD c_New_Equipment_Count = 3;
- const DWORD c_Equipment_Ring1 = c_New_Equipment_Start + 0;
- const DWORD c_Equipment_Ring2 = c_New_Equipment_Start + 1;
- const DWORD c_Equipment_Belt = c_New_Equipment_Start + 2;
- #endif
- // 2) Replace with:
- #ifdef ENABLE_NEW_EQUIPMENT_SYSTEM
- #ifdef ENABLE_COSTUME_WEAPON_SYSTEM
- #ifdef ENABLE_EFFECT_SYSTEM
- const DWORD c_New_Equipment_Start = c_Equipment_Start + 23 + 1 + 2;
- #else
- const DWORD c_New_Equipment_Start = c_Equipment_Start + 23 + 1;
- #endif
- #else
- #ifdef ENABLE_EFFECT_SYSTEM
- const DWORD c_New_Equipment_Start = c_Equipment_Start + 23 + 2;
- #else
- const DWORD c_New_Equipment_Start = c_Equipment_Start + 23;
- #endif
- #endif
- const DWORD c_New_Equipment_Count = 3;
- const DWORD c_Equipment_Ring1 = c_New_Equipment_Start + 0;
- const DWORD c_Equipment_Ring2 = c_New_Equipment_Start + 1;
- const DWORD c_Equipment_Belt = c_New_Equipment_Start + 2;
- #endif
And it is my files :
C- #i#ifdef ENABLE_NEW_EQUIPMENT_SYSTEM
- #ifdef ENABLE_COSTUME_WEAPON
- const DWORD c_New_Equipment_Start = c_Equipment_Start + 22;
- #else
- const DWORD c_New_Equipment_Start = c_Equipment_Start + 21;
- #endif
- const DWORD c_New_Equipment_Count = 3;
- const DWORD c_Equipment_Ring1 = c_New_Equipment_Start + 0;
- const DWORD c_Equipment_Ring2 = c_New_Equipment_Start + 1;
- const DWORD c_Equipment_Belt = c_New_Equipment_Start + 2;
- #endif
What i need to add
C- // 1) Search:
- #ifdef ENABLE_COSTUME_SYSTEM
- const DWORD c_Costume_Slot_Start = c_Equipment_Start + 19;
- const DWORD c_Costume_Slot_Body = c_Costume_Slot_Start + 0;
- const DWORD c_Costume_Slot_Hair = c_Costume_Slot_Start + 1;
- const DWORD c_Costume_Slot_Count = 2;
- const DWORD c_Costume_Slot_End = c_Costume_Slot_Start + c_Costume_Slot_Count;
- #endif
- // 2) Replace with:
- #ifdef ENABLE_COSTUME_SYSTEM
- const DWORD c_Costume_Slot_Start = c_Equipment_Start + 19;
- const DWORD c_Costume_Slot_Body = c_Costume_Slot_Start + 0;
- const DWORD c_Costume_Slot_Hair = c_Costume_Slot_Start + 1;
- const DWORD c_Costume_Slot_Acce = c_Costume_Slot_Start + 2;
- #ifdef ENABLE_MOUNT_SYSTEM
- const DWORD c_Costume_Slot_Mount = c_Costume_Slot_Start + 3;
- #endif
- #ifdef ENABLE_COSTUME_WEAPON_SYSTEM
- const DWORD c_Costume_Slot_Weapon = c_Costume_Slot_Start + 4;
- #endif
- #ifdef ENABLE_EFFECT_SYSTEM
- const DWORD c_Costume_Effect_Body = c_Costume_Slot_Start + 5;
- const DWORD c_Costume_Effect_Weapon = c_Costume_Slot_Start + 6;
- #endif
- const DWORD c_Costume_Slot_Count = 7;
- const DWORD c_Costume_Slot_End = c_Costume_Slot_Start + c_Costume_Slot_Count;
- #endif
And it is My files :Code- #ifdef ENABLE_COSTUME_SYSTEM
- const DWORD c_Costume_Slot_Start = c_Equipment_Start + 19;
- const DWORD c_Costume_Slot_Body = c_Costume_Slot_Start + 0;
- const DWORD c_Costume_Slot_Hair = c_Costume_Slot_Start + 1;
- #ifdef ENABLE_COSTUME_WEAPON
- const DWORD c_Costume_Slot_Weapon = c_Costume_Slot_Start + 1;
- const DWORD c_Costume_Slot_Count = 3;
- #else
- const DWORD c_Costume_Slot_Count = 2;
- #endif
- const DWORD c_Costume_Slot_End = c_Costume_Slot_Start + c_Costume_Slot_Count;
- #endif
-
Where have you affect the logo ?
-
UP !!
-
Database syserr :
SYSERR: Nov 24 23:20:44 :: Process: FDWATCH: peer null in event: ident 22
SYSERR: Nov 24 23:20:44 :: Process: FDWATCH: peer null in event: ident 20
SYSERR: Nov 24 23:20:44 :: Process: FDWATCH: peer null in event: ident 23
SYSERR: Nov 24 23:20:44 :: Process: FDWATCH: peer null in event: ident 27
SYSERR: Nov 24 23:20:45 :: Process: FDWATCH: peer null in event: ident 30
SYSERR: Nov 24 23:20:45 :: Process: FDWATCH: peer null in event: ident 24
SYSERR: Nov 24 23:20:45 :: Process: FDWATCH: peer null in event: ident 28
SYSERR: Nov 24 23:20:45 :: Process: FDWATCH: peer null in event: ident 29
SYSERR: Nov 24 23:20:45 :: Process: FDWATCH: peer null in event: ident 26
SYSERR: Nov 24 23:20:46 :: Process: FDWATCH: peer null in event: ident 25
SYSERR: Nov 24 23:20:50 :: Process: FDWATCH: peer null in event: ident 21I have these error when i close my server (koridev)
-> sh close.shSo i have no idea how solve these error
thanks for help >< -
Don't forget to include "config.h" in exchange.cpp if you haven't it in !
thanks iPeri
-
-
you put anyshop database with "account" "player" etc ?
-
Just one question : in your item_proto.txt for your weapon costume have you same type and subtype like screen ?
Bitte melden Sie sich an, um dieses Bild zu sehen. -
-
HAJIME NO IPPO !
-
Erm, Link (serait également utile) xD
Comment savez - vous si exactement Bitte melden Sie sich an, um diesen Link zu sehen. ?
1000% sûr? : DMerci pour les réponses
tested and work
-
-
Thanks for help everyone !
i make a mistake with system costume weapon and there don't necessary to add shining
-
Add fonction " Unpack" in quest_fuctions
-
which error exactly
-
You can take exemple with my files
- uitaskbar.py Bitte melden Sie sich an, um diesen Link zu sehen.
- game.py Bitte melden Sie sich an, um diesen Link zu sehen.
- constinfo.py Bitte melden Sie sich an, um diesen Link zu sehen.
-
Everyone who have error
Show me game.py and constinfo.py
I can help you -
Work Perfectly
Thanks guy !