SphereCommunity
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)

Pages: 1 2


Wall of Stone - LASTA - 05-17-2012 06:43 AM

Hi, have a server on September 09, 2008, when I want to cross the walls of casting the player, what would be attacking players on the diagonal, and cast spells like 0.51. Plz tell me how to implement this?
P.S.
Sorry for my English.


RE: Wall of Stone - Barnabus - 05-17-2012 08:47 AM

Add spellflag_targ_char or spellflag_targ_obj to [Spell 24] 's FLAGS in sphere_spells_magery.scp?


RE: Wall of Stone - LASTA - 05-17-2012 01:26 PM

Of course. The walls of caste and put an end to the cross. The problem is in place diagonally across the corner.


RE: Wall of Stone - LASTA - 05-18-2012 04:00 AM

Hey, people, somebody can help me? I have 2 days trying to solve this problem ...


RE: Wall of Stone - WRWR - 05-18-2012 07:11 AM

diagonal walk check in sphere.ini


RE: Wall of Stone - LASTA - 05-18-2012 02:02 PM

disabled

Code:
// Experimental flags
// Flags for options that affect server behaviour and which might affect compatibility
// See the revisions.txt file for more details on this
// EF_DiagonalWalkCheck            = 00000001
// EF_UNICODE                = 0000002 // No on Linux
// EF_New_Triggers            = 00000008
// EF_Intrinsic_Locals            = 00000020
// EF_Item_Strict_Comparison            = 00000040
// EF_NewPositionChecks            = 00000080 // Do not set while server is running !!!
// EF_WalkCheck                = 00000100
// EF_AllowTelnetPacketFilter            = 00000200 // Enables packet filtering for telnet connections as well
// EF_Script_Profiler            = 00000400
// EF_Size_Optimise            = 00000800
// EF_Minimize_Triggers            = 00001000 // Minimize trigger calls (use only 0.51 triggers)
// EF_DamageTools            = 00002000 // damage tools (and fire @damage on them) while mining or lumberjacking
// EF_UsePingServer            = 00008000 // Enable the experimental Ping Server (for showing pings on the server list, uses UDP port 12000)
// EF_NPCAct_Triggers            = 00010000 // Enable @NPCSpecialAction and @NPCAction triggers (mutual exclusive with EF_Minimize_Triggers)
// EF_UseNetworkMulti            = 00800000 // Enable optimized network routines (better) - Do not set while server is running !!!
// EF_Specific                = 01000000 // Specific behaviour, not completly tested
Experimental=00000002 | 00000008 | 00000400 | 00000800 | 00010000



RE: Wall of Stone - LASTA - 05-23-2012 06:52 AM

help....


RE: Wall of Stone - jeem - 05-24-2012 07:04 AM

I think you are gonna need to find someone to translate this for you. Honestly I read your posts a few times and I have no idea what the problem is. What's your native language? Someone else here might speak it.


RE: Wall of Stone - Crusader - 05-24-2012 06:21 PM

same here, i didn't understand what u mean.


RE: Wall of Stone - Shaklaban - 05-24-2012 06:30 PM

i think he wants to make characters able to hit other characters, which is crossed with wall of stone spell, like old sphere versions.