Mootie Posted November 9, 2012 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 815 Reputation: 86 Joined: 10/26/12 Last Seen: June 10, 2022 Share Posted November 9, 2012 (edited) //===== rAthena Script ======================================= //= Poring Summoner //===== By: ================================================== //= Bahmut (Made it automated) //= MoonlightRO (Original) //===== Current Version: ===================================== //= 1.4 //===== Compatible With: ===================================== //= TXT & SQL //===== Link to orginal: ===================================== //= http://www.eathena.ws/board/index.php?showtopic=236779 //============================================================ - script Poring Summoner -1,{ OnInit: //---- NPC Config ----- set .ItemID,1000; set .SpecialPorings,2; set .NormalPorings,2; //--------------------- initnpctimer; end; OnSpecialKill: set .SpecialPorings[1],.SpecialPorings[1]-1; announce strcharinfo(0) + " got a " + getitemname(.ItemID) + "!",bc_map; getitem .ItemID,1; goto PoringCount; OnNormalKill: set .NormalPorings[1],.NormalPorings[1]-1; goto PoringCount; PoringCount: announce "Special Poring: " + .SpecialPorings[1] + " || Normal Poring: " + .NormalPorings[1],bc_map; if(!.SpecialPorings[1]) goto EndEvent; end; OnTimer216000000: RestartEvent: killmonster .Map$,"All"; set .Event,0; set .SpecialPorings[1],0; set .NormalPorings[1],0; removemapflag .Map$,mf_noskill; set $@ran, rand(1,10); if ($@ran == 10) set .Map$,"lighthalzen"; if ($@ran == 9) set .Map$,"louyang"; if ($@ran == 8) set .Map$,"comodo"; if ($@ran == 7) set .Map$,"xmas"; if ($@ran == 6) set .Map$,"aldebaran"; if ($@ran == 5) set .Map$,"izlude"; if ($@ran == 4) set .Map$,"payon"; if ($@ran == 3) set .Map$,"geffen"; if ($@ran == 2) set .Map$,"morocc"; if ($@ran == 1) set .Map$,"prontera"; setmapflag .Map$,mf_noskill; monster .Map$,0,0,"Poring",1002,.SpecialPorings,"Poring Summoner::OnSpecialKill"; monster .Map$,0,0,"Poring",1002,.NormalPorings,"Poring Summoner::OnNormalKill"; set .SpecialPorings[1],.SpecialPorings; set .NormalPorings[1],.NormalPorings; announce "The Poring Event has begun!",bc_all; announce "Location: " + .Map$,bc_all; announce "Special Poring: " + .SpecialPorings,bc_all; announce "Normal Poring: " + .NormalPorings,bc_all; setnpctimer 0; end; } if not can you guys help me to make this RA Edited November 9, 2012 by Emistry Please use [CODEBOX] or Attachments for long contents. Quote Link to comment Share on other sites More sharing options...
Mystery Posted November 9, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted November 9, 2012 Seems like your script is really outdated since I have the most recent one for rAthena without any errors going on (owner). Since this script isn't really up to part with my most recent one, I should add more new features to my recent one :> Though, I think it'll be a little complicated :< Quote Link to comment Share on other sites More sharing options...
Ryokem Posted November 9, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 205 Reputation: 19 Joined: 10/12/12 Last Seen: November 7, 2013 Share Posted November 9, 2012 (edited) At whom are you talking to? I just optimized his script without even worry if it was up-to-date or not, honestly. Just post your own "featured" script if you think ours is odd. Maybe he will like your customizations. Edited November 9, 2012 by Ryokem Quote Link to comment Share on other sites More sharing options...
Mystery Posted November 10, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted November 10, 2012 At whom are you talking to? I just optimized his script without even worry if it was up-to-date or not, honestly. Just post your own "featured" script if you think ours is odd. Maybe he will like your customizations. No, not to worry . I was referring to Mootie when he first posted the script (first post) saying that it was outdated but everyone helped him to get it to work <3 Quote Link to comment Share on other sites More sharing options...
Ryokem Posted November 10, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 205 Reputation: 19 Joined: 10/12/12 Last Seen: November 7, 2013 Share Posted November 10, 2012 Hopefully it works, 'cause it's pretty late here, can be I still made typos or stupid errors with ease, also 'cause I can't really try script on my own lacking of a server test. Quote Link to comment Share on other sites More sharing options...
Mootie Posted November 10, 2012 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 815 Reputation: 86 Joined: 10/26/12 Last Seen: June 10, 2022 Author Share Posted November 10, 2012 At whom are you talking to? I just optimized his script without even worry if it was up-to-date or not, honestly. Just post your own "featured" script if you think ours is odd. Maybe he will like your customizations. No, not to worry . I was referring to Mootie when he first posted the script (first post) saying that it was outdated but everyone helped him to get it to work <3 Hopefully it works, 'cause it's pretty late here, can be I still made typos or stupid errors with ease, also 'cause I can't really try script on my own lacking of a server test. thx for the help guys really appreciate it. i found bunch of script likes this in many forum sites that was only compatible in eathena or 3ceam so far so i manage to try to compatible such a simple script like this to rathena Quote Link to comment Share on other sites More sharing options...
Question
Mootie
if not can you guys help me to make this RA
Edited by EmistryPlease use [CODEBOX] or Attachments for long contents.
Link to comment
Share on other sites
30 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.