Jump to content

icabit

Members
  • Posts

    353
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by icabit

  1. thx for the review i hope i can improve this on my own soon sad to say im a bit busy with school projects at the moment >.>
  2. http://rathena.org/wiki/Custom_Items use this guide then
  3. OnClock<hour><minute>: OnMinute<minute>: OnHour<hour>: On<weekday><hour><minute>: OnDay<month><day>: try using these commands
  4. what client date are you using? you may want to use this guide http://rathena.org/wiki/Custom_Items if your using old clients if you are using 2012 clients make sure you know how to add them you can look for some topics that concerns about them i may recommend you to use this http://rathena.org/b...s-item-builder/ make sure all file names of one certain item is in uniform from sprites to collection
  5. icabit

    looking for

    already have them all now
  6. ayt ill try it later when i wake up i need to sleep badly for now thx for your suggestion and opinion content in pastebin link now updated http://pastebin.com/ePbV08SL added kills/death/kdr in pvp statistics added reset ladder option in gm menu Sorry for double posting >.>
  7. this will reduce npc's running thx for this brian :3
  8. mob_db look for the mob id for each castle http://ratemyserver.net/index.php?mob_name=treasure+chest&page=mob_db&f=1&mob_search=Search
  9. ok here edit this http://pastebin.com/AY8V4Fzm change the map of your choice and mapflag the you want make sure the (your map name) mapflag loadevent is still included go to line 139 to change the event prize go to line 28 to change and add the intervals that you want use onhour onminute onclock your choice refer to this http://rathena.org/w...ck#Label_Timers its working perfectly to me also make sure you restart your server before applying this
  10. - script LMS#disable -1,{ OnInit: disablenpc "Mr. Banker"; disablenpc "All Job Manager"; end; } uppon initialize it should be disable cause of this :3 try restarting your server then check again try this not yet tested i removed mr banker i made it a script once there is 1 player left in the map it will automatically announce,give the winner the reward then warp him to prontera http://pastebin.com/AY8V4Fzm tested not working w8 need to revise a bit
  11. icabit

    Refine stats

    after trying this lots of times i think this is for skill @_@ not status
  12. i dont know whats wrong with the script anway you missed these lines OnPCKillEvent: getmapxy(.@map$,.@x,.@y,0); if(.@map$=="pvp_n_1-5") { set #kill_point,#kill_point+1; if ( #kill_point % 4 == 0) { announce ""+strcharinfo(0)+" have made 4 Consecutive Kills!!He will be granted an item",bc_all; //getitem 7539, 20; end; } } [b]change it to[/b] OnPCKillEvent: getmapxy(.@map$,.@x,.@y,0); if(.@map$=="force_1-3") { set #kill_point,#kill_point+1; if ( #kill_point % 4 == 0) { announce ""+strcharinfo(0)+" have made 4 Consecutive Kills!!He will be granted an item",bc_all; //getitem 7539, 20; end; } }
  13. http://pastebin.com/S6FcKnYf try modifying it for me it works perfectly fine been using it since before if you want to check logs check for these tables in your database gmspawner gmname pro's and cons about this cons sub gm's can spam this npc i haven't modified it to have an interval for the next request of the sub gm maybe you can work on that one
  14. question does this announce also when you use @refine? and using the npc when refining? since from reading the topic it says
  15. THX i will now test it cydh i requested it cause renewal is up to +20
  16. Kewl Feature how do you edit it to announce +10-20 im ultra noob when it comes to src
  17. icabit

    Refine stats

    well i guess gudluck to me! xD
  18. icabit

    Refine stats

    i already thought of this before posting this topic it will give me a big time job if i do this since there like thousands of items thats why im requesting for someone to guide me a src mod thx for your help but i guess that will be my last and final option the epic copy paste >.>
  19. http://pastebin.com/BAqgV03P i forgot the original author but still credits to him note i used guild_vs1 better remove guild_vs1 in gvg mapflag in conf\mapflag\gvg edit this area for starting times you can use OnMinute,OnClock,OnHour OnHour01: OnHour07: OnHour13: OnHour20:// Edit this to what ever you want. note : OnClock0000 is 12 midnight and OnClock1200 is 12 Noon goto startlmsevent;
  20. Here you go: http://rathena.kpaste.net/3e?raw mes "Current Online GM: " + .@online_gm_count; Move that line to where you want it to display, but it must come after the // build menu of GM names block. thx for this sir brian
  21. thx for the guide i might add this to my item builder currently doing it at the moment
  22. y dont you have any group id? are you using rathena as your svn?
×
×
  • Create New...