this wont make sense but in chrome forum not here but lemme give this a try , brb
if level <=120 && == 1rb
cityrun (method to go to ape city ?)
@tele 1036 x y
npcaction *RebirthMaster,2,1,1 (reb npc ?)
srsly that sounds like shit for me cuz i dont even know the full commands but here
an example for how this goes for a PERFECT script
(BTW im the one who did the first blue mouse script on cog)
make a path which goes around all spawns with decent red.
add bosses coords in a list
add hunting coords in a list
add coords for npcs to collect items
check if +120 && reb = 1
check if not in ape , go to ape then go to coords to npc
clicknpc,answerPram
go to coords of pots , check inventory , buy pots , go to hunting spawn
while(moss,dream,soularmoa not in item)
{
hunt in hunting coords in the path u have pre-done
}
and u need now to check if u got them to do the next step (sorry not perfect english but code will explain)
while(moss,dream,soularmoa in item)
{
go to spawning boss coords and do pram and kill it
while(moss,dream,soularmoa not in item)
{
hunt in hunting coords in the path u have pre-done
}
}
and so on till u reach this
while( 3 items which spawn monster of pure vigro is there)
go to exchange them
go to spawn it and kill it
while(3 items (each of 3 horns)
go to npc to make them this thing which spawn some monster
spawn it and kill it
while(3 horns in item)
{
go to make another item
while(moss,dream,soularmoa in item)
{
go to spawning boss coords and do pram and kill it
while(moss,dream,soularmoa not in item)
{
hunt in hunting coords in the path u have pre-done
}
}
}
}
}
u may dont like while and need to do it with another nested loops or even switchs/deg/methChecks ,
its really up to u for how to code it but this is how the whole thing will be like
after all this whiles not true it will go for next code which do second reb or w/e
also u need to try and catch , not litterally but atleast to check if dead to go to the start and deposit and save how much he deposited , srsly cant tell u how scripts maybe great but it need a great coder too
nice things to be done
check if dead to deposit
check if item full to deposit
variable to know how much u deposited
max value for this variable when its reached it dont hunt anymore
also reconnection so u can leave it afk
i need full commands for scripting at chrome so i can give u a fully done code
good luck