Vale Posted March 30, 2020 Posted March 30, 2020 (edited) 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 March 30, 2020 by Vale Quote
Question
Vale
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 Vale0 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.