reserve Posted August 11, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 1 Reputation: 0 Joined: 08/01/13 Last Seen: April 26, 2014 Share Posted August 11, 2013 If anyone could help me script an npc(warp) which allows guild members to access a certain location (house in particular). it can only be accessed by the guild who held any of the castle in war of emperium .(winner of krimhield etc.) So say a guild has won the krimhield then they gain access to a certain house(guild house) . im thinking , the houses can be any of the prt_in maps.and we can just disable their "original warps" from the game. Quote Link to comment Share on other sites More sharing options...
Skorm Posted August 11, 2013 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: April 11 Share Posted August 11, 2013 I'd probably use something like this. - script Guild_House -1,{ OnPCLoadMapEvent: if(getcharid(2)!=getcastledata("prtg_cas01",1) &&strcharinfo(3)=="prt_fild01") warp "prontera",100,100; } prt_fild01 mapflag loadevent Quote Link to comment Share on other sites More sharing options...
BugMeNot Posted August 11, 2013 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 10/06/12 Last Seen: May 17, 2014 Share Posted August 11, 2013 (edited) Oh, i misread Skorm's post for == instead of !=. My bad, good idea. Edited August 11, 2013 by IceTea Quote Link to comment Share on other sites More sharing options...
Question
reserve
If anyone could help me script an npc(warp) which allows guild members to access a certain location (house in particular).
it can only be accessed by the guild who held any of the castle in war of emperium .(winner of krimhield etc.)
So say a guild has won the krimhield then they gain access to a certain house(guild house) .
im thinking , the houses can be any of the prt_in maps.and we can just disable their "original warps" from the game.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.