Jump to content

Radian

Members
  • Posts

    1546
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Radian

  1. probably the map have the mapflag noreturn.
  2. I'm sorry i think that is the latest and official effect of devotion.. only defender icon will show up the devoted player.
  3. clientinfo change mo sa client side. naka lagay na rin sa char_server at logserver kung ano ang error.
  4. Some reason why your getting errors are 1. Maybe the map file is the problem. 2. Missing textures? 3. You miss something on the configuration?
  5. https://github.com/rathena/rathena/blob/master/src/common/mmo.h#L23 #ifndef PACKETVER #define PACKETVER 20130807 //#define PACKETVER 20120410 #endif hanapin mo yan. tapos palitan mo yung 20130807 ng 20100410 tapos recompile.
  6. id: 4 name: "Event Manager" inherit: ( "Support" ) level: 60 change the level 1 into level 60 then on the account use id 4 to verify its event manager position..
  7. Yung weapon ba na gamit mo is custom weapon? or baka walang sprite effect yung skill na yan. check mo sa data files mo
  8. I think it's normal since the old record was deleted and you applied a new sql's the script will show a debug message? I guess correct me if im wrong..
  9. I think it's already applied. from sunday to saturday. gettime(4) != 0 && gettime(4) != 6
  10. I think its good if you post the error while compiling/applying this source.
  11. Did you apply or add the new map name on the server side? on maps_athena.conf,map_index.txt and the map_cache.dat?
  12. Did you perhaps uncommit it or are those scripts on the npc/custom folder?
  13. Check the map server if there is a error message..
  14. Hindi ako sure kung bakit hindi ko na kasi na susubukan mag apply ng adelays. pero try mong e contact si Kamishi.
  15. re check mo ulit yung sa atcommand.c makikita mo sa error yung problema kung saan..
  16. replace the old line with this. announce "Congrats! " + strcharinfo(0) + " he/she reached the maximum level",bc_all;
  17. on this line getitem .reward[.@i],.amount[.@i]; and add this below announce "Congrats! " + strcharinfo(0) + " he/she reached the maxium level",bc_blue,bc_all;
  18. 1st i think the author of this script is Terces not AnnieRuRu ~
  19. You can solve this by changing https://github.com/rathena/rathena/blob/master/conf/battle/guild.conf#L59
  20. double check lang kung tamang file yung nandun...
  21. Stated na yung problema missing file or directory..
  22. Radian

    Party Devotion

    I think you can but i cant help you with this.. its better to wait on someone that can help you or guide you through this.. What do you mean by the old setup of devotion?
  23. Its kinda similar to getitem command.
  24. [Warning]: s aid=2000000 has an incorect version=46 in clientinfo. Server compiled for 45 check your mmo.h the client date that's how i solve it...
  25. Ok here you need to do... look for this line on skill.conf inside the battle folder... // Using 'old' behavior for devotion vs reflect damage? (Note 2) // Default is 0 (official). If 'devotion_rdamage' is > 0 (chance to devote the reflected damage), // when player with devotion attacks player with reflect damage ability (item bonus or skill), // the damage will be taken by the person who provides devotion instead the attacker. devotion_rdamage: 0 // Officially, reflecting shield (SC_REFLECTDAMAGE) reflects physical damage by skill or normal attack. // But if the target is being devoted, it ONLY reflects the damage for melee skill. (Note 1) devotion_rdamage_skill_only: yes and change it to this // Using 'old' behavior for devotion vs reflect damage? (Note 2) // Default is 0 (official). If 'devotion_rdamage' is > 0 (chance to devote the reflected damage), // when player with devotion attacks player with reflect damage ability (item bonus or skill), // the damage will be taken by the person who provides devotion instead the attacker. devotion_rdamage: 100 // Officially, reflecting shield (SC_REFLECTDAMAGE) reflects physical damage by skill or normal attack. // But if the target is being devoted, it ONLY reflects the damage for melee skill. (Note 1) devotion_rdamage_skill_only: no I hope this solve your issue about the reflect..
×
×
  • Create New...