Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to equip weapon+shield then bow?
#1
Catar's Script

Hi, I'm a newbie with this bot, I've tried to config Catar's script to use xbow + bolt, star + shield and bow + arrow but I followed the instructions and Idk if I'm doing something wrong but it does change anything but what I added Confused

These are the variables that I added (don't mind the dwarven shield haha)
Code:
#Set - 1
1_Name=Bosses Set
1_Helmet=28715
1_Armor=22530
1_Legs=28720
1_Ammo=25758
1_Boots=3246
1_RightHand=20087
1_LeftHand=
1_Ring=23529
1_Amulet=23542

1_Color_R=93
1_Color_G=0
1_Color_B=253

#Set - 2
2_Name=Haste Set
2_Helmet=22754
2_Armor=16110
2_Legs=14087
2_Ammo=25976
2_Boots=3246
1_RightHand=25759
1_LeftHand=3425
1_Ring=25698
1_Amulet=21170

2_Color_R=18
2_Color_G=196
2_Color_B=232

#Set - 3
3_Name=Hunt Set
3_Helmet=22754
3_Armor=22530
3_Legs=28720
3_Ammo=25757
3_Boots=3246
1_RightHand=28718
1_LeftHand=

#idk how to unequip

1_Ring=25698
1_Amulet=21170

3_Color_R=18
3_Color_G=245
3_Color_B=253

# Configuration - Advanced
SetChanger_0=Helmet
SetChanger_1=Armor
SetChanger_2=Legs
SetChanger_3=Ammo
SetChanger_4=Boots
SetChanger_5=RightHand
SetChanger_6=LeftHand
SetChanger_7=Ring
SetChanger_8=Amulet

Should I add something else to the wearer macro?

Thanks in advance, also I'd gladly give rep if you could help me
Reply
#2
are these some new IDs of items? maybe they're not recognised by bot yet, check if they/'rein bots item list, if no add them
Reply
#3
(11-25-2020, 08:48 AM)Catar Wrote: are these some new IDs of items? maybe they're not recognised by bot yet, check if they/'rein bots item list, if no add them

Thanks for replying. Yeah, I had to add falcon items but other than that, all the other items are already saved in the .txt file.

I noticed that I had errors like 1_Ring=XXX on set 3, changed that but still couldn't move anything else than what you originally scripted it for

Edit: I got the amulet and ring to change too, I don't know what I'm missing for weapons
Reply
#4
I dont remember how exactly it worked, i think it was using hotkey equip system, if u try hotkey those manually in tibia, will it change from sword/shield into bow?
Reply
#5
Yeah, it does, I could probably go for a second macro to add those as hotkeys and use something like this

Code:
Self.Inventory.Amulet()==0
Tibia.SendKey(120)
Macro.Wait(230)
Self.Inventory.Amulet()==1

F1 - 112
F2 - 113
F3 - 114
F4 - 115
F5 - 116
F6 - 117
F7 - 118
F8 - 119
F9 - 120
F10 - 121
F11 - 122
F12 - 123

Although I'd like to bury those hotkeys into ctrl+f# I guess they just keep on going? like Shift+F1 124?

or idk if it's possible to implement in the same macro

thanks man
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)