Graal Forums  

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 10-29-2001, 10:10 AM
royce royce is offline
Banned
royce's Avatar
Join Date: Sep 2001
Location: Yakitinzen, China
Posts: 2,271
royce is on a distinguished road
Send a message via AIM to royce
Exclamation Plz help me out here

how would i script if a player with a King in his name dies, everybody in that level gets warped?
Reply With Quote
  #2  
Old 10-29-2001, 12:37 PM
royce royce is offline
Banned
royce's Avatar
Join Date: Sep 2001
Location: Yakitinzen, China
Posts: 2,271
royce is on a distinguished road
Send a message via AIM to royce
not smart enough

so no one can help me?
Reply With Quote
  #3  
Old 10-29-2001, 08:38 PM
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
lol....no.
__________________

-=Shard IceFire=-
Reply With Quote
  #4  
Old 10-29-2001, 10:04 PM
dragoonvenganc dragoonvenganc is offline
Registered User
Join Date: Jul 2001
Location: USA
Posts: 331
dragoonvenganc is on a distinguished road
Send a message via ICQ to dragoonvenganc Send a message via AIM to dragoonvenganc
no.. but ya
__________________
Dragoon Vengance
Owner of Pangea Relics of Time
P2P Rp server
For info or job
Email: [email protected]
aim: dragoonvengnc
Reply With Quote
  #5  
Old 10-30-2001, 05:15 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Re: Plz help me out here

Quote:
Originally posted by royce
how would i script if a player with a King in his name dies, everybody in that level gets warped?
Use strcontains and else
I'll give you an example from a guild thing
if (playertouchsme&&strequals(#g,Guild Here)) {setlevel2 level,x,y;}
else
{playerhearts-=20;}
Reply With Quote
  #6  
Old 10-30-2001, 06:54 AM
royce royce is offline
Banned
royce's Avatar
Join Date: Sep 2001
Location: Yakitinzen, China
Posts: 2,271
royce is on a distinguished road
Send a message via AIM to royce
ok.......all i am doing is creating a battle grounds for my server...I want all the players be warped out once the king is dead on either sides.i could use a flag set when he dies so all the other players are in alot of diffferent levels because this is a non=p2p playerworld.
Reply With Quote
  #7  
Old 10-30-2001, 10:49 AM
maximus_asinus maximus_asinus is offline
RIP DarkCloud_PK
Join Date: Oct 2001
Location: Canada
Posts: 3,751
maximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond repute
Or you could make a setstring thingy.
like:
if (playerenters) {
setstring server.kingdeathwarp,0;
}
if (strequals(#s(server.kingdeathwarp),1) {
setlevel2 blah.graal,x,y;
}
this SHOULD work.
__________________
Save Classic!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 09:54 PM.


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