n3ySkie Posted February 13, 2019 Posted February 13, 2019 good day, i want to request if there's any code to allowed wall on fog in land pro? thanks in advance. Quote
0 Clark Posted February 13, 2019 Posted February 13, 2019 You could try with the option in item_db https://github.com/rathena/rathena/blob/master/db/re/skill_db.txt // 16 inf3 (skill information 3): // 0x000001 - skill ignores land protector // 0x000002 - free // 0x000004 - usable skills while hiding // 0x000008 - skill that can be use while in dancing state // 0x000010 - skill that could hit emperium // 0x000020 - skill ignores SC_STASIS // 0x000040 - skill blocked by kagehumi // 0x000080 - skill range affected by AC_VULTURE // 0x000100 - skill range affected by GS_SNAKEEYE // 0x000200 - skill range affected by NJ_SHADOWJUMP Just copy & paste this in your db/re or pre-re/item_db.txt (not tested) 404,9,6,2,2,0x1,0,5,1,yes,0,0x100,2,magic,0,0x100001, PF_FOGWALL,Blinding Mist Quote
0 n3ySkie Posted February 13, 2019 Author Posted February 13, 2019 not working, though i can use now wall of fog in LAND PRO but didnt block attacks~ Quote
0 utofaery Posted February 13, 2019 Posted February 13, 2019 (edited) 2 hours ago, Emonizer08 said: not working, though i can use now wall of fog in LAND PRO but didnt block attacks~ Creates a wall of fog on a 5 x 3 cells area. For non-ground targeted spells going through or into the fog, there's a 75% chance that the skill will miss. Ranged attacks have a -75% damage penalty, and -50 HIT penalty. Targets inside the affected area will receive the Blindness Status Effect. The wall lasts for 20 seconds, and cannot be cast on top of Sage's other ground based skills such as Volcano, Land Protector, and Violent Gale, but you may cast this over Deluge. If this skill is cast over Deluge, it will last for 40 seconds. You can cast this on top of monsters and you can not have more than 2 Wall of Fog active at any time. 75% chance... I wonder how many sets of test did you carried out? 3/4 time it will miss. Edited February 13, 2019 by utofaery Quote
Question
n3ySkie
good day, i want to request if there's any code to allowed wall on fog in land pro? thanks in advance.
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.