Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Undefined symbol 'TRY'
Author Message
Mordaunt
Super Moderator
****

Posts: 1,237
Likes Given: 26
Likes Received: 55 in 43 posts
Joined: Mar 2012
Reputation: 35



Post: #11
RE: Undefined symbol 'TRY'
I have loaded this script into my server and have ZERO error with it, except for that fact that you did this:

Code:
ON=@EQUIP

SRC.Taming=(<SRC.Taming> +100)



ON=@UNEQUIP

SRC.Taming=(<SRC.Taming> -100)


when you should have done this to get a 100 point boost in taming:

Code:
ON=@EQUIP

src.taming += 100.0



ON=@UNEQUIP

src.taming -= 100.0

Looking at your error it seems to me that your issue is occurring in your crafting menu

Code:
(dg_itens_skill_tinker.scp,589)

Are you sure that you are posting the correct lines? As what you are showing is the item, the dg in your script suggests to me it is an issue in a gump script.

Has the server actually loaded the script that contains the item?

[Image: 2nis46r.jpg]
12-04-2012 07:04 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Paulo_BR
Apprentice
*

Posts: 30
Likes Given: 14
Likes Received: 1 in 1 posts
Joined: May 2012
Reputation: 0

Ultima Online Brasil

Post: #12
RE: Undefined symbol 'TRY'
Already tried everything, and nothing to resolve. And the interesting thing, is that I only get the taming it works, and if I put in taming another item of the same problem. Strange.
12-04-2012 08:04 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Extreme
Grandmaster Poster
***

Posts: 1,140
Likes Given: 217
Likes Received: 89 in 76 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #13
RE: Undefined symbol 'TRY'
Is your Skill Taming defined?

STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
12-07-2012 09:51 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)