Jump to content

kiros

Members
  • Content Count

    2
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    kiros reacted to jTynne in Wandering Poring v1.0   
    This is a very simple event script I created for the GM's of my server.
     
    Basically, you type one command and it spawns 5 "Wandering Porings" on the map of your choosing.
     
    You will want to customize the prizes that you receive from the event (it gives Red/Yellow/Orange/White/Blue Potions by default). It's also extremely easy to add in additional prizes.
     
    // Syntax: Item ID / Quantity
    if(.@prize == 1) { getitem 501,1; }
    if(.@prize == 2) { getitem 502,1; }
    if(.@prize == 3) { getitem 503,1; }
    if(.@prize == 4) { getitem 504,1; }
    if(.@prize == 5) { getitem 505,1; }
    // 25 Poring Coins Base Prize
    getitem 7539,25;
     
    Below is the code; After you change the values noted above in red, you should be able to just save this as a .txt, load it in-game, and voila.
     
    Questions, comments? Post as a response to this thread! If you find it useful, please +1 this thread and rate me five stars. Thanks!
     
     
    - script poringbind -1,{OnInit: unbindatcmd "poring"; bindatcmd("poring","poringbind::OnAtcommand",20,90); end; OnAtcommand:if(getgroupid() < 20) { end; }set @map$,.@atcmd_parameters$[0]; if(@map$ == "") {dispbottom "Syntax: @poring <mapname>";dispbottom "Five Porings will spawn on the map you choose. Recommended usage for this event is 3-5 times per day.";dispbottom "NOTE: Do NOT use capitals in the map name otherwise no Poring will spawn!";end;} monster @map$,0,0,"Wandering Poring",1002,5,"poringbind::OnKill";announce "[Wandering Poring] : 5x Wandering Porings have been sighted on the map: "+@map$+". The first person to find and kill each will receive an award!",0;end; OnKill:// Update Here!set .@prize,rand(1,5);announce "[Wandering Poring] : "+strcharinfo(0)+" has captured a Wandering Poring on the map "+strcharinfo(3)+"!",0;// Syntax: Item ID / Quantityif(.@prize == 1) { getitem 501,1; }if(.@prize == 2) { getitem 502,1; }if(.@prize == 3) { getitem 503,1; }if(.@prize == 4) { getitem 504,1; }if(.@prize == 5) { getitem 505,1; }// 25 Poring Coins Base Prizegetitem 7539,25;end; }
  2. Upvote
    kiros reacted to Chemical Crush in Chemical's Maps!   
    Hello everyone!   I figured I'd just make one of these threads that I have as my official free 'map' thread. Listed below is some maps I've done that are free to the public. I do not wish for them to be edited, but they ARE free and you are free to edit them. You are ALSO free to contact me if you need something edited specifically for your server from these maps. CREDITS would be awesome and please do NOT take credit for my work. It's bothersome and makes me a very sad panda ;~; Also you guys are more than free to add me on Facebook. There are maps uploaded onto my facebook that are not uploaded onto RMS/rA/eA. Also there will be constant updates for when I map.   A little bit about this map. It was created specifically for a Lunar Event for a server I worked on not that long ago. Unfortunately it never got used so I'm releasing it to the public to do with it what you wish. I hope you like it and please report if you are having any issues. Please note that if your RO is not up to date you may not see the Red Carpet in the main part of the temple, if you decide to use the inside maps.   Album of Lunar Map: Click here! Download Link: Click here! Download Link for Inside MapsClick Here!   Over View:Click here! The 'ends' of each side of the map:Click here! Download Link: Click!     Album of Novice Garden:Click Here! Download LinkClick Here!   Please note that the Album shows for Hallow Town and the Vending map that I had planned on doing, unfortunately the Vending Map is no where near complete, but you can view what I had started doing.   Album of Hallow Town: Click Here! Download LinkClick Here!     Album of Aeven: Click here! Download Link: Aeven w/ House:Click Here! Download Link: Aeven w/ Well:Click Here!     Album of Ilyo Kwan: Click Here! Download Link:Click Here!   A little bit about this map, I made it for a server a little over a year ago. It was supposed to be kitty themed for events, there are no indoors maps at this time although i'd love to, at one point, make the indoors maps. The map HASNT been used yet, so if you find any glitches feel free to let me know. Two things that was asked of me for this map was an area for weddings and a 'gm only' area. Thats what the two paws are for, you can walk through the water to the wedding area but only GMs will be able to warp to the other paw, unless players get lucky with Fwings. =] Hope you guys like it.   Album of Neko Isle: Click Here! Download link Click Here!     Lemme know what you're using it for! Hope you guys like it, please feel free to report any bugs. :3 Also it would be awesome if you would please give credits
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.