yer u really need 2 learn to do soem stuff on ur own... theres plenty of guides... IF and ACT commands in ur server files... could at least give it ago then ask ppl 2 check ur work lol
also at omen:
[@1pet]
#IF
CHECKLEVELEX > 1
#ACT
RECALLMOB Tongs 1 120 0 0
RECALLMOB <PetName> <level> <untame> <time> <dunno> <dunno> lol
(if u want 2 pets... u have to put the line twice.. or 3 times etc..)
#SAY
Here you go <$USERNAME> have fun!!\ \
<Thanks/@exit>\
#ELSESAY
Sorry <$USERNAME>! your not strong enough.\ \
<Exit/@exit>\
ignore bits in bold thats just tellin u wot it does
not hard to look at the text docs with #IF and #ACT commands in it! :P
litterly has everythin in there ne1 needs.. there isnt any need 2 post here askin for scripts, other than bein lazy
i could understand if u was new 2 it and wanted it 2 be checked... but bein lazy is just gay
btw u might wanna add a check to make sure u can only get 1/2 pets or w/e... otherwise ppl will get 34832943 pets
rite tryed to add a check to the script to limit the amount of pets a char can have, but it wont work,
[@1pet]
#IF
CHECKRECALLMOB 5
CHECKLEVEL > 1
#ACT
RECALLMOB Tongs 2
#SAY
Here you go <$USERNAME> have fun!!\
\
Thanks/@exit>
#ELSESAY
pet limit reached.\ \
Exit/@exit>
