Vale Posted March 30, 2020 Group: Members Topic Count: 21 Topics Per Day: 0.01 Content Count: 46 Reputation: 1 Joined: 03/16/20 Last Seen: March 25, 2021 Share 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 Link to comment Share on other sites More sharing options...
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 ValeLink to comment
Share on other sites
0 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.