Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Casting through Wall of Stone
Author Message
gonnie
Apprentice
*

Posts: 3
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Jul 2012
Reputation: 0



Post: #1
Casting through Wall of Stone
Hi there, im getting an issue with the wall of stone spell, making players able to cast trough the magic walls. I tried changing some spellflags but no effect, can you give me a hand please?

thnx
08-09-2012 09:50 AM
Find all posts by this user Like Post Quote this message in a reply
Wap
Journeyman
*

Posts: 138
Likes Given: 6
Likes Received: 7 in 6 posts
Joined: Mar 2012
Reputation: 3

UORPG.net

Post: #2
RE: Casting through Wall of Stone
You have to edit your item scripts or tiledata.mul. Default DISPID of wall of stone is 080, but Sphere copy tileflags from BASEID, that is 07a, which doesn't block a way.
(This post was last modified: 08-09-2012 10:42 AM by Wap.)
08-09-2012 10:42 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Handred
Apprentice
*

Posts: 28
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Jul 2012
Reputation: 0



Post: #3
RE: Casting through Wall of Stone
[ITEMDEF 07a]
DEFNAME=i_wall_stone_7
TYPE=T_WALL
CAN=CAN_I_BLOCK
RESOURCES=100 i_rock_plain
CATEGORY=Buildings - Walls
SUBSECTION=Stone Wall 3
DESCRIPTION=@
DUPELIST=07b,07c,07d,07e,07f,080,081,082,083,084,085,086,087,088,089,08a,08b,08c​,08d,08e,08f,0364,0365
on=@create
ID=i_wall_stone_8

Fixed it no need to play on files Smile
08-10-2012 11:53 AM
Find all posts by this user Like Post Quote this message in a reply
Terrikate
Apprentice
*

Posts: 30
Likes Given: 1
Likes Received: 2 in 2 posts
Joined: Mar 2012
Reputation: 1

Ultima Alianza

Post: #4
RE: Casting through Wall of Stone
Better change the magic, so do not lose a piece of wall.

[Spell 24]
DEFNAME=s_wall_of_stone
...

ON=@SUCCESS
LOCAL.CREATEOBJECT1=<EVAL i_wall_stone_8>
LOCAL.CREATEOBJECT2=<EVAL i_wall_stone_8>
08-12-2012 01:35 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Lazarus
Master
**

Posts: 352
Likes Given: 11
Likes Received: 7 in 6 posts
Joined: Jun 2012
Reputation: 1

Hybris Ultima Online

Post: #5
RE: Casting through Wall of Stone
(08-10-2012 11:53 AM)Handred Wrote:  [ITEMDEF 07a]
DEFNAME=i_wall_stone_7
TYPE=T_WALL
CAN=CAN_I_BLOCK
RESOURCES=100 i_rock_plain
CATEGORY=Buildings - Walls
SUBSECTION=Stone Wall 3
DESCRIPTION=@
DUPELIST=07b,07c,07d,07e,07f,080,081,082,083,084,085,086,087,088,089,08a,08b,08c​,08d,08e,08f,0364,0365
on=@create
ID=i_wall_stone_8

Fixed it no need to play on files Smile

That was I do and it works, a friend of me tell's me and works fine ^_ ^
thank you Smile
and thanks to all


ON=@SUCCESS
LOCAL.CREATEOBJECT1=<EVAL i_wall_stone_8>
LOCAL.CREATEOBJECT2=<EVAL i_wall_stone_8>

and I do this too Tongue ^_^

[Image: 2hy9q0y.png]
08-12-2012 03:46 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)