![]() |
Sword with 1000x - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Support (https://forums.bmega.net/forum-6.html) +--- Forum: Support & Help (https://forums.bmega.net/forum-8.html) +--- Thread: Sword with 1000x (/thread-12503.html) |
Sword with 1000x - brunovfx - 11-05-2013 Hello, I have several swords with 1000x one otsev, I would like to know if you have to renew the same when she's with 20x. Staying replacing soft boots just like when RE: Sword with 1000x - kamill - 11-05-2013 Go to Re-user and mark "left hand". RE: Sword with 1000x - brunovfx - 11-06-2013 (11-05-2013, 11:50 PM)kamill Wrote: Go to Re-user and mark "left hand". In this situation, you're exposed me, the sword should end loads for which it can be exchanged. I want that when she arrived 20x can now be replaced by another with loads 1000x RE: Sword with 1000x - Thiaguin- - 11-06-2013 (11-06-2013, 06:07 PM)brunovfx Wrote:(11-05-2013, 11:50 PM)kamill Wrote: Go to Re-user and mark "left hand". 1000 {Equip Sword.} Self.Inventory.LeftHand.Count()<20 Self.Equip.LeftHand(ID) Exit() change ID for IDsword and press DONE. any problem or question post here or pm me. ty. RE: Sword with 1000x - brunovfx - 11-07-2013 (11-06-2013, 08:45 PM)Thiaguin- Wrote:(11-06-2013, 06:07 PM)brunovfx Wrote:(11-05-2013, 11:50 PM)kamill Wrote: Go to Re-user and mark "left hand". Did not work, I tested with "You see a spike sword (Atk: 20 + 4 physical fire, Def: 21 +2) que has 934 charges left" Put to change when estivese with 935, it continues breaking and not replace it with another. The ID it is 660. RE: Sword with 1000x - MegaNo0body - 11-07-2013 There's no way to do that. RE: Sword with 1000x - Kimoszin - 11-07-2013 Equip a sword when left hand is empty. [macro]1000 {Equip another sword} ID:=9 Self.Inventory.LeftHand()==0 Self.Equip.LeftHand(!ID!)[/macro] RE: Sword with 1000x - brunovfx - 11-08-2013 (11-07-2013, 11:56 PM)Kimoszin Wrote: Equip a sword when left hand is empty. where I put the ID of the Sword and the amount? Excuse the ignorance RE: Sword with 1000x - MegaNo0body - 11-08-2013 ID=9, change the 9 to the ID of the sword. However it will only replace the sword when the one in your hand ends. RE: Sword with 1000x - Dexter - 11-08-2013 Change the "9" by sword ID. |