n3ySkie Posted February 13, 2019 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 51 Reputation: 2 Joined: 07/28/14 Last Seen: Yesterday at 07:08 AM Share 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 Link to comment Share on other sites More sharing options...
0 Clark Posted February 13, 2019 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 22 Reputation: 5 Joined: 06/19/18 Last Seen: February 27, 2023 Share 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 Link to comment Share on other sites More sharing options...
0 n3ySkie Posted February 13, 2019 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 51 Reputation: 2 Joined: 07/28/14 Last Seen: Yesterday at 07:08 AM Author Share Posted February 13, 2019 not working, though i can use now wall of fog in LAND PRO but didnt block attacks~ Quote Link to comment Share on other sites More sharing options...
0 utofaery Posted February 13, 2019 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 228 Reputation: 19 Joined: 10/27/12 Last Seen: March 17, 2019 Share 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 Link to comment Share on other sites More sharing options...
Question
n3ySkie
good day, i want to request if there's any code to allowed wall on fog in land pro? thanks in advance.
Link to comment
Share on other sites
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.