Sir aecrimch
Help me.
im using zteam season 6 episode 3 i have problem in PK , max PK is lvl 3 only i want to change in unlimited pk Can you help me please .
//=====================================// PK System//=====================================
PKTIME = 15
PKItemDrop = 0
PKLevelIncreaseOff = 0
PKEnableSelfDefense = 1
Fix for level req on wings:
Search for if( gItem.IsCustomWings(lpItem->ItemID, false) )
above it you found lpItem->ReqLevel = *(short*)(ItemAttr + 60);
delete it and add after:
if( gItem.IsCustomWings(lpItem->ItemID, false) )
{
:
lpItem->ReqLevel = *(short*)(ItemAttr + 60);
your function look like this:
void Item::SetOption(ObjectItem * lpItem, BYTE Option, BYTE Special, BYTE Value)
{
pSetItemOption(lpItem, Option, Special, Value);
// ----
int ItemAttr = *(DWORD*)0x8128AC0 + 84 * lpItem->ItemID; //item.bmd reader
int SpecialValue = GET_ITEMOPT0(Option) + 4 * (GET_ITEMOPT16(Special) >> 6);
// ----
if( gItem.IsCustomWings(lpItem->ItemID, false) )
{
lpItem->ReqLevel = *(short*)(ItemAttr + 60);
How to edit options in new wings?
Как изменить опции на новых вингах? таких как Defence, absorb и т.д. ?
HELP Guys . what is best GameGuard or Anti hack in Files ? Because my other player have hacks like Bypass :( Help me. what is compatible in Zteam.
Have you guys encountered this error message in exDB?
"Friend DB Set ODBC connect fail"
What might be the cause of this?
Can anyone confirm that Jewel of harmony on ancient is fixed in this release
Ok now bro need to recompile the source. @quskevel how can I change background color and text of gs server sorry not good in c
Last edited by Prototypex; 13-09-14 at 04:37 PM.