Jump to content

Nitrate

Members
  • Posts

    25
  • Joined

  • Last visited

About Nitrate

  • Birthday March 5

Profile Information

  • Gender
    Male
  • Location
    Philippines

Contact Methods

Recent Profile Visitors

1841 profile views

Nitrate's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Any other thoughts on how I can edit this?
  2. Does anyone have an item_bonus script that adds or lowers skill aftercast delay for certain skills only? Similar to bonus2 bSkillCooldown,sk,t; but for aftercast delay instead.
  3. Thank you for that. I think I found it. if (bl->type&battle_config.enable_perfect_flee) { stat = status->flee2; stat += status->luk + 10; // (every 10 luk = +1 perfect flee) status->flee2 = cap_value(stat, 0, SHRT_MAX); } else status->flee2 = 0; EDIT: Weird, setting the "10" value to any other value doesn't seem to change anything in terms of flee2's computation. Any ideas?
  4. Anyone knows how to edit all fo the characters' Perfect Dodge calc for LUK to only need 3 points instead of 10 for every 1 increment?
  5. Is there a way to provide stat bonuses on certain maps for players? For example, players would receive a bonus 100 flee when inside PvP or bonus 50 flee when inside GVG maps. Thank you. EDIT: If it is not possible, can someone point me where in the source code can I edit so that i can make flee2 increase by 1 per 2 luk instead of 10? I know this is not the correct subforum for this question but the first one is my main concern.
  6. Oh. I didn't notice. I'm in the wrong section then. If a mod could kindly move this, thank you. Thanks for the answer too.
  7. Could someone please show me where I could edit the bonus ATK you get for every successful refinement on your weapon? Thank you.
  8. Does anyone has any copy of the Jikari patcher from eA? I always liked that patcher and was thinking of doing something with it as a small project.
  9. Oh cool, i'll try to read and learn about it then. Thank you very much. Edit: Tho I do not really understand how I could fetch the information from a sql table with the command.
  10. Hello, I would just like to ask if this is possible, and if it is, how to do it. My idea would be getting a variable from a certain database table and turning it into a character variable. For example: I have a table named `table_a`, and in that table there would be the following : `char_id`, `account_id`, `char`, `variable_a`. Let's say variable_a is a number not less than 0. Now lets say I would like to attach into a OnPcLoginEvent that when a player logs in, the variable_a would, lets say become a permanent character variable (ex: VariableA). How would I be able to do it? set VariableA,???; I hope some can guide me with this. Thank you
  11. Im sorry, I do not understand. Does this mean that they removed the 150% freeze in renewal? Should i just copy the renewal script and replace the pre-re script with it and just put 15 instead of 65?
  12. Can someone help me remove the 100% freeze of Storm Gust's 3rd hit and just change it to have a 15% chance of freezing per hit.
  13. try and re-copy paste everything except the first line in a new notepad. happened to me before.
  14. Thank you very much. Much appreciated <3
  15. Can someone please give me a quick script that automatically joins you to #main channel when you log-in. something that automatically runs "@channel join #main" when you log-in. And also something that announces when a new player first time log-in in the server. something that checks if you are a novice level 1, and if you are, lets say zero on #newplayer variable. if you are, it announces "Welcome (char name) to rAthenaRO!". and then it sets the variable to 1 so it doesnt trigger again when make new novices. Thank you!
×
×
  • Create New...