Emad
Members-
Posts
109 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Emad
-
Rune knight quest skill can't level up after finished in pre-re mode/class
Emad replied to Emad's question in Client-side Support
you don't get it after i finish 3rd job quest i can level up 3rd job skills but how? -
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
-
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.
-
CAN'T FIND COMET SKILL SPRITE/EFFECT NEED TO CHANGE ITS' COLOR
Emad posted a question in Graphics Requests
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? -
Request>how to activate 2x dmg on specific area cell/70 degree angle
Emad replied to Emad's question in Source Requests
ok i have done with 2x damage but only left skill area activation as shown above ^^^ -
Request>how to activate 2x dmg on specific area cell/70 degree angle
Emad posted a question in Source Requests
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 -
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 ???
-
R>how to turn dragon breath skill to autocast while melee with chance
Emad replied to Emad's question in Source Support
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 -
R>how to turn dragon breath skill to autocast while melee with chance
Emad posted a question in Source Support
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 -
yea i was thought of it and it makes sense i guess im lazy atm but thx anyway xD
-
i need src support on how to turn offensive skill to passive so that i can't drag the skill from skill window thanks
-
SPRconview error messsage while trying to onvert bmp to spr.
Emad replied to Emad's question in Graphics Support
no solution and it says without selecting an spr file: error creating. ???? -
SPRconview error messsage while trying to onvert bmp to spr.
Emad posted a question in Graphics Support
SPRconview error messsage while trying to onvert bmp to spr. message error : ????????? need to convert any solution ? -
Need support> error MSB3541: Files has invalid value "libconfig.vcxproj"
Emad replied to Emad's question in Source Support
fixed used new rathena file mostly fail cause of skildb -
Need support> error MSB3541: Files has invalid value "libconfig.vcxproj"
Emad posted a question in Source Support
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,, -
Request support>Can't level up skill. it still grey color without level up arrow
Emad replied to Emad's question in Source Support
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 -
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).
-
Request Source support> LUXANIMA SKILL NOT WORKING?
Emad replied to Emad's question in Source Support
im not here to joke ok either you help or go thanks -
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 ??
-
thanks please delete this topic @Akkarin
-
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 ?
-
i checked all this files it's about client date when i use 2015 it work fine i need it to work 2013