![]() |
Help the suckest scripter
Whats the script for like where a person witha certain guild tag says "warp *accountname* to mining" and it warps that person there, but the place has already been set like their cant be random stuff. I wanted to see if I could test this offline on my self please help :(
|
ummm:
if(playersays(Warper)){ toweapons Warper; } if (playerchats&&strequals(#c,Warpon)) { set this.warp; setplayerprop #c,; } if (playerchats&&strequals(#c,Warpoff)) { unset this.warp; setplayerprop #c,; } if (playerchats&&this.warp) { setlevel2 #c,32,32; setplayerprop #c,; } |
or u could tokenize it so that they can specify the x and y on the level to be warped too
|
put that together cuz I lost you at or
|
that doesn't seem to help any...its like survivor thingy only I want it for another use
|
Quote:
|
If you cant figure it out from the stuff I gave you im sorry I cant help anymore, I dont script with NPC Server
|
lord helmnut you just made basicly a warp ring ;\
i think i know what he means, you want it so when like (Miner) says an account name it will warp that player there so everyone would need a npc asuming its a free server so for that npc if (playerenters) {toweapons *system; timeout = 1; } if (timeout) { if (strequals(#s(server.getminer(#a))) { setlevel2 mine.graal,30,30; timeout = 1; } } for the npc the (Miner) gets if (playertouchsme) {toweapons Mine-Call;} if (weaponfired) { if (strequals(#g,Miner)) { this.inuse=true; say2 Say the accountname to be warped to the mines; } } if (this.inuse==true) { if (playerchats&&strequals(#c, )) { setstring server.getminer,#c; this.inuse==false; } so when you fire the weapon and say an account name it willl warp that person there eg:/ if i say Merlin while the weapon is inuse the player with the account name Merlin (as long as they have the *system npc) they will be warped to 30 30 mine.graal |
Quote:
|
Kaimetsu how did you get so good at scripting
your great at it me wish i was as good at it as you "can i have a loan of your brain for 10min" |
All times are GMT +2. The time now is 09:16 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.