Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Wierd item behaviour
Author Message
tleilax
Journeyman
*

Posts: 56
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Jun 2012
Reputation: 0



Post: #1
Wierd item behaviour
Hello,

I recently upgraded my sphere from 55i to 56b, anyways I'm having problem with this item:

Code:
[ITEMDEF 041a0]
DEFNAME=i_axe_battle_large_RUIN
ID=i_axe_battle_large
NAME=Large Battle Axe of Ruin
RESOURCES=i_axe_battle_large,i_enchant_weapon

If I spawn it like this, all I get is spawn gem graphics.
If I change defname to whatever else, I get my desired weapon.
I checked all the scripts, there is no other item named "i_axe_battle_large_RUIN" or "041a0".

Because of relations with other scripts for loot and damage system, I don't want to change defname.
Any ideas?
06-05-2013 05:30 AM
Find all posts by this user Like Post Quote this message in a reply
RanXerox
Master
**

Posts: 550
Likes Given: 1
Likes Received: 12 in 9 posts
Joined: Dec 2010
Reputation: 19



Post: #2
RE: Wierd item behaviour
I suggest you change all these items that use a number to just use the name... like this:

Code:
[ITEMDEF i_axe_battle_large_RUIN]
ID=i_axe_battle_large
NAME=Large Battle Axe of Ruin
RESOURCES=i_axe_battle_large,i_enchant_weapon
06-06-2013 02:34 AM
Find all posts by this user Like Post Quote this message in a reply
tleilax
Journeyman
*

Posts: 56
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Jun 2012
Reputation: 0



Post: #3
RE: Wierd item behaviour
I changed this item as you suggested, still the same, spawning world bit.
06-06-2013 02:52 AM
Find all posts by this user Like Post Quote this message in a reply
Hustensaft
Apprentice
*

Posts: 24
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Apr 2013
Reputation: 0



Post: #4
RE: Wierd item behaviour
041a0? Isn't that out of range in the tiledata? I thought, you can only use 0 to 3fff (normal clients) and 0 to 4000 (Palanthir)?
06-06-2013 05:39 AM
Find all posts by this user Like Post Quote this message in a reply
RanXerox
Master
**

Posts: 550
Likes Given: 1
Likes Received: 12 in 9 posts
Joined: Dec 2010
Reputation: 19



Post: #5
RE: Wierd item behaviour
The current nightly sphereserver versions supports the current client itemdefs which got up to almost 09999... 041a0 is a wall component from the Stygian Abyss expansion.
06-06-2013 08:29 AM
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)