Jump to content

Kiro

Members
  • Posts

    7
  • Joined

  • Last visited

1 Follower

About Kiro

  • Birthday January 23

Profile Information

  • Gender
    Male
  • Location
    Malaysia

Kiro's Achievements

Poring

Poring (1/15)

  • One Month Later
  • One Year In
  • Week One Done

Recent Badges

0

Reputation

  1. Kiro

    Rental Bossnia

    awesome, Thx sandbox
  2. Hey, guys can some help me regarding Bossnia Event Well, the thing is i already have a working one except making it per entry is kinda mainstream today. I would like to request if possible someone making me a version for 2 of these: 1. Per hour entry Bossnia [ Player can enter as many time they want but for a certain period of time with only 1 time entry payment ] 2. OnClock Bossnia [ Player can only enter during specific time ] I've tried making my own for the OnClock Version https://www.dropbox.com/s/ryykjxs98s3sue6/bosslair%20clock.txt now to figure out how to make it a "rental?" version.
  3. Simplfied story: topic poster knowledge of RO = newbie action = Added custom item as shown frm guides all around > accesoryid.lua may have overwritten pre-existing itemid > used view id = 15000-150050 and 1500-1550 > attached picture is the error i'm having right now. Requesting help through guide / handson (preferably guide since i wanna learn more) Feel free to request the full story. I've simplified it since too long story sometimes may rise different problem. :3 TQ Server description: rAthena 3rd job renewal
  4. Kiro

    MVP room

    Hi, i xMachina@Acetito[eA] i would like to request a mvp room where we usually have those rent the room > pay to summon.. my version , i would want they to rent the room at quite a high price but summoning the mvp is FREE... so, basically the change is the mvp is for free to summon... Yes, i know we can configure it easily by deleting the price line..but i would want a more clean n error free thanks in advance
  5. Kiro

    MVP Attack

    okies http://pastebin.com/2pREfhma
  6. Kiro

    MVP Attack

    //============================================================ //= Auto MVP Summoner //===== By: =======================Modified By:========= //= xMachina / Acetito Emistry //===== Current Version: ===================================== //= 1.0 //===== Compatible With: ===================================== //= eA SVN 5000+ //===== Additional Comments: ================================= //= v1.0 Testing Mode //============================================================ prontera,147,164,5 script MVP Attack 437,{ mes "[ ^0065DFxMachina^000000 ]"; if(getgmlevel() < 20) { if(!.Event) mes "There is no MVP Attack Event now."; else { mes "There is a MVP Attack Event on now!"; mes "Location: " + $@Map$; mes "Special MVP: " + $@SpecialMVP; mes "Normal MVP: " + $@NormalMVP; } close; } Main: mes "Please customize the MVP Attack Event:"; while(1){ switch(select("Item ["+getitemname($@ItemID)+" x "+$@Amount+"]:Location [" + $@Map$ + "]:MVP [special "+$@SpecialMVP+" |Normal "+$@NormalMVP+"]:Start/END Event")) { Case 1: mes "What item to be given to MVP Killer ?"; next; do{ message strcharinfo(0),"Enter a VALID itemID. Example 501 - Red Potion."; input $@ItemID,501,32767; }while( getitemname( $@ItemID ) == "null" ); mes "Input the Amount of Item to be Rewarded for Special MVP Killer."; input $@Amount,1,30000; next; break; Case 2: mes "Which map would you like me to host this event?"; mes "Input a ^FF0000VALID^000000 mapname."; do{ message strcharinfo(0),"Enter a VALID mapname . Example : prt_maze02"; input $@Map$; next; break; Case 3: mes "How many ^FF0000Special^000000 MVP would you like me to summon?"; input $@SpecialMVP; next; mes "How many ^FF0000Normal^000000 MVP would you like me to summon?"; input $@NormalMVP; dispbottom "Special MVP = "+$@SpecialMVP+" and Normal MVP = "+$@NormalMVP+" "; next; break; Case 4: mes "Please make sure your have do the Correct Configuration."; next; break; } if( !.Event ){ mes "Starting the event now..."; set .Event,1; monster $@Map$,0,0,"--ja--",-3,$@SpecialMVP,strnpcinfo(3)+"::OnSpecialKill"; monster $@Map$,0,0,"--ja--",-3,$@NormalMVP,strnpcinfo(3)+"::OnNormalKill"; announce "Map Invasion Begin : "+$@SpecialMVP+" Special MVP has invaded in "+$@Map$+". Hurry Up..",0,0x98FB98; }else{ mes "Ending the event now..."; announce "The MVP Attack Event is now over!",0,0x98FB98; killmonster $@Map$,"All"; set .Event,0; } close; } } OnSpecialKill: announce "["+strcharinfo(0)+"] has killed 1 Special MVP and Gained Mystery Items . Left "+mobcount($@Map$,strnpcinfo(3)+"::OnSpecialKill")+" Special MVP.",0; getitem $@ItemID,$@Amount; if( mobcount( $@Map$,strnpcinfo(3)+"::OnSpecialKill" ) == 0 ){ announce "The MVP Attack Event is now over!",0,0x98FB98; killmonster $@Map$,"All"; set .Event,0; } end; OnNormalKill: dispbottom "You killed Normal MVP ( No Reward ). Special MVP Left : "+mobcount($@Map$,strnpcinfo(3)+"::OnSpecialKill")+" ."; end; OnClock0000: OnClock0400: OnClock0800: OnClock1200: OnClock1600: OnClock2000: announce "MVP Invasion Event Failed due to MisConfiguration of Event. Please Report to Staffs.",0; end; } set .Event,1; monster $@Map$,0,0,"--ja--",-3,$@SpecialMVP,strnpcinfo(3)+"::OnSpecialKill"; monster $@Map$,0,0,"--ja--",-3,$@NormalMVP,strnpcinfo(3)+"::OnNormalKill"; announce "Map Invasion Begin : "+$@SpecialMVP+" Special MVP has invaded in "+$@Map$+". Hurry Up..",0,0x98FB98; end; } Need help on this script...Emistry gave me instructions on how to fix it..but i can't seem to find the solution..end up stuck within the code Problem: 1.tried to remove the "special mvp" = error 2.tried to click on the appeared npc..no response Thanks in Advance ya ^.^
×
×
  • Create New...