QuickHIT on TextBlocks [Archive] - ForumsHQ
Posted: Tue Nov 20, 2001 6:14 am
----Just a few commands ----
addability 2 1: * - adds 1 point to ability #2
adddelay 10: - delay text code for n number of milisec’s
addexp 10000: - give them 10k of EXP
giveability 125 1: - gives them ability #125 and set it to 1
giveitem 2323: - gives them item #2323
learnspell 752: - teach the user a spell *
message 233: * - message about sitting on the throne
minlevel 40 1774: - needs to be that level if not desplay MESSAGE 1774
nomonsters: * - checks all monsters are dead
pirce 8000000: - not sure how this works yet
roomitem 2714 1373: * - checks for item2714 if it aint their desplay MESSAGE 1373
takeitem 1230: * - take an item from the user
text 10203: - run this text block
Check out this live CMD TEXT 9231 (remember, messages are cool ‘cuz other people in the room can see what your doing too)
enter nightblack portal:roomitem 1419 1373:minlevel 40 1374:message 1375:teleport 2684 1:message 2686
enter nightblack portal –is a command you type in a room
*roomitem 1419 1373 –checks that ‘black portal’ item is in the room, if its not, desplay message
* *minlevel 40 1374 *-- see if you are level 40 if not desplay the message 1374
message 1375 –if all of the above are true, desplay this message about sliping into the portal
*teleport 2684 –go ahead and teleport them someplace
*message 2684 – * desplays another message about the other side of the teleport
now they do the same line over a few times, so the user can type ‘go portal’ & ‘enter portal’ as well
addability 2 1: * - adds 1 point to ability #2
adddelay 10: - delay text code for n number of milisec’s
addexp 10000: - give them 10k of EXP
giveability 125 1: - gives them ability #125 and set it to 1
giveitem 2323: - gives them item #2323
learnspell 752: - teach the user a spell *
message 233: * - message about sitting on the throne
minlevel 40 1774: - needs to be that level if not desplay MESSAGE 1774
nomonsters: * - checks all monsters are dead
pirce 8000000: - not sure how this works yet
roomitem 2714 1373: * - checks for item2714 if it aint their desplay MESSAGE 1373
takeitem 1230: * - take an item from the user
text 10203: - run this text block
Check out this live CMD TEXT 9231 (remember, messages are cool ‘cuz other people in the room can see what your doing too)
enter nightblack portal:roomitem 1419 1373:minlevel 40 1374:message 1375:teleport 2684 1:message 2686
enter nightblack portal –is a command you type in a room
*roomitem 1419 1373 –checks that ‘black portal’ item is in the room, if its not, desplay message
* *minlevel 40 1374 *-- see if you are level 40 if not desplay the message 1374
message 1375 –if all of the above are true, desplay this message about sliping into the portal
*teleport 2684 –go ahead and teleport them someplace
*message 2684 – * desplays another message about the other side of the teleport
now they do the same line over a few times, so the user can type ‘go portal’ & ‘enter portal’ as well