Jump to content

Moooooon-Aisha

Members
  • Posts

    116
  • Joined

  • Last visited

3 Followers

Recent Profile Visitors

3855 profile views

Moooooon-Aisha's Achievements

Santa Poring

Santa Poring (3/15)

  • First Post
  • Collaborator
  • Conversation Starter
  • Dedicated
  • Reacting Well

Recent Badges

18

Reputation

4

Community Answers

  1. Hi, just to confirm, is this applicable to 2018 clients? Thanks!
  2. .@rand = rand(1,10000); if(.@rand <= 5000) give item here is how I generally do chance drops
  3. Greetings rAthena, Here's a release for a SQL-based Race to 99 Event script that I made recently. This script follows these rules --- 1. Only 2 winners for each TRANSCENDENT Class 2. If you won once already, you may not win another one (account-based) If you there are any issues or bugs, feel free to post and I'll fix it up when I can. raceto99.txt
  4. I was thinking of creating a question regarding this but I am also experiencing this issue on my current rA / client. If it's not proper to post on this old post, let me know. Just for information, my client date is as follows: 2018-06-20eRagexeRE
  5. diff --git a/src/login/login.cpp b/src/login/login.cpp index b35fa5e1b..ea12eccf2 100644 --- a/src/login/login.cpp +++ b/src/login/login.cpp @@ -121,7 +121,8 @@ void login_remove_online_user(uint32 account_id) { delete_timer( p->waiting_disconnect, login_waiting_disconnect_timer ); } - accounts->disable_webtoken( accounts, account_id ); + if (login_config.use_web_auth_token) + accounts->disable_webtoken( accounts, account_id ); online_db.erase( account_id ); } Was assisted via discord by Nitrous, this issue resolved the disabled message to appear on the logs, but it still did not really improve the issue that I can not login again after getting disconnected to the login screen.
  6. I'm not sure if this is the correct catogory, Below is the web auth token thing for my server. But even when "disabled" it still runs on my login and it's causing me login issues. How can this be resolved? // Enable web authentication token system // This is required for new clients that get data via an additional API over HTTP use_web_auth_token: no // Delay (in milliseconds) disabling webtoken after character logs off // There's a race condition when the client logs off. The char-server could revoke the token before // the client can save the changed configs. disable_webtoken_delay: 0
  7. Resolved my issue with this code ((getmonsterinfo(getd("."+.@loc_quest+"_mobs["+.@mob_quest+"]"),MOB_LV)/3) * 3) / 10); If anyone has a better formula, please feel free to chime in.
  8. (getmonsterinfo(getd("."+.@loc_quest+"_mobs["+.@mob_quest+"]"),MOB_LV)/3) * (3/10); I am using the following code above to calculate some bonus XP or points for my NPC, but it just results in a 0, what would be the correct formula here? Thank you!
  9. Thanks, I typed it with an extra 0 in there, it should all be within the 400,000 range. Thank you very much!
  10. for(.@i = 0; .@i <= 38; .@i++) query_sql("DELETE FROM `achievement` WHERE `achievement`.`id` = 40000"+.@i+";" I am currently using this code to reset my achievements, is there any other way to avoid using multiple query_sql (since its a loop) Thanks. I'm using this to manipulate offline player data.
  11. I am trying to increase the damage of my MVP monsters by a substantial amount, but at the current settings for PRE-RE, it seems to be capped at 60k~64k damage. No matter how much STR stats I put in, it does not really go above the 60k~64k damage range. Is there anything I can do to break that ceiling? I want them to be able to hit above 60~64k. Below is a stat of one of my boss monsters, again this boss monster hits at 60~64k per damage but I need it to go above that. - Id: 1373 AegisName: LORD_OF_DEATH Name: Lord of the Dead JapaneseName: Lord of Death Level: 99 Hp: 19903383 BaseExp: 131343 JobExp: 43345 MvpExp: 65671 Attack: 120000 Attack2: 130000 Defense: 77 MagicDefense: 73 Str: 879 Agi: 299 Vit: 30 Int: 809 Dex: 1028 Luk: 306 AttackRange: 3 SkillRange: 10 ChaseRange: 12 Size: Large Race: Demon Element: Dark ElementLevel: 3 WalkSpeed: 180 AttackDelay: 80 AttackMotion: 120 DamageMotion: 360 Ai: 21 Class: Boss Modes: Mvp: true
  12. Is there a new guide for creating a new skill by using YAML? I have a custom skill diff however unsure on how to apply it with the skill database changes. My diff is from the skill_db.txt era.
  13. Pay? You pretty much have the solution right there. Nobody would do that kind of edit for free, good luck on finding one that's free.
  14. Aside from the long waits, the quality of the products are top-notch. I highly recommend Haziel as he is one of the best, if not the best in terms of sprite-related work for RO. Only reason why I downgraded the star is due to the wait times, but aside from that everything is quality. Would buy again regardless.
×
×
  • Create New...