![]() |
|
Spells - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: Spells (/Thread-Spells) Pages: 1 2 |
RE: Spells - larmc20 - 06-08-2013 08:57 AM No, it is wall of stone. I played in a Shard which you could cross the wall of stone above the player one and the player one didnt get free from paralyze. So, he would be in the middle of a cross, paralized. Thus, the Player two could cast spells and attack him with weapons behind the corner of the cross of the wall of stone (ajaja of of of)_... You know what i mean? I used the flag Nounparalyze but the wall of stone still getting out players from the paralyze. I dont know how to fix it. also, I realised I cannot cast spells or attack using weapons from cross corners. Do you know how can I fix it? RE: Spells - larmc20 - 06-10-2013 11:13 AM I could fix almost every thing... I noticed that there is more than one file of spells... in a spell folder (sphere_spells_magery.scp) and in the main script folder (sphere_spells.scp). I left the both equal and it worked good (flags time...). Well, now I only need to find out a way to make possible attack from the corners of crossed wall of stone... RE: Spells - larmc20 - 06-12-2013 07:56 AM I fixed everything by Sphere.ini Sorry my lack of knowledge! RE: Spells - RanXerox - 06-15-2013 10:12 AM What was the solution? RE: Spells - larmc20 - 06-15-2013 01:50 PM Well I dont know exactly what is the specific point because I have changed a few things in a row. I will test tomorrow one by one and tell you what I done to attack from diagonals. RanXerox I found // Uses the new LoS algorithm // ADVANCEDLOS_DISABLED 0x00 // Disabled, use the old method // ADVANCEDLOS_PLAYER 0x01 // Enabled only for players <<<<<<< I changed This one to attack from diagonals. // ADVANCEDLOS_NPC 0x02 // Enabled only for NPCs AdvancedLos=01|02 |