Play Battle of Infinity through script commands.
Commands :
-
EnterInfinity
: Tries to enter to battle infinity by talking to NPC -
StartInfinity
: Starts battle infinity by talking to the manager -
TalkMorphstone
: Talks to the Morphstone NPC to converts you to the prefered state -
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.
Download :
[Save as Link]
Do you like my plugins? Buy me a coffee!
Keep the track of my updates with xPluginUpdater