Jump to content

mauiboy

Members
  • Posts

    63
  • Joined

  • Last visited

Everything posted by mauiboy

  1. Hello, tried to add item script to enable Berserk. But it doesnt work. Anyone knows how?
  2. Hello! This code currently compiles without error. But the Dispell skill still bypassing GTB. Anyone with updated code for this? Thank you! if (skill != nullptr && (skill->skill_type == BF_MAGIC || skill->nameid == SA_DISPELL) && // Basic magic skill !skill->inf2[INF2_IGNOREGTB] && // Specific skill to bypass ((skill->inf == INF_ATTACK_SKILL || skill->inf == INF_GROUND_SKILL || skill->inf == INF_SUPPORT_SKILL) || // Target skills should get blocked even when cast on self (skill->inf == INF_SELF_SKILL && src != bl))) // Self skills should get blocked on all targets except self return 0; }
  3. Any update codes on this?
  4. Hello, I need to totally control the zeny flow in our server since we are planning to implement the auto attack system that's why we want to limit the gold gain per day. Example 15k gold max per day.
  5. Anyone with a Gold Room Script with account gold limit per day?
  6. Hello again, I'm looking for Sage's Link that allows Auto Spell Skill always cast level 10 bolts or the current level of every bolt skills. Thank You!
  7. Thanks man. I will post an update once I tested the codes. UPDATE : Bypass strip + glist consume when success working. Thank Bringer for the updated syntax
  8. You're always a life saver Bringer. Will try these codes. How about the glist consume per success strip?
  9. Hello, as stated in my title. I am currently looking for updated soul link mods for 255/120 highrate server. Example is Rogue's bypass strip
  10. Hello, can you share the job_exp.yml and job_stats.yml file? the current rathena files in github doesnt have the pre-renewal 255/120 table in it. Thanks!
  11. Hi I used this https://rathena.org/board/files/file/3514-all-monster-drop-item-with-random-option/ and found out that the only element it provides when it comes to armor is wind and on weapon is holy. I wanted to disable the part where the element attribute is not included anymore . Can anyone help?
  12. I noticed that on armor, only wind element attribute is dropped and on weapon only holy attribute is dropped. Why is that?
  13. We're currently using OVH. So far it is very stable.
  14. Oh now I get it. Hahaha thanks mate.
  15. Yeah, I don't know where the hell he got that "break our vps" thingy, we are just trying to access the vps via Putty. How about the database? MySQL? Is it included?
  16. VPS is almost always access denied even if you change the root password, we tried to ask them why and ask for assistance but they had no clear answer why. After that they started blaming us that we are trying to "Break" their vps, we are just trying to access the VPS we have no reasons to do whatever they think we are doing. We are just uploading updates on our server. In the past, we avail services of Trinity Networks and we didn't experienced this kind of service only in PonyVPS. Thanks!!! Sorry for this noob question. Does the VPS services of OVH, Digital Ocean and Conoha includes Free SQL and Webhost? ?
  17. Hi guys! As the title says. Which VPS nowadays are the best for RO Hosting? We experienced the worst hosting services ever via PonyVPS. And we immediately cancelled our services just days past. Thank for your help!
  18. I dont think my pc is the problem since I searched same problems(same scenario like randomhotstuff's post). My server is currently running in a VPS(linux).
  19. I suggest, just make the same item but with different elements then put them on the dropable list of your desired monster.
×
×
  • Create New...