ok got my serv up n runin perfectly just a few probs tht i need hlp with pls
1st of all pet npc :
i have a pet npc tht should give you pets for your level. u make the selection of which pet you want, npc takes your cash and says " treat it well etc" only prob is u dont get a pet =x.
below is my pet npc script i have set all mobs to "oma" to test it out untill i can get it to work ><
-----------
[@main]
#SAY
R - Pet Service\
Each pet has its own specialties and values. Here,\
the higher level you get, the more and better pet\
you can achieve. Please select one of the following :\
- <Wizard Pets/@wizardpet> - <Taoists Pets/@taoistpet> \
<Close Window/@exit>\
[@wizardpet]
Wizard Pet List -\
1 . <oma/@Monster5> Level 45+\
2 . <oma/@Monster6> Level 55+\
3 . <oma/@Monster7> Level 65+\
4 . <oma/@Monster8> Level 75+\
5 . <oma/@Monster9> Level 85+\
6 . <oma/@Monster10> Level 95+\
<Back to Main/@main> - <Close Window/@exit>
[@taoistpet]
Taoist Pets -\
1 . <oma/@Monster11> Level 45+\
2 . <oma/@Monster 12> Level 55+\
3 . <oma/@Monster13> Level 65+\
4 . <oma/@Monster14> Level 75+\
[@Monster5]
#IF
checkslavecount > 5
Checkjob Wizard
checklevel 45
#ACT
Recallmob oma
#SAY
Please treat you pet with good care.\ \
<I'd like another one./@main>\ \
<Exit/@exit>
#ELSESAY
R - Pet Limit Reached.\ \
Sorry!\
<Close Window/@exit>
[@Monster6]
#IF
checkslavecount > 5
Checkjob Wizard
checklevel 45
#ACT
Recallmob oma
#SAY
Please treat you pet with good care.\ \
<I'd like another one./@main>\ \
<Exit/@exit>
#ELSESAY
R- Pet Limit Reached.\ \
[@Monster7]
#IF
checkslavecount > 5
Checkjob Wizard
checklevel 45
#ACT
Recallmob oma 1
#SAY
Please treat you pet with good care.\ \
<I'd like another one./@main>\ \
<Exit/@exit>
#ELSESAY
R - Pet Limit Reached.\ \
[@Monster8]
#IF
checkslavecount > 5
Checkjob Wizard
checklevel 45
#ACT
Recallmob oma
#SAY
Please treat you pet with good care.\ \
<I'd like another one./@main>\ \
<Exit/@exit>
#ELSESAY
R- Pet Limit Reached.\ \
[@Monster9]
#IF
checkslavecount > 5
Checkjob Wizard
checklevel 45
#ACT
Recallmob oma
#SAY
Please treat you pet with good care.\ \
<I'd like another one./@main>\ \
<Exit/@exit>
#ELSESAY
R- Pet Limit Reached.\ \
[@Monster10]
#IF
checkslavecount > 5
Checkjob Taoist
checklevel 45
#ACT
Recallmob oma
#SAY
Please treat you pet with good care.\ \
<I'd like another one./@main>\ \
<Exit/@exit>
#ELSESAY
R - Pet Limit Reached.\ \
[@Monster11]
#IF
checkslavecount > 5
Checkjob Taoist
checklevel 45
#ACT
Recallmob oma
#SAY
Please treat you pet with good care.\ \
<I'd like another one./@main>\ \
<Exit/@exit>
#ELSESAY
R - Pet Limit Reached.\ \
[@Monster12]
#IF
checkslavecount > 5
Checkjob Taoist
checklevel 45
#ACT
Recallmob oma
#SAY
Please treat you pet with good care.\ \
<I'd like another one./@main>\ \
<Exit/@exit>
#ELSESAY
R - Pet Limit Reached.\ \
[@Monster13]
#IF
checkslavecount > 5
Checkjob Taoist
checklevel 45
#ACT
Recallmob oma
#SAY
Please treat you pet with good care.\ \
<I'd like another one./@main>\ \
<Exit/@exit>
#ELSESAY
R - Pet Limit Reached.\ \
[@Monster14]
#IF
checkslavecount > 5
Checkjob Taoist
checklevel 45
#ACT
Recallmob oma
#SAY
Please treat you pet with good care.\ \
<I'd like another one./@main>\ \
<Exit/@exit>
#ELSESAY
R - Pet Limit Reached.\ \
------------
the other prob is my m2server.. its the basic one you get with "offline files 1.4" all i want to do is make it so when you log in it says
welcome to "server name" etc.
i used the latest exe and tht says " welcome to our server translated by mordeth etc" i dont want to change the credits just make it say my server name
thx 4 reading:bounce:
1st of all pet npc :
i have a pet npc tht should give you pets for your level. u make the selection of which pet you want, npc takes your cash and says " treat it well etc" only prob is u dont get a pet =x.
below is my pet npc script i have set all mobs to "oma" to test it out untill i can get it to work ><
-----------
[@main]
#SAY
R - Pet Service\
Each pet has its own specialties and values. Here,\
the higher level you get, the more and better pet\
you can achieve. Please select one of the following :\
- <Wizard Pets/@wizardpet> - <Taoists Pets/@taoistpet> \
<Close Window/@exit>\
[@wizardpet]
Wizard Pet List -\
1 . <oma/@Monster5> Level 45+\
2 . <oma/@Monster6> Level 55+\
3 . <oma/@Monster7> Level 65+\
4 . <oma/@Monster8> Level 75+\
5 . <oma/@Monster9> Level 85+\
6 . <oma/@Monster10> Level 95+\
<Back to Main/@main> - <Close Window/@exit>
[@taoistpet]
Taoist Pets -\
1 . <oma/@Monster11> Level 45+\
2 . <oma/@Monster 12> Level 55+\
3 . <oma/@Monster13> Level 65+\
4 . <oma/@Monster14> Level 75+\
[@Monster5]
#IF
checkslavecount > 5
Checkjob Wizard
checklevel 45
#ACT
Recallmob oma
#SAY
Please treat you pet with good care.\ \
<I'd like another one./@main>\ \
<Exit/@exit>
#ELSESAY
R - Pet Limit Reached.\ \
Sorry!\
<Close Window/@exit>
[@Monster6]
#IF
checkslavecount > 5
Checkjob Wizard
checklevel 45
#ACT
Recallmob oma
#SAY
Please treat you pet with good care.\ \
<I'd like another one./@main>\ \
<Exit/@exit>
#ELSESAY
R- Pet Limit Reached.\ \
[@Monster7]
#IF
checkslavecount > 5
Checkjob Wizard
checklevel 45
#ACT
Recallmob oma 1
#SAY
Please treat you pet with good care.\ \
<I'd like another one./@main>\ \
<Exit/@exit>
#ELSESAY
R - Pet Limit Reached.\ \
[@Monster8]
#IF
checkslavecount > 5
Checkjob Wizard
checklevel 45
#ACT
Recallmob oma
#SAY
Please treat you pet with good care.\ \
<I'd like another one./@main>\ \
<Exit/@exit>
#ELSESAY
R- Pet Limit Reached.\ \
[@Monster9]
#IF
checkslavecount > 5
Checkjob Wizard
checklevel 45
#ACT
Recallmob oma
#SAY
Please treat you pet with good care.\ \
<I'd like another one./@main>\ \
<Exit/@exit>
#ELSESAY
R- Pet Limit Reached.\ \
[@Monster10]
#IF
checkslavecount > 5
Checkjob Taoist
checklevel 45
#ACT
Recallmob oma
#SAY
Please treat you pet with good care.\ \
<I'd like another one./@main>\ \
<Exit/@exit>
#ELSESAY
R - Pet Limit Reached.\ \
[@Monster11]
#IF
checkslavecount > 5
Checkjob Taoist
checklevel 45
#ACT
Recallmob oma
#SAY
Please treat you pet with good care.\ \
<I'd like another one./@main>\ \
<Exit/@exit>
#ELSESAY
R - Pet Limit Reached.\ \
[@Monster12]
#IF
checkslavecount > 5
Checkjob Taoist
checklevel 45
#ACT
Recallmob oma
#SAY
Please treat you pet with good care.\ \
<I'd like another one./@main>\ \
<Exit/@exit>
#ELSESAY
R - Pet Limit Reached.\ \
[@Monster13]
#IF
checkslavecount > 5
Checkjob Taoist
checklevel 45
#ACT
Recallmob oma
#SAY
Please treat you pet with good care.\ \
<I'd like another one./@main>\ \
<Exit/@exit>
#ELSESAY
R - Pet Limit Reached.\ \
[@Monster14]
#IF
checkslavecount > 5
Checkjob Taoist
checklevel 45
#ACT
Recallmob oma
#SAY
Please treat you pet with good care.\ \
<I'd like another one./@main>\ \
<Exit/@exit>
#ELSESAY
R - Pet Limit Reached.\ \
------------
the other prob is my m2server.. its the basic one you get with "offline files 1.4" all i want to do is make it so when you log in it says
welcome to "server name" etc.
i used the latest exe and tht says " welcome to our server translated by mordeth etc" i dont want to change the credits just make it say my server name
thx 4 reading:bounce:
