Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/03/18 in Posts

  1. No active development for this project!! Hey, Just out of boredom I started writing a Discord Bot for tracking MVP downtimes. Though working alone isn't that much fun. So I thought I'd share my project with you and maybe I'll find someone who wants to join me. https://github.com/Normynator/RagnaDBot I've already written a couple of lines of code but so far only trivial stuff. Normynator
    1 point
  2. Sorry. I don't know why I put the divisor first. set .@exp_gained,.@exp_gained/100; function get_decimal; dispbottom "Gained "+F_InsertComma(.@exp_gained+)" mastery points ("+get_decimal(.@exp_gained*100,.FishingLvl[FishingLvl])+"%)."; FishingExp+= .@exp_gained; dispbottom "Total: "+F_InsertComma(FishingExp)+"/"+F_InsertComma(.FishingLvl[FishingLvl])+" ("+get_decimal(min(FishingExp,.FishingLvl[FishingLvl])*100,.FishingLvl[FishingLvl])+"%)."; if(.FishingLvl[FishingLvl] <= FishingExp){ set FishingLvl, FishingLvl + 1; dispbottom "[Level Up] Congrats! Your Fishing level is now: "+FishingLvl; set FishingExp,0; if(FishingLvl == .MaxFishingLvl) { dispbottom "Your Fishing Mastery is at maximum level."; } } end; And yeah, you'll get natural numbers. In fact the function returns a string.
    1 point
  3. thank you very much n0tttt works perfect you are my hero of RO ?
    1 point
  4. Could it be you having duplicate ids? ACCESSORY_C_Cyber_Income = 1790, ACCESSORY_C_Electro_Two_Side_Up = 1791, Also you could put both files on a pastebin to check better.
    1 point
  5. conf/battle/skill.conf // Does the delay time depend on the caster's DEX and/or AGI? (Note 1) // Note: On Official servers, neither Dex nor Agi affect delay time delay_dependon_dex: no delay_dependon_agi: no
    1 point
  6. @shadowofdoom @Anacondaqq i know this is an old topic but how do I apply this patch? I am still learning about this new thing
    1 point
×
×
  • Create New...