#property

Requests of new features and reports on bugs needs to be fixed

Moderators: Murderator+, Murderator

Post Reply
dodo
Posts: 6
Joined: 2004-04-10 10:58:34

#property

Post by dodo »

Hi Yoko,

There was an idea to implemetn EasyUO method get_item_property()

that returns long string "$" separated, describing the Name, and propertiers of the object...

I heard that you get tired of the project, but could we expect this feature sometime in the future?
Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Post by Yoko »

uo.getname, getx, gety, getz, getdistance, poisoned, .......

read hystory of changes..
dodo
Posts: 6
Joined: 2004-04-10 10:58:34

Post by dodo »

Yes, sure, but I'm looking for something more.

I plant to create a kind of Web based trade engine for our shard (AoS)

we hawe a items called "Power Scrols", EasyUO says:

Code: Select all

A Wonderous Scroll Of Discordance (105 Skill)$Cursed$


or special crafts reward called "Bulk Orders":

Code: Select all

A Bulk Order Deed$Blessed$Small Bulk Order$Amount To Make: 10$Dagger: 0$


or usual wearable items:

Code: Select all

  
Horned Studded Leggings$Reflect Physical Damage 3%$Self Repair 1$Physical Resist 4%$Fire Resist 7%$Cold Resist 5%$Poison Resist 5%$Energy Resist 6%$Strength Requirement 30$Durability 44 / 44$

Code: Select all

Exceptional Barbed Female Leather Armor                         <- Type KUD
    $Physical Resist 5%

    $Fire Resist 12%    $Crafted By Wordless
    $Cold Resist 8%
    $Poison Resist 7%
    $Energy Resist 9%
    $Durability 20%
    $Strength Requirement 25
    $Durability 39 / 42$


Code: Select all

Ring$Carpentry +2$
Bracelet$Hit Chance Increase 2%$
Bracelet$Detecting Hidden +3$
Bracelet$Tracking +5$Disarming +3$Enhance Potions 10%$
Bracelet$Archery +4$Defense Chance Increase 4%$Lower Mana Cost 2%$



I'm writting EUO script thad do perform indexing of everything in container for sale,
create list of properties, send it by URL to my server. Server part (PHP) will parse incoming
list of properties, and store ionto DB... But EasyUO syntax and posibilities is really suxx,
I'd much prefer to create such a script in Inject
Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Post by Yoko »

The answer is simple, at the moment i freeze project i not started implementing AoS functions. Such properties were added in AoS protocol only.
Post Reply