Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting > NPC Server
FAQ Members List Calendar Today's Posts

 
 
Thread Tools Search this Thread Rate Thread Display Modes
  #16  
Old 10-22-2001, 10:31 AM
Shard_IceFire Shard_IceFire is offline
Registered User
Shard_IceFire's Avatar
Join Date: Jun 2001
Location: Eastern Harkoonia
Posts: 861
Shard_IceFire is on a distinguished road
Ok well how exactly would I go about doing that?
__________________

-=Shard IceFire=-
  #17  
Old 10-29-2001, 02:41 PM
mhermher mhermher is offline
galase galase!
mhermher's Avatar
Join Date: Jun 2001
Location: Sweden, Stockholm.
Posts: 2,012
mhermher is on a distinguished road
Send a message via ICQ to mhermher Send a message via AIM to mhermher Send a message via Yahoo to mhermher
// NPC made by GÄ$†£Ÿ
if (playersays(Shard's Isle)&&strequals(#m,sit)) {
setplayerprop#c,;
say2 Ok, we'll be there soon.;
disabledefmovement;
sleep 15;
enabledefmovement;
say2 We're here!;
sleep 0.05;
setlevel shipinside2.graal;
}
if (!strequals(#m,sit)&&playersays(Shard's Isle)) {
setplayerprop#c,;
say2 Please have a seat first.;
}


that works, i tested it and it did work
__________________
Donate money for my trip to Germany

Adiarde Manager
  #18  
Old 11-03-2001, 03:59 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Quote:
Originally posted by mhermher
NPC Code:
// NPC made by GÄ$†£Ÿ
Insert silly coding here


that works, i tested it and it did work
I doubt you tested it online using a NPC Server...

NPC Code:
// NPC made by Shard IceFire
if (playerchats && strequals(#c,Shard's Isle)) {
if (strequals(#m,sit)) {
setplayerprop #c,;
say2 #b Ok, we'll be there soon.;
freezeplayer2;
sleep 10;
unfreezeplayer;
say2 #b We're there!;
sleep 0.1;
setlevel2 shipinside2.graal,30,30;
} else {
setplayerprop #c,;
say2 Please have a seat first.;
}
}



If that doesn't work, bash me. Sorry then. I didn't know better!
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 11:00 PM.


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