Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Help Me!! Im An Idiot!!!!! (https://forums.graalonline.com/forums/showthread.php?t=14208)

disaster 10-09-2001 06:58 AM

Help Me!! Im An Idiot!!!!!
 
Just before, your read that I was an idiot. Therefore you either clicked on to see how big of an idot I am or to hep me. Feel free to make fun of me. That is all.

disaster 10-09-2001 07:02 AM

Woops, my bad.
 
Woops, forgot to ask for help on what I need. Who here knows how to make it so if someone has a certain tag on, and if they say like warp <acountname>, the person with the account name mentioned, would get warped. How would I do that? :confused: :confused: :confused: :confused: :confused:

SSRobgeta 10-09-2001 07:02 AM

Re: Help Me!! Im An Idiot!!!!!
 
Quote:

Originally posted by disaster
Just before, your read that I was an idiot. Therefore you either clicked on to see how big of an idot I am or to hep me. Feel free to make fun of me. That is all.
...
//Created by Rob Getashu
if (playerenters) {
message Will the real noob please stand up;
sleep .5;
destroy
}

WOW!

disaster 10-09-2001 07:04 AM

that didnt work
 
sorry, its ok, but that didnt work. :D :D :D :D :D :D

SSRobgeta 10-09-2001 07:05 AM

Re: that didnt work
 
Quote:

Originally posted by disaster
sorry, its ok, but that didnt work. :D :D :D :D :D :D
Glad to here it :asleep:

Faheria_LAT1 10-09-2001 07:35 AM

its called:
RC

stop being lazy, open RC and warp the damn guy.

btedji 10-09-2001 07:37 AM

if(created)
{warpplayer disaster,commands.rtf,playermanuipulation,settingl evel;
explode horrifically;
}

disaster 10-09-2001 08:44 AM

...
 
First of all, I am talking about a guild. I want it so i someone isnt welcome in like a meeting room or something, it would warp them out.

Python523 10-09-2001 08:55 AM

Re: ...
 
Quote:

Originally posted by disaster
First of all, I am talking about a guild. I want it so i someone isnt welcome in like a meeting room or something, it would warp them out.
Try making the script first, don't come here and post help for a script and expect people to give you the whole thing
I'll give you the base of something but no more

if (playerenters&&strequals(#g,GUILDHERE)) {figure out the rest}
else
{figure out the rest}

disaster 10-10-2001 12:21 AM

..
 
I have that figured out. I can make it so if the guild members say open, a door will open but I cant figure out te warping part. Like if they say warp <account name>, it doesnt work, I just get confused then.

Python523 10-10-2001 07:48 AM

Re: ..
 
Quote:

Originally posted by disaster
I have that figured out. I can make it so if the guild members say open, a door will open but I cant figure out te warping part. Like if they say warp <account name>, it doesnt work, I just get confused then.
Use strings but it would be easier just not letting non guild members in


All times are GMT +2. The time now is 04:54 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.