Jump to content

Stolao

Developer
  • Posts

    1443
  • Joined

  • Last visited

  • Days Won

    40

Everything posted by Stolao

  1. to expand on this you could use an autobonus with a rand() pierce defense that works for x seconds at a chance with a flat of 10% already on gear, this will give a semi random damage effect.
  2. You can addcast heal on skill though Or even %heal on skill cast ow i see nevermind then i guess my mages will still be relying on those pots haha how can i close the thread?
  3. Update your git? Also what are you attacking if they are ghost 3/4 they will be immune to normal attacks, then when you cast magnum break you damage will be split 20/80 fire/normal And 1100 * 0.2 = 220 then add armor in and its about right
  4. Db/(p)re/skill_unit_db.txt K line 62 edit the 'layout' from 1 -> 0 On phone and won't let me copy the line for some reason.
  5. All these things are fairly easy to add (drop rates im not sure without breaking bubblegum). for @commands you can create a bindatcommand for the commands that just checks for the headgear with a return; if it passes and end if it fails this will continue the actual @command for only those wearing headgear. For exp just give the headgear the item bonus of increased exp for all mobs.
  6. Been wondering how your project is going. It looks like it has a decent amount of time and effort put into it and I would hate to see it die.If you ever need help feel free to bug me.
  7. I'll test this and if it works make a branch for more testing
  8. This would require a source mod
  9. Only whole numbers can be stored so use 10000 for 100% so for example you have chance of 5.67% which will be a value 567 if you want to show values in a mes you convert to % by doing "+567/100+"."+567%100+"
  10. Sadly I Missed the chance to get a shirt
  11. Hmm your right, I should convert this to SQL based anyways.
  12. https://rathena.org/wiki/Multiple_Servers
  13. Add this right above OnInit: OnHour00: if(gettime(5) == 1){ query_sql("DELETE FROM `acc_reg_num` WHERE `key` = '#DRewardCon'"); set .@size, query_sql("select account_id from `char` where online = 1", .@aid); for(set .@i,0; .@i<.@size; set .@i,.@i+1) { if(attachrid(.@aid[.@i])){ #DRewardCon = 0; } } } end;
  14. I'll take a look at @winfo but as for spreadsheet all I have is https://github.com/Stolao/Npc_Release/blob/master/Weapon_Mastery/WeaponMastery_Details_v1.20.txt Though I think that's not completely up to date but gives a general idea
  15. Update AllInOneHeadgear v1.00 -> v1.01 Fly-Wings v1.00 -> v1.01 Added InvCheck v1.00 InvCheck v1.00 -> v1.01 Pvp_Ladder v2.04 -> v2.06 Weapon Mastery v1.26 -> v1.29 at_commands v1.07 -> v1.08 Added MVP Speed Run MVP Speed run v1.00 -> v1.01 Daily Rewards v1.61 -> v1.63 Group Buffs v1.02 -> v1.03
  16. Update 2.04 -> 2.06 https://github.com/Stolao/Npc_Release/tree/master/PvP_Ladder
  17. I Have begun work on a large scale overhaul with more in game friendliness like GM @commands + bugfixes
  18. https://github.com/Stolao/Npc_Release/tree/master/Weapon_Mastery Update 1.26 -> 1.29
  19. To help with this we need a list of headgears and ids you want added
  20. Stolao

    Lottery Npc

    https://github.com/Stolao/Npc_Request/blob/Satan/Lottery_v2.01.txt
  21. Update your server at least to https://github.com/rathena/rathena/commit/6ad4ed13d130702b99d0dbe54767c6d6945d4876 read comments before posting a problem maybe?
  22. Please leave messages with sollutions for now on,so should others have the same issue they can search and find it.
×
×
  • Create New...