Graal Forums  

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

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 06-10-2005, 04:49 PM
Thrashsoul3 Thrashsoul3 is offline
Registered User
Join Date: Mar 2005
Posts: 354
Thrashsoul3 is an unknown quantity at this point
Problem

Well Ive been working on a new quest for babylon, but for some odd reason,
I cant get this to work.

PHP Code:
// Graal2002 NPC by Stefan Knorr
//#CLIENTSIDE
if (created){
  
// Initialize the attributes
  
showcharacter;
  
setcharprop #3,head19.png;
  
setcharprop #C0,orange;
  
setcharprop #C1,gray;
  
setcharprop #C2,gray;
  
setcharprop #C3,brown;
  
setcharprop #C4,black;
  
setcharprop #2,noshield.gif;
  
shieldpower 1;
  
dir 2;
}
if (
playertouchsme && strtofloat(#s(clientr.ucquest)) == 2){

  
say2 Hmm.... I wonder how #b
  
the curator found out about #b
  
thatAnyways he told the #b
  
story to you wrong, as the #b
  
Captain was throwing it Joe #b
  
jumped into the water and #b
  
dived for itI'd don't know #b
  
why he did it but he probably #b
  
brought it to his house north #b
  
of here.;
  
triggeraction 0,0,serverside,-System/System,conquest,3;

Then the part in the system npc.
PHP Code:
 if (action == "conquest"clientr.ucquest params[1]; 
__________________
Thrash
Reply With Quote
 


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 03:23 PM.


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