[XP] Equipment Set Bonus

Started by Griver03, June 20, 2011, 12:19:18 pm

Previous topic - Next topic

Griver03

June 20, 2011, 12:19:18 pm Last Edit: June 20, 2011, 03:23:44 pm by Griver03
hi i wonder if there is already a script for set bonuses like in mmorpgs and some rpgs.
if you got all parts of an set you get bonus stats thats very all of it.

a bit better version of it is like aion have, you can set the bonus stats to an ammount of set parts i cant good english so its hard to explain for me.
so i make an example for that  :^_^':

1 Part - nothing
2 Parts - STR +10
3 Parts - STR +20
4 Parts - STR +30,DEX +20
5 Parts - STR +50,DEX +50

the script should simply check if you got armor/weapon ids X,Y,Z... equiped and give you the bonuses. (x,y,z are ids of the armors weapons)
sets should be made like this

Set1 = [0,1,2,3,4] or Set1 = [0,0,1,2,3,4,5,6,7] for multiequip support.
and so on.

edit: it actually should look like this [11,3,2,6,19] weaponid 11, shieldid 3, helemtid 2, armorid 6, accid 19...

i hope that someone could make this when its not yet made  :roll:

thx in advance
My most wanted games...



G_G

So just for clarification, say you get a bonus of 10 strength if you have 2 parts of the set. Can you have any of these 2 parts? Or does it have to be specific. If it can be any it'll make it a lot easier.

Griver03

i thought so, each set is only 1 time in the game so theyre unique (to make it easyer)
and like you said you can have any of the lets say 5 parts but until you have not 2 of them you dont get a bonus.
each time you get a part more you get a bonus more.
example:

Set contains 5 items:

Genji-Sword (0) - WeaponID100
Genji-Shield (1) - ShieldID100
Genji-Kabuto (2) - HelmetID100
Genji-Yoroi (3) - ArmorID100
Genji-Gloves (4) - AccessoireID100

the set bonus gets set

set1 part1 = 10 STR
set1 part2 = 20 STR
set1 part3 = 30 STR , 25 DEX
set1 part4 = 40 STR , 50 DEX
set1 part5 = 50 STR, 50 DEX , 50 AGI

but you dont need to have the Genji-Sword and the Genji-Shield to get the first bonus you can have eg. Genji-Gloves and Genji-Yoroi or anything else from the set.

hope this is possible
My most wanted games...



G_G

June 22, 2011, 03:14:19 pm #3 Last Edit: June 22, 2011, 03:16:56 pm by game_guy
I shall do this request for you. Its a very nice idea. Also, if you want to setup sets where you don't have an accessory for example, you will just fill it with a zero. e.g.
set1 = [1, 1, 5, 13, 2] # this set contains an accessory
set1 = [1, 1, 5, 13, 0] # this set does not have an accessory

Griver03

June 23, 2011, 12:17:22 pm #4 Last Edit: June 25, 2011, 02:52:55 pm by ForeverZer0
great to hear that you will make it, though its not hard to make i think.
can you made it multislot equip compatible ?!
so that you can have 2 weapons for a set and more than 1 accessoire ?
because in my game i have 2 weapons, helmet, bodyarmor, shoes , neck, ring left, ring right, hands, earring left, earring right and belt...
would be nice if that could work !
and if its not to hard can you make it so that you can even increase eva and pdef, mdef ?
thx alot


edit: i frogot something...
a set dont need to have a weapon or an armor...
for example:

set1 = helemt and armor
set2 = weapon and weapon
set3 = weapon and accessoire
set4 = weapon, helemt, body armor, accessoire


edit2: her is a picture from an set bonus from aion which expalins that very good i think.
http://imageshack.us/photo/my-images/543/setbonus.png/

edit3:
i got a new idea for enhance this a lil bit.
you should be able to set an
  • after the weapon/armor name. (
  • is an number)
    then it should draw after the description an x/x string.

    like i type into the databse Genji-Sword [5] (description "ATK+ 900"), now in the item scene when i look at Genji-Sword's description,
    should be now "ATK+ 900 Part 1/5" in there...
My most wanted games...



Griver03

oh game_guy i hope you didnt began to make this :(
its not my fault i searched for it like i said before on google and didnt find one.
but the last days i where on save-point.org and found on pure miracle exactly that what i wanted !!!
its called "Angie's Equipment Sets" and its posted by the DerVVulfmann !
so you dont have to make it anymore !
My most wanted games...



G_G

Glad you found something that worked. :3 I did start this but I forgot about it, sorry. =\

Griver03

My most wanted games...