![]() |
Wall of stone - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: Wall of stone (/Thread-Wall-of-stone--2708) |
RE: Wall of stone - Runcuks - 07-08-2013 05:30 AM Even download pre-lease and diferent server client mul files but this is still happening, does any1 have any idea how to solve this problem, Sorry Rattlehead but i didn't get how to fix this one, sorry... RE: Wall of stone - dagger4k - 07-08-2013 09:24 AM when you change your files do you still see the wall of stone as being that small? or the oldschool version. The reason being is that you can see -- and cast -- over certain items. RE: Wall of stone - Shaklaban - 07-08-2013 08:35 PM set can=can_i_block|can_i_blocklos in wall items. RE: Wall of stone - Rizz - 07-09-2013 03:23 AM Look at your tiledata.mul on your server. Default stone wall actually is an arch. RE: Wall of stone - Runcuks - 07-09-2013 07:02 AM Shaklaban your idea didn't work, and Rizz i took a look in tiledata and all looks fine Stone Wall arch - Height 20 Wall and Impassble cheked in only for 0x6F and 0x71 impassble isnt cheked... But i am playing one server which is using same patch as i have but in that server all works fine .. RE: Wall of stone - darksun84 - 07-09-2013 07:32 AM try by casting a stone wall in game, then check its height with .xshow height Check even the type to be sure at 100000% ![]() RE: Wall of stone - dagger4k - 07-09-2013 08:56 AM You might have messed up with height of the map or some random thing haha.... Also... .gm 0 Also... If you have in the sphere ini, same ip admin you will want to turn this off... In some cases even if you have gm set to 0 you will be able to cast as a gm.. RE: Wall of stone - Runcuks - 07-09-2013 04:00 PM darksun84 i cast wall of stone in game its height is 22 cheked all with .info all looked fine but still player could shot with bow or magic tru it, cast dispid wall of wall of stone and all works fine player can't attack it tru ... maybe with my spell something ir wrong... dagger4k i try to login with my ip addres not with 127.0.0.1 but still didnt work as it should ... [Spell 24] DEFNAME=s_wall_of_stone NAME=Wall of Stone SOUND=snd_SPELL_WALL_OF_STONE RUNES=ISY CAST_TIME=30 RESOURCES=i_reag_blood_moss,i_reag_garlic RUNE_ITEM=i_rune_WALL_OF_STONE SCROLL_ITEM=i_scroll_WALL_OF_STONE FLAGS=SPELLFLAG_TARG_XYZ|SPELLFLAG_FIELD EFFECT_ID=0 EFFECT=0 DURATION=60.0 MANAUSE=9 SKILLREQ=MAGERY 30.0 INTERRUPT=100.0,100.0 ON=@SELECT IF (<SRC.REGION.TAG0.BLUE>==1) || (<SRC.REGION.TAG0.RED>==1) || (<SRC.REGION.TAG0.BATTLE>==1) SRC.SYSMESSAGE @50 You can't cast that spell here! RETURN 1 ENDIF IF (<SRC.TAG0.MUTE>==1) SRC.SYSMESSAGE You can't do that. RETURN 1 ENDIF ON=@SUCCESS TAG0.SUMW = <EVAL <SERV.TIME>+100> return 0 RE: Wall of stone - darksun84 - 07-09-2013 05:04 PM uhh i actually tried it , and i got the same problem even with normal classic wall of stone It's fixable by enabling AdvancedLOS for both player and npc on sphere.ini . Anyway, i am not sure that wall of stone should block spells ! RE: Wall of stone - Runcuks - 07-09-2013 06:08 PM Thanks darksun84 it works . ![]() |