dbjorkholm / FORGOTTENSERVER-ORTS

Try to make the perfect open real tibia server!
60 stars 76 forks source link

NPC item charges #280

Closed att3 closed 10 years ago

att3 commented 10 years ago

example djinn lua files have it like; (example Alesar.lua) {id = 2201, buy = 1000, sell = 100, name = 'Dragon Necklace'},

How to add charges there?

In .xml it is just dragon necklace,2201,1000,200;

But how in lua?

vinioliveirasilva commented 10 years ago

even using dragon necklace, 2201,1000,200 in xml, the dragon necklace does not come with 200 charges. might be an error in lib or tfs.

vinioliveirasilva commented 10 years ago

in xml works, I made a mistake.

I am researching how to do in LUA.

vinioliveirasilva commented 10 years ago

fixed https://github.com/PrinterLUA/FORGOTTENSERVER-ORTS/commit/1fd5c7d53808a28c6eb4720bb96a19ad8e2735a0