How do i add Vampire Claws into both hands ? can any one help me here thanks !
Then, if i use 5 ...Quote:
Try to study the item code, like why do we use 4 as the starting number for weapons etc.
If you take a look at old sourse codes from the client and message server you can see the possition 5 (left hand) and possition 9 (shield) are disabled.Quote:
Then, if i use 5 ...
Thanks for hint, I will test this now :)
@edit :(
I create the new weapon: 550254
But when i click to equip, it dont equip,
and dont appear "Super" in your name in Client.
actualy if your trying to make a left hand weapon it will have id 500000 to 599999 Because then the clients will see it as a left hand weapon. But the left hand weapon is disabled in the source code.Quote:
@sandolkakos the weapon range is 400000 through to 499999 that is all the client will read as a weapon.