ScriptUO

Scripting Resources & Utilities => Stealth Client => Stealth Snippets\Library => Topic started by: Crome969 on February 17, 2012, 09:26:53 AM

Title: Property Parser
Post by: Crome969 on February 17, 2012, 09:26:53 AM
Title: Re: Property Parser
Post by: Crome969 on February 18, 2012, 11:16:19 AM
Addet Python support for that file..
Title: Re: Property Parser
Post by: Crome969 on February 20, 2012, 12:29:16 PM
I found a small bug when using the Python Property.py in combination with my Item evaluation.
to fix it just change line 70 from
Code: [Select]
return c to
Code: [Select]
  return int(float(c))     
Title: Re: Property Parser
Post by: Crome969 on February 24, 2012, 10:07:01 PM
Update
Changelog:
- ParsePropertyToInt is now ParsePropertyToIntOLD
- Addet alternate Version now called ParsePropertyToIntNew.
- Changed Maincaller of ParsePropertyToInt to ParsePropertyToIntNew
- Speed increase of about 50% cuz of that Change

File will be attached in my First Post.