Hi,
i search a programm where i can pimp my weapon in the server i have heard it give so what but i need the Name of Programm or maybe anyone can tell me here.
The programm is for pimping Weapons to 16/16 only Gm can make this ^^
Hi,
i search a programm where i can pimp my weapon in the server i have heard it give so what but i need the Name of Programm or maybe anyone can tell me here.
The programm is for pimping Weapons to 16/16 only Gm can make this ^^
Go to Enterprise manager / Local / KAL_DB / Item go to the item and set
for 16/16/6 weapon (bow or sowrd ) for stick ( make 16 for XMagic)
XAttack :13 >>> highest is 20
Xhit : 6 >>> highest is 20
UpgerLevel : 16 >>> highest is 20
((MaxEnd / CurEnd : 32 defult ))
(( UpgrRate : chance for next E.B level ))
Write simple Queries to MSSQL via PHP.
Example of query:
It adds Item which index is 187 and owner of this item is player with PID saved in $pid variable.PHP Code:mssql_query("INSERT INTO [kal_db].[dbo].[Item] ([PID], [Index],
[Prefix], [Info], [Num], [MaxEnd], [CurEnd], [SetGem], [XAttack], [XMagic],
[XDefense], [XHit], [XDodge], [Protect], [UpgrLevel], [UpgrRate])
VALUES ($pid, 187, 0, 0, 5000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)");
Very nice, work Vaxieus.
May I ask, does the SetGem field have to do with mixing by any chance? or do mixed items simply have a different index/item code?