Graal Forums  

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11-26-2001, 11:22 PM
Onyx_Brasil Onyx_Brasil is offline
Registered User
Join Date: Oct 2001
Location: Jundiai, SP, Brazil
Posts: 35
Onyx_Brasil is on a distinguished road
Send a message via AIM to Onyx_Brasil
Talking Scripts

hey, can someone tell me the script that if u have certain TAG u cant be hit by arrows of your castle and u cant get hit inside the castle?
can u tell me? plz?????
Reply With Quote
  #2  
Old 11-27-2001, 02:17 AM
chime chime is offline
Registered User
Join Date: Sep 2001
Posts: 132
chime is on a distinguished road
Send a message via ICQ to chime Send a message via AIM to chime
umm i think its like #g for guild so i would make it if they entered and there guild = whatever then they get hurt or whatever
Reply With Quote
  #3  
Old 11-27-2001, 04:52 AM
Sennema Sennema is offline
Registered User
Join Date: Nov 2001
Location: Ontario, Canada
Posts: 132
Sennema is on a distinguished road
Send a message via ICQ to Sennema Send a message via AIM to Sennema
I'm not really sure about the arrows, unless you used NPCs for them... Anyway, it'd work something like this for the castle(using gate.png. You could change the images or whatever)...

if(playertouchsme&&strequals(#g,guildnamehere)){
hidelocal;
showimg gate2.png,x,y;
sleep 1;
hidelocal;
showimg gate.png,x,y;
}
else if(playertouchsme&&!strequals(#g,guildnamehere)){
hurt 1;
}

That's what I gathered from what you were saying...
__________________
~Draemus Windblade


Just over 90% of all messages have no point or meaning.

"In order to preserve ourselves we seek out and eliminate anything that may do use harm. In doing so, we destroy things that, though possibly hazzardous, may be important to survival. So you see, in trying to save ourselves, we ultimately bring about our own destruction"


Luminar
Reply With Quote
Reply


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 04:06 PM.


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