Jump to content
  • 0

R>Guild Base Warper


Vale

Question


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.01
  • Content Count:  46
  • Reputation:   1
  • Joined:  03/16/20
  • Last Seen:  

Hi, I am new here @rAthena, I would like to have a script wherein

@goguildbase - Dialog appears, then you can rent a guild base there using Donation Ticket or Proof Of Donation (7179)

and only that guild can go there ...

7 Days Rental

 

Just like the MVP_Room.txt

Here is my script working on...

-	script	atcmd_goguildbase	-1,{
OnInit:
    bindatcmd "goguildbase",strnpcinfo(3)+"::OnAtcommand";
    end;
OnAtcommand:
	mes "[System]";
	select(switch("Rent Base 1:Rent Base 2:Rent Base 3")) {
	case 1:
	warp "guild_base",0,0;
	end;
	case 2:
	warp "guild_base",0,0;
	end;
	case 3:
	warp "guild_base",0,0;
	end;
}
}

Help me thanks in advance.

Edited by Vale
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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.

×
×
  • Create New...