I'm just wondering if anybody has a fully functional LastManStanding script?
I'm trying to get it to check if Paras/pros/teles/clears/revivals/randomteleports/randomteleportbundles are in your bag or equipped, but it seems to be skipping the checks / failing and teleporting the players straight into the map.
LMS will be running 3x per day, 12:00, 18:00, 22:00, and the doors close @ 12:10, 18:10, 22:10. (10 minutes after it opens)
The script is just completely buggered >.<, it jumps certain checks etc
Any help would be appreciated, cheers :k
I'm trying to get it to check if Paras/pros/teles/clears/revivals/randomteleports/randomteleportbundles are in your bag or equipped, but it seems to be skipping the checks / failing and teleporting the players straight into the map.
LMS will be running 3x per day, 12:00, 18:00, 22:00, and the doors close @ 12:10, 18:10, 22:10. (10 minutes after it opens)
The script is just completely buggered >.<, it jumps certain checks etc
Any help would be appreciated, cheers :k
[@Main]
#IF
HOUR 12
MIN 00 10
#ACT
GOTO @LMSMON1
#ELSESAY
Sorry, Last man standing is not accessable at this time.\
You can enter between the following times:\
12:00 - 12:10 / 18:00-18:10 / 22:00-22:10 <(GMT)>\ \
Please come back when you can teleport in\
and make sure you have a LMSToken ready!\ \
<What is an LMS token/@whatisit>\
<Exit/@exit>
#ELSEACT
GOTO @LMSMON2
[@whatisit]
#SAY
An LMS token allows you to enter the Last Man Standing\
competition with other people.\
Without the LMSToken you will NOT be able to enter.\ \
LMSTokens can be found from the "LastManStanding Cave"\
on the Portal.\ \
Take me <Back to the first page/@main>\
<Exit/@exit>
[@LMSMON1]
#IF
CHECKLEVEL < 56
#SAY
Welcome to Last Man Standing. LMS is a free-for-all\
tournament and the last person alive at the end wins a prize.\
You will need an "LMSToken" to enter, which can be obtained from\
LastManStandingCave - on the Portal. \
Please select your class before you enter\ \
I am a <Warrior/@warrlms1>\
I am a <Taoist/@taolms1>\
I am a <Wizard/@wizlms1>\ \
<Exit/@exit>
#ELSEACT
GOTO @LMSMON2
[@warrlms1]
#IF
CHECKJOB Warrior
#SAY
I see you are a might warrior between the <Level 40-55>.\
Would you like to parcipate in the LastManStanding tournament?\ \
Yes! - <Teleport me in!/@warrtele1> - (LMSToken is required)
No! - <I'm not strong enough yet!/@exit>
#ELSEACT
SENDMSG 6 "
[*]You are not the correct class."
[@warrtele1]
#IF
checkitem LMSToken 1
checkitem RandomTeleportBundle 1
checkitem RandomTeleport 1
checkitem ParalysisRing 1
checkitem ProtectRing 1
checkitem RevivalRing 1
checkitem TeleportRing 1
checkitemw ParalysisRing 1
checkitemw ProtectRing 1
checkitemw RevivalRing 1
checkitemw TeleportRing 1
#SAY
You cannot enter LastManStanding with Special Rings or RandomTeleports.\
<RandomTeleports, ParalysisRings, ProtectionRings, RevivalRings,\
TeleportRings are banned from being used!>\ \
You are also required to have a LMSToken before entry...\ \
If you have followed the rules, then you are too\
late to enter this competition. Do not try and fool me!
#ELSEACT
GOTO @warrlmss
[@warrlmss]
#IF
HOUR 12
MIN 00 10
#ACT
TAKE LMSToken 1
MAPMOVE LMSWARRMAP1
SENDMSG 6 "
[*]You have entered LastManStanding 40-55. Good Luck!"
SENDMSG 6 "
[*]There are currently <$MAPHUM> people on this map."
#ELSESAY
Sorry, but it seems you are now too late to enter.
[@taolms1]
#IF
CHECKJOB Taoist
#SAY
I see you are a powerful Taoist between the <Level 40-55>.\
Would you like to parcipate in the LastManStanding tournament?\ \
Yes! - <Teleport me in!/@taotele1> - (LMSToken is required)
No! - <I'm not strong enough yet!/@exit>
#ELSEACT
SENDMSG 6 "
[*]LMS: You are not the correct class."
[@taotele1]
#IF
checkitem LMSToken 1
checkitem RandomTeleportBundle
checkitem RandomTeleport
checkitem ParalysisRing
checkitem ProtectRing
checkitem RevivalRing
checkitem TeleportRing
checkitemw ParalysisRing
checkitemw ProtectRing
checkitemw RevivalRing
checkitemw TeleportRing
#SAY
You cannot enter LastManStanding with Special Rings or RandomTeleports.\
<RandomTeleports, ParalysisRings, ProtectionRings, RevivalRings,\
TeleportRings are banned from being used!>\ \
You are also required to have a LMSToken before entry...\ \
If you have followed the rules, then you are too\
late to enter this competition. Do not try and fool me!
#ELSEACT
GOTO @taolmss
[@taolmss]
#IF
HOUR 12
MIN 00 10
#ACT
TAKE LMSToken 1
MAPMOVE LMSTAOMAP1
SENDMSG 6 "
[*]You have entered LastManStanding 40-55. Good Luck!"
SENDMSG 6 "
[*]There are currently <$MAPHUM> people on this map."
#ELSESAY
Sorry, but it seems you are now too late to enter.
[@wizlms1]
#IF
CHECKJOB Wizard
#SAY
I see you are a powerful Wizard between the <Level 40-55>.\
Would you like to parcipate in the LastManStanding tournament?\ \
Yes! - <Teleport me in!/@wiztele1> - (LMSToken is required)
No! - <I'm not strong enough yet!/@exit>
[@wiztele1]
#IF
checkitem LMSToken 1
checkitem RandomTeleportBundle
checkitem RandomTeleport
checkitem ParalysisRing
checkitem ProtectRing
checkitem RevivalRing
checkitem TeleportRing
checkitemw ParalysisRing
checkitemw ProtectRing
checkitemw RevivalRing
checkitemw TeleportRing
#SAY
You cannot enter LastManStanding with Special Rings or RandomTeleports.\
<RandomTeleports, ParalysisRings, ProtectionRings, RevivalRings,\
TeleportRings are banned from being used!>\ \
You are also required to have a LMSToken before entry...\ \
If you have followed the rules, then you are too\
late to enter this competition. Do not try and fool me!
#ELSEACT
GOTO @wizlmss
[@wizlmss]
#IF
HOUR 12
MIN 00 10
#ACT
TAKE LMSToken 1
MAPMOVE LMSWIZMAP1
SENDMSG 6 "
[*]You have entered LastManStanding 40-55. Good Luck!"
SENDMSG 6 "
[*]There are currently <$MAPHUM> people on this map."
#ELSESAY
Sorry, but it seems you are now too late to enter.
[@LMSMON2]
#IF
CHECKLEVEL < 101
#SAY
Welcome to Last Man Standing. Last Man Standing is a free-for-all\
tournament and the last person alive at the end wins a prize.\
You will need an "LMSToken" to enter, which can be obtained from\
LastManStandingCave - on the Portal. \
Please select your class before you enter\ \
I am a <Warrior/@warrlms2>\
I am a <Taoist/@taolms2>\
I am a <Wizard/@wizlms2>\ \
<Exit/@exit>
#ELSEACT
GOTO @LMSMON3
[@warrlms2]
#IF
CHECKJOB Warrior
#SAY
I see you are a might warrior between the <Level 56-100>.\
Would you like to parcipate in the LastManStanding tournament?\ \
Yes! - <Teleport me in!/@warrtele2> - (LMSToken is required)
No! - <I'm not strong enough yet!/@exit>
#ELSEACT
SENDMSG 6 "
[*]LMS:You are not the correct class."
[@warrtele2]
#IF
checkitem LMSToken 1
checkitem RandomTeleportBundle
checkitem RandomTeleport
checkitem ParalysisRing
checkitem ProtectRing
checkitem RevivalRing
checkitem TeleportRing
checkitemw ParalysisRing
checkitemw ProtectRing
checkitemw RevivalRing
checkitemw TeleportRing
#SAY
You cannot enter LastManStanding with Special Rings or RandomTeleports.\
<RandomTeleports, ParalysisRings, ProtectionRings, RevivalRings,\
TeleportRings are banned from being used!>\ \
You are also required to have a LMSToken before entry...\ \
If you have followed the rules, then you are too\
late to enter this competition. Do not try and fool me!
#ELSEACT
GOTO @warrlmsss
[@warrlmsss]
#IF
HOUR 18
MIN 00 10
#ACT
TAKE LMSToken 1
MAPMOVE LMSWARRMAP2
SENDMSG 6 "
[*]You have entered LastManStanding 56-100. Good Luck!"
SENDMSG 6 "
[*]There are currently <$MAPHUM> people on this map."
#ELSESAY
Sorry, but it seems you are now too late to enter.
[@taolms2]
#IF
CHECKJOB Taoist
#SAY
I see you are a powerful Taoist between the <Level 56-100>.\
Would you like to parcipate in the LastManStanding tournament?\ \
Yes! - <Teleport me in!/@taotele2> - (LMSToken is required)
No! - <I'm not strong enough yet!/@exit>
#ELSEACT
SENDMSG 6 "
[*]LMS: You are not the correct class."
[@taotele2]
#IF
checkitem LMSToken 1
checkitem RandomTeleportBundle
checkitem RandomTeleport
checkitem ParalysisRing
checkitem ProtectRing
checkitem RevivalRing
checkitem TeleportRing
checkitemw ParalysisRing
checkitemw ProtectRing
checkitemw RevivalRing
checkitemw TeleportRing
#SAY
You cannot enter LastManStanding with Special Rings or RandomTeleports.\
<RandomTeleports, ParalysisRings, ProtectionRings, RevivalRings,\
TeleportRings are banned from being used!>\ \
You are also required to have a LMSToken before entry...\ \
If you have followed the rules, then you are too\
late to enter this competition. Do not try and fool me!
#ELSEACT
GOTO @taolmsss
[@taolmsss]
#IF
HOUR 18
MIN 00 10
#ACT
TAKE LMSToken 1
MAPMOVE LMSTAOMAP2
SENDMSG 6 "
[*]You have entered LastManStanding 56-100. Good Luck!"
SENDMSG 6 "
[*]There are currently <$MAPHUM> people on this map."
#ELSESAY
Sorry, but it seems you are now too late to enter.
[@wizlms2]
#IF
CHECKJOB Wizard
#SAY
I see you are a powerful Wizard between the level 56-100.\
Would you like to parcipate in the LastManStanding tournament?\ \
Yes! - <Teleport me in!/@wiztele2> - (LMSToken is required)
No! - <I'm not strong enough yet!/@exit>
[@wiztele2]
#IF
checkitem LMSToken 1
checkitem RandomTeleportBundle
checkitem RandomTeleport
checkitem ParalysisRing
checkitem ProtectRing
checkitem RevivalRing
checkitem TeleportRing
checkitemw ParalysisRing
checkitemw ProtectRing
checkitemw RevivalRing
checkitemw TeleportRing
#SAY
You cannot enter LastManStanding with Special Rings or RandomTeleports.\
<RandomTeleports, ParalysisRings, ProtectionRings, RevivalRings,\
TeleportRings are banned from being used!>\ \
You are also required to have a LMSToken before entry...\ \
If you have followed the rules, then you are too\
late to enter this competition. Do not try and fool me!
#ELSEACT
GOTO @wizlmsss
[@wizlmsss]
#IF
HOUR 18
MIN 00 10
#ACT
TAKE LMSToken 1
MAPMOVE LMSWIZMAP2
SENDMSG 6 "
[*]You have entered LastManStanding 56-100. Good Luck!"
SENDMSG 6 "
[*]There are currently <$MAPHUM> people on this map."
#ELSESAY
Sorry, but it seems you are now too late to enter.
[@LMSMON3]
#IF
CHECKLEVEL < 100
#SAY
Welcome to Last Man Standing. Last Man Standing is a free-for-all\
tournament and the last person alive at the end wins a prize.\
You will need an "LMSToken" to enter, which can be obtained from\
LastManStandingCave - on the Portal. \
Would you like to enter?\
Yes, <Teleport me in now!/@multi1\
No! <Exit/@exit>
#ELSEACT
GOTO @Notarrr
[@multi1]
#IF
CHECKLEVEL > 100
#SAY
I see you are now and level 100+.\
Would you like to parcipate in the LastManStanding tournament?\ \
Yes! - <Teleport me in!/@multitele1> - (LMSToken is required)
No! - <I'm not strong enough yet!/@exit>
#ELSEACT
SENDMSG 6 "
[*]LMS:You are not the correct level."
[@multitele1]
#IF
checkitem LMSToken 1
checkitem RandomTeleportBundle
checkitem RandomTeleport
checkitem ParalysisRing
checkitem ProtectRing
checkitem RevivalRing
checkitem TeleportRing
checkitemw ParalysisRing
checkitemw ProtectRing
checkitemw RevivalRing
checkitemw TeleportRing
#SAY
You cannot enter LastManStanding with Special Rings or RandomTeleports.\
<RandomTeleports, ParalysisRings, ProtectionRings, RevivalRings,\
TeleportRings are banned from being used!>\ \
You are also required to have a LMSToken before entry...\ \
If you have followed the rules, then you are too\
late to enter this competition. Do not try and fool me!
#ELSEACT
GOTO @multitele2
[@multitele2]
#IF
HOUR 12
MIN 00 10
#ACT
TAKE LMSToken 1
MAPMOVE LMSMULTIMAP2
SENDMSG 6 "
[*]You have entered LastManStanding 100+. Good Luck!"
SENDMSG 6 "
[*]There are currently <$MAPHUM> people on this map."
#ELSESAY
It appears you are still below level 40.\
You cannot enter LastManStanding until you reach the\
required level of entry.\ \
Okay <Thank you/@exit>
