Jump to content
  • 0

Guild House Rental


Question

Posted

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.

2 answers to this question

Recommended Posts

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...