Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Update?
#16
(10-11-2020, 11:20 PM)MegaNo0body Wrote:
(10-10-2020, 01:41 AM)doxmey Wrote:
(08-31-2020, 11:49 AM)Sensei Venc Wrote: can you share with us the editing for Aurera?

@edit: i copy modifications for Gunzodus, erased some lines and works on Aurera xD, here's the file

Well I tried it but there are a few walkable tiles that your character will get stuck if you use it the way it is. For example on edron the floor in the castle to take the carpet is like this 429,112,0,0,0, . I don't know what this flags 112 is because there's nowhere to look them up but it's definitely not a walkable tile flag, all my bots got stuck there after I used this because it should be 429,144,0,0,0, . Well i did one that so far seems to be working for aurera-global, I don't know if it's going to get stuck anywhere else. But if it does just look for the floor id and search it on the file to check if it' correct.

Just paste the content of the .txt to the end of your bbot.items.txt

Code:
# Tibia flags
# ID,Flags,Weight,NPCBuyPrice,NPCSellValue,Name
# Flags:
#  1. Pickupable
#  2. Stackable
#  4. Countable
#  8. Container
#  16. Immoveable
#  32. BlockWalk
#  64. BlockMissiles
#  128. Ground

112 => 64 + 32 + 16 => block walk, block missile and is immoveable

Ohhh i get it now! Thanks so much!
Reply


Messages In This Thread
Update? - by Nvp - 08-13-2020, 05:51 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)