Jump to content

Dori

Members
  • Posts

    332
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Dori

  1. Anyone? if this isn't possible please let me know so I can move from it V_V
  2. Is there a way to give just the Eske's visual effect (the glow effect) to a monster? I've been looking for the effect # of this skill and after going through 1000+ effects I still can't find it. Could this be possibly done through a script or even src?
  3. Dori

    Champion Mobs

    Is there a way to change the color of their (champion mobs) aura/effect? or is this done through the client?
  4. I'm trying to make a quest account bound, but not quite sure how to properly update the sql side of this. what i want to do is to find the following variable on all players and make it apply to the whole account. petquest to #petquest but the 'petquest' is saved in char_reg_num I need to change it to #petquest and move it to acc_reg_num I'm not sure how to run this on sql. Any help is appreciated!
  5. So many people who use windows 10 are having client side issues, such as blury/bright screen and tiny font. Are there any solutions to these issues?
  6. Dori

    GRF Editor

    You can open encrypted GRFs with older versions of this tool.
  7. Thanks for the reply Stolao, but the code didn't work. This however worked: sd->status.status_point = statp[sd->status.base_level] + ( sd->class_&JOBL_UPPER ? 52 : 0 ) + ( sd->class_&JOBL_THIRD && sd->class_&JOBL_BABY && (sd->class_ != MAPID_SUPER_BABY_E) ? 52 : 0 ); Thank you Corrosive for the help~
  8. So, this is the code which is located in Pc.c that give 100 stat points after rebirth. sd->status.status_point = statp[sd->status.base_level] + ( sd->class_&JOBL_UPPER ? 52 : 0 ); // extra 52+48=100 stat points I've added 3rd baby jobs into it: sd->status.status_point = statp[sd->status.base_level] + ( sd->class_&JOBL_UPPER ? 52 : 0 ) + ( sd->class_&JOBL_THIRD && sd->class_&JOBL_BABY ? 52 : 0 ); // extra 52+48=100 stat points And it works. The problem is Expanded Baby Super Novice class is also a 3rd baby class, and I don't want them to have 100 stat points given. I want to exclude the Expanded Baby Super Novice out of this code. How do I do it? I don't know how to code it that way and I've been trying literally the whole day with various methods trying get it to work. Really hoping one of you Src experts could shed some light in to this. Thank you~
  9. Thanks for the info Secret.
  10. You said you want your damage to be set at 300000, but its set at 3 million to 4.5 million.
  11. In official servers, can you you become a 3rd job without having to transcend? I'm going through the job scripts and I can't find this part.
  12. Yeah xD I want to use this client for a reason. it got really cool features. Specially the Item Link system.
  13. I am also looking for a way to disable the Doram creation window/menu. Any ideas?
  14. I'm really confused If that's the case then shouldn't I be able to see the message displayed with npctalk within the 10 cell range?
  15. Thank you for the reply, but I need it to be npctalk. Thank you very much, I will try this out area_size: 14: If the 14 means the amount of cells, it doesn't make sense why I couldn't see the chat being displayed from 10 cells far.
  16. Hello rathena, I want to increase the range of the displayed message from 'npctalk'. Currently I can't see the message within 10-11 cell range. How do I increase this? Thanks for any help.
  17. I am looking for this too, have you figured it out?
  18. Dori

    Npc name bug

    This is what I have on my char athena: // Name used for unknown characters unknown_char_name: Unknown I do wonder if its the client....my client is 2012-06-18aRagexeRE
  19. Dori

    Npc name bug

    Still looking for an answer to this, if anyone knows please help.
  20. Dori

    Npc name bug

    Is that when you diff the client? which option is that?
  21. I noticed that alot of the times my npc/mob/player names change to '??????' so randomly. It doesn't really do anything harmful but I would like to know if anyone has experienced this and if any one has a solution on how to fix this. Here is how it looks like:
  22. When priests equip knuckle weapons the Aspd comes down to 1.. Is there a fix for this bug? Any guidance would be appreciated. Thank you,
  23. Thanks, but I would like to use my script. But may be I can learn a few things from your script....until someone helps with my question. Edit: Nevermind, figured it.
  24. Thank you Aleos! This worked.
×
×
  • Create New...