Jump to content

Davi

Members
  • Posts

    28
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Brazil
  • Server
    RagnaMetal
  • Github: Davi

Recent Profile Visitors

1573 profile views

Davi's Achievements

Poring

Poring (1/15)

0

Reputation

  1. I did it, and doesn't work with "Stone", no time reduction by luk. this is the last Status that i need to change, the duration of Stone is 15 seconds with 1 or 300 of luk.
  2. i copy and paste this part : tick_def = status->luk*32; tick_def2 = 0; // Caster can increase final duration with luk break; i just did it.
  3. Hello guys, i'm having a problem when i try to delete a char. in conf/char_athena.conf i put char_del_delay: 1, instead of 86400. I put the birthday option to delet the account too. But, when i try to delete the char, it ask for the email, then i digit the correct email and appear a message saying that the email was incorrect (always). i need to fix it, to delete a char using my birthday, and instantly. Can anyone help with this problem ? thanks.
  4. Davi

    Defense problem.

    I understood, i have to change DEF and MDEF manually one by one, thanks for the tool.
  5. i tried the same code as freeze. Freeze status now is : case SC_FREEZE: if (status->luk >= 320)// This means if(Luk = 320) Player is immune. return 0; sc_def = status->mdef*100; sc_def2 = status->luk*10 + status_get_lv(bl)*10 - status_get_lv(src)*10; tick_def = status->luk*32; tick_def2 = 0; // Caster can increase final duration with luk break; Working perfectly like i want, now i need the same with the other status: Stun; Silence; Sleep; Stone curse; Blind. i need these status duration reducing according luk increase, and when luk is 320, immunity. Thanks!
  6. Davi

    Walk problem

    i can't do it for now, i did so many customization in my emulator, i have it since 1yr. I really need to fix it.
  7. Davi

    Walk problem

    Hello everyone, when someone log in account, they can't walk or click in npcs at the first time, we must have to teleport first to some area or map to walk and click normally. how can i fix this ? Thanks for now.
  8. Davi

    Defense problem.

    I downloaded this tool, it ask about the renewal values, DEF: but i don't know what to put, because i've never used this kind of tool. If you can help me more, i'll be grateful.
  9. Davi

    Defense problem.

    Thanks, i'll try it and back here.
  10. I did everything exactly like this, but appeared another problem, for ADM account, it worked and the max skill level is 20, but in normal account, the skill works normally, but doesn't appear lvl 20, just lvl 10. the pictures below i'll explain better:
  11. Davi

    Defense problem.

    It's pre-re, but i put the renewal mobs inside.
  12. Hello, i'm having a specific problem about monsters defense and the damage that i do. my server is in pre-re, but i bring the renewal mobs inside. when i do a normal hit (no critical) in some mobs, the damage is between 50~300, but the skill damage or critical damage has the normal damage, between 2000~5000, it happens with some physical skills like skyne elbow. if anyone can help, tell me a way, this problem is ocurring when i hit a gilhotine cross or a ranger. thanks! These pictures explain what i'm trying to speak:
  13. Hello people, i need help in this case, i want to increase the level os some skills, and number of hits too. The skills are: fire/cold/lightning bolt and juptel thunder. I want to increase 10 levels and 10 hits for each skill. Like this: fire/cold/lightning bolt At level 20 = 20 Hits Juptel thunder lvl 20 = 22 Hits.
  14. So thanks ! it worked ! But i tried to do the same thing in other status like Stun, Stone curse, Sleep, etc, and doesn't worked. Is it different in each one ? I really need to make all these status effects working at the same way.
×
×
  • Create New...