[Plugin] xBattleInfinity

Play Battle of Infinity through script commands. :fire:

Commands :

  1. EnterInfinity : Tries to enter to battle infinity by talking to NPC

  2. StartInfinity : Starts battle infinity by talking to the manager

  3. TalkMorphstone : Talks to the Morphstone NPC to converts you to the prefered state

  4. AttackInfinity : Attacks all mobs around programatically using the radius

  • PickupDrops : Pick up drops around using the range provided

  • WaitParty,Amount : Waits for party members count in the current position to continue script

  • RemoveMorphstone : Removes the mask from morphstone if still activated

Notes :

  • Infinity commands group requires to be in order, that means you cannot place Nº3 before Nº2, all just to avoid passing repeated data between commands.
  • It has been tested with SOLO mode only but PARTY should not have issues.

Script Example (Donwhang) :

SOLO
walk,3549,2064,-106
walk,3549,2085,-106
wait,5000
// Enters to infinity
EnterInfinity
wait,5000
walk,14664,2594,624
walk,14670,2596,624
// Starts infinity
StartInfinity
walk,14677,2593,622
walk,14711,2593,376
walk,14718,2606,376
// Use the mask type A by default
TalkMorphstone
walk,14724,2593,381
// Start attacking mobs around
AttackInfinity,50
walk,14731,2603,0
// Removes the mask manually just in case
RemoveMorphstone
walk,14747,2594,0
// Picks all drops around using the pick filter
PickupDrops,50
// Returns to town
use,returnscroll
PARTY
walk,3549,2064,-106
walk,3549,2085,-106
// Wait party members outside
WaitParty,8
wait,5000
// Enters to infinity
EnterInfinity,party
wait,5000
// Wait party members inside
WaitParty,8
walk,14664,2594,624
walk,14670,2596,624
// Starts infinity
StartInfinity
walk,14677,2593,622
walk,14711,2593,376
walk,14718,2606,376
// Use the mask type A by default
TalkMorphstone
walk,14724,2593,381
// Start attacking mobs around
AttackInfinity,50
walk,14731,2603,0
// Removes the mask manually just in case
RemoveMorphstone
walk,14747,2594,0
// Picks all drops around using the pick filter
PickupDrops,50
// Returns to town
use,returnscroll

This has been something planned for so long, so sorry for the delay!
Thanks to the silkroad account from some guy on Discord, I have been able to test and fix the plugin issues myself. :face_with_hand_over_mouth:


Download : [Save as Link] :male_detective:
Do you like my plugins? Buy me a coffee! :coffee:
Keep the track of my updates with xPluginUpdater :mage::sparkles:

6 Likes

can u make samething about changing profile after its done 2 time ? (i am trying to make it everyday at 6 PM goes to town leaves pt and changing boi profile – after boi done for 2 time change for traning profile)

You can do that already through scripts and profiles:

  • Try to change your boi profile to a new one at the end of the script like profile,2ndRound

  • Then 2ndRound profile will change to the default at the end of his script like profile,Default

Phbot says its successfully loaded.But its not shown up on phbot plugin tabs.Ive been using phbot testing version.What should i do to fix this issue?

There is no tab page created to use this plugin, all is done through script commands.

1 Like

got it now :slight_smile: thx bro

1- The profile does not change automatically when the right to enter is max. (I added it as profile,slot at the end of the script.) So it ignores the maximum entry warning.

2- And when he walks in he presses morphstone but he doesn’t press yes and the bot just stays there.

Please update help me. @JellyBitz