Author Topic: Property Parser  (Read 6326 times)

0 Members and 1 Guest are viewing this topic.

Offline Crome969Topic starter

  • Moderator
  • *
  • *****
  • Posts: 2098
  • Activity:
    0%
  • Reputation Power: 25
  • Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.
  • Gender: Male
  • UO Enthusiast
  • Respect: +211
  • Referrals: 10
    • View Profile
    • ScriptSDK
Property Parser
« on: February 17, 2012, 09:26:53 AM »
0

There are 2 attachment(s) in this post. You must register and post an acceptable introduction to download
Property.inc
Property.py
« Last Edit: February 24, 2012, 10:07:35 PM by Crome969 »

Offline Crome969Topic starter

  • Moderator
  • *
  • *****
  • Posts: 2098
  • Activity:
    0%
  • Reputation Power: 25
  • Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.
  • Gender: Male
  • UO Enthusiast
  • Respect: +211
  • Referrals: 10
    • View Profile
    • ScriptSDK
Re: Property Parser
« Reply #1 on: February 18, 2012, 11:16:19 AM »
0
Addet Python support for that file..

Offline Crome969Topic starter

  • Moderator
  • *
  • *****
  • Posts: 2098
  • Activity:
    0%
  • Reputation Power: 25
  • Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.
  • Gender: Male
  • UO Enthusiast
  • Respect: +211
  • Referrals: 10
    • View Profile
    • ScriptSDK
Re: Property Parser
« Reply #2 on: February 20, 2012, 12:29:16 PM »
0
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))     

Offline Crome969Topic starter

  • Moderator
  • *
  • *****
  • Posts: 2098
  • Activity:
    0%
  • Reputation Power: 25
  • Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.
  • Gender: Male
  • UO Enthusiast
  • Respect: +211
  • Referrals: 10
    • View Profile
    • ScriptSDK
Re: Property Parser
« Reply #3 on: February 24, 2012, 10:07:01 PM »
0
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.

Tags: Stealth Property