size change help
is there a way to make it so that whoever zones into a certain zone of my choice becomes a certain size of my choice?
|
Code:
sub EVENT_ENTERZONE{ |
If you want to make it keep the same proportions (as in trolls, barbarians, etc... being tallest) try this.
Code:
sub EVENT_ENTERZONE{ |
thanks alot man!
|
No problem. I hope it works for you.
|
im a noob with quests...i dont see a player.pl in the quest folders...
also i cant this to work..do you see any mistakes with it....... #The_Masochist sub EVENT_SPAWN { quest::settimer("repeat", 60); // First trigger after 60 seconds, and every 60 seconds after } sub EVENT_TIMER { if ($timer eq "repeat") { quest::shout("I need pain!!! Please come kick my ass!! It will make you feel good and make me feel wonderful!!"); } } Thanks in advance... |
The player.pl will be in the zone. Like go to quests/poknowledge/player.pl If there isn't a file called player, then just go into notepad and make your own and name it player.pl. I don't see what's wrong with that quest
|
Quote:
Are you sure that "//" is a valid coment-out character? try using # instead. Here is a small overhaul of the script: Code:
sub EVENT_SPAWN |
thanks CS, i will try that when i get home...
|
Timers automatically repeat. So if you want it to fire every 60 seconds, you don't have to stop and then start the timer again.
|
All times are GMT -4. The time now is 12:00 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.