What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Equip not working

Status
Not open for further replies.

Sidalol

Member
Joined
Jul 1, 2010
Messages
987
Reaction score
15
UnEquip("Glass Phoenix") works fine. Equip("Glass Phoenix") does not.
 
It refuses to equip glass phoenix for me. Unequips fine.
 
Please, run
Code:
if (!Equip("Glass Phoenix"))
  Log(GetLastError().ToString());

result here.
 
K, checked. In eu database no info in the armor table for item Id (8000004 Glass Phoenix).
Only info about item.
So bot dont know, in what cell he should equip this item. Also i dont know how client can know this, if no info in database, becouse of info about cell contains in armor table.

P.s. try to fix it with another method. Update will be today, after update please write result.
 
Last edited:
Status
Not open for further replies.
Back
Top