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?
#property
Moderators: Murderator+, Murderator
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:
or special crafts reward called "Bulk Orders":
or usual wearable items:
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
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