Jump to content

Emad

Members
  • Posts

    109
  • Joined

  • Last visited

Everything posted by Emad

  1. you don't get it after i finish 3rd job quest i can level up 3rd job skills but how?
  2. i made rune knight quest as a skill quest for pre-re lordknight but once i finsih quest skill level up feauture does not show up ???
  3. i added 3rd tab which is 3rd job skills but i don't want to level it up while in 2nd skills i want it to make it level up after finishing quest
  4. i request for a skill edit.Skill name sonicwave request: 3 waves at one cast each wave gives dmg.I have tried double casting code skill but did not see 2 waves current code skill_attack(BF_WEAPON, src, src, bl, skill_id, skill_lv, tick, flag); skill_attack(BF_WEAPON, src, src, bl, skill_id, skill_lv, tick, flag); skill_attack(BF_WEAPON, src, src, bl, skill_id, skill_lv, tick, flag); break; please if you know comment thanks.
  5. i need to change comet skill color but can't find in grf ??? does it use meteor storm file ? how do i know skill comet use meteor file?
  6. ok i have done with 2x damage but only left skill area activation as shown above ^^^
  7. i want 2xhit dmg activated if i moved from the mob only on the corner line/curved line without straight lines/cells based on player prespective example: A=PLAYER, m=mob, x= 2xdmg activation line Note: the skill is ground skill so in order to able to activate the self-collision the skill must hit on the curved line of the monster = mostly 70 ْ degree angel x x x x m x A x x x m x x Thanks
  8. i edit some equip to be cast safety wall when receive physical dmg but it cast one cell away from the player cell how can i make it cast inside caster cell?
  9. if ((sce = sc->data[SC_LUXANIMA]) && rnd() % 100 < sce->val2) skill_castend_nodamage_id(src, bl, RK_SONICWAVE, 5, tick, 0); i made sonic wave autocast while activating lux anima but it doesn't show wave effect and damage is not working just skill name above head ???
  10. i replaced the original sc_autospell to rk dragonbreath for test but did not work?? if (sc && sc->data[RK_DRAGONBREATH] && rnd()%100 < sc->data[RK_DRAGONBREATH]->val4) { int sp = 0; uint16 skill_id = sc->data[RK_DRAGONBREATH]->val2; uint16 skill_lv = sc->data[RK_DRAGONBREATH]->val3; int i = rnd()%100; btw dragonbreath i made it passive i don't want the select window from autospell just only level the skill and chance get up and autocast when melee
  11. i tried some coding but did not find yet . i want to to turn dragonbreath to chance to autocast while melee damage only per level increase chance and i made it passive btw so i want the coding script thanks
  12. yea i was thought of it and it makes sense i guess im lazy atm but thx anyway xD
  13. i need src support on how to turn offensive skill to passive so that i can't drag the skill from skill window thanks
  14. no solution and it says without selecting an spr file: error creating. ????
  15. SPRconview error messsage while trying to onvert bmp to spr. message error : ????????? need to convert any solution ?
  16. fixed used new rathena file mostly fail cause of skildb
  17. issue when compile 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(5140,5): error MSB3541: Files has invalid value "libconfig.vcxproj -> E:\rAthena\.vs\build\libconfig.lib". Illegal characters in path. 2>Done building project "yaml-cpp.vcxproj" -- FAILED. tried and reinstall new msvc2019 and build tools ... nut no work even retarget sdk,,
  18. mine is skill_db.yml i said i rechecked it and it's unedited so it occur only after i recompile the server afte refix some skill.cpp scripts but nothing wrong there just original skills gets enabled that's it nothing more... even i replace skill.cpp+hpp and pc.cpp+hpp and same problem also replaced skill_db.yml the issue occured to all classes
  19. i request support from source section> as the title says can't level up all skill even using @allskill.The problem suddenly appear after i recompile the server but before no problem occured and i don't know what's the issue everything seems fine even rechecked skill_db.yml,skill.cpp.,battle.cpp.,status.cpp.,pc.cpp+hpp.,npc file and job exp,lua files by zack [did not edit it] and i did not edit those last files only last one was skill.cpp before the problem occured..??? once i log in error appear in mapserv: pc_checkskill: Invalid skill id 9 (char_id=150030). [Error]: Skill '533' is undefined! c:\users\administrator\desktop\rathena\src\map\pc.cpp:6056::pc_checkskill [Error]: pc_checkskill: Invalid skill id 533 (char_id=150030). [Error]: Skill '2412' is undefined! c:\users\administrator\desktop\rathena\src\map\pc.cpp:6056::pc_checkskill [Error]: pc_checkskill: Invalid skill id 2412 (char_id=150030). [Error]: Skill '260' is undefined! c:\users\administrator\desktop\rathena\src\map\pc.cpp:6056::pc_checkskill [Error]: pc_checkskill: Invalid skill id 260 (char_id=150030). [Error]: Skill '422' is undefined! c:\users\administrator\desktop\rathena\src\map\pc.cpp:6056::pc_checkskill [Error]: pc_checkskill: Invalid skill id 422 (char_id=150030). [Error]: Skill '423' is undefined! c:\users\administrator\desktop\rathena\src\map\pc.cpp:6056::pc_checkskill [Error]: pc_checkskill: Invalid skill id 423 (char_id=150030). [Error]: Skill '260' is undefined! c:\users\administrator\desktop\rathena\src\map\pc.cpp:6056::pc_checkskill [Error]: pc_checkskill: Invalid skill id 260 (char_id=150030).
  20. im not here to joke ok either you help or go thanks
  21. i need help from rathena source section.The problem is the rune knight LUXANIMA skill is not working no dmg bonus or storm blast effect ??
  22. Emad

    deteled

    thanks please delete this topic @Akkarin
  23. i can see the map and npc's when teleported by npc karim pucci but after seconds client shutdown is it possible to make it load to 2013 client ?
  24. i checked all this files it's about client date when i use 2015 it work fine i need it to work 2013
×
×
  • Create New...