• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

EQShower Script (Non AAC)

Status
Not open for further replies.

stefanhaan

SoulAAC DEV
Joined
May 31, 2008
Messages
125
Reaction score
0
Here's my work on an EQShower Script.
Made it in a couple of hours, you're free to use it but you've got to give some credits if you use it :thumbup:.

Problably some things which could be written shorter. But I'm gonna write a better one.

What does it have:
- A (nearly) complete item images folder.
- Cleaned up items.xml (Removed unnessecary items for faster parsing)
- Item grades (Configurable)
- Grade Colors (Configurable)
- Item attributes (Not complete)
-Speed/Attack/Defense/Extradefense/MagicLevel/Fire/Ice/Earth/Energy

And some more :peace:

Usage info:
To use it, open up connect.php and edit the connection info.
Then open index.php and search for the line
PHP:
$query=mysql_query("SELECT * FROM `player_items` WHERE `player_id`=2 AND `pid`<=10");

And edit the 2 at player_id to the player_id you whant to see :)

IT IS NOT READY TO GO IN AN AAC, for that you'd have to mod some parts.

The final version will be released in SoulAAC, so you could say this is just for some betatesting.
I would appreciate positive feedback and bug reports.

Compatible with:
Firefox and IE 8 & 7 If anyone could test IE 6 I would appreciate it :).

Download link:
EQ Shower From Soulgp.com
 
Can't edit my main post, so I'll put it here.

EQShower - V2

Features:
- Grades get calculated upon attribute amount (Config)
- Grade style configurable (Config)
- (nearly) Complete item folder.
- Javascript tooltip
- Div styled EQ view.
- Easy editing new attributes in it.

Current Supported Attributes: (36)
- name
- description
- weight
- attack
- armor
- containerSize
- speed
- defense
- elementFire
- elementIce
- elementEarth
- elementEnergy
- range
- extradef
- skillShield
- skillSword
- skillAxe
- skillClub
- skillFist
- skillDist
- magiclevelpoints
- absorbPercentAll
- absorbPercentFire
- absorbPercentIce
- absorbPercentEarth
- absorbPercentEnergy
- absorbPercentDeath
- absorbPercentHoly
- absorbPercentPhysical
- absorbPercent
- charges
- duration
- absorbPercentManaDrain
- absorbPercentLifeDrain
- preventDrop
- hitChance
- shootType

So that's nearly all item attributes.

Screenshots:
eqshowerv22.jpg

eqshowerv2.jpg
 
Thanks stefanhaan .. Could you provide instructions for how to join the ACC this scrypty?
 
Well, I'm not going to add support for GesiorAAC.
I'm going to implement it in my AAC and if enough ppl whant it I'll see if I can get it into ModernAAC aswell.
 
You should really put the items list in the database instead :p
 
Yeah that would go faster but atm, I really don't feel like writing a script to parse the items.xml to mysql XD.

But you'r right the loading speed would increase by allot.
I'll add that in V3.

If enough ppl are interested in Gesior Support I MIGHT add it. Cause I dislike gesior allot so without enough interest I'll only support Modern And SoulAAC.
 
You know what? why don't you take your little brain and use it to learn a bit of the needed knowlegde and simply fix it yourself instead of asking everyone to do it for you? People have better things to do than help ungrateful members who want everything on a silver plate.
 
And, stop using the messy AAC Gesiors.
 
Status
Not open for further replies.
Back
Top