[Question] level of the pet, reset the orb and clovers

10/16/2010 03:39 Hinataa#1
I am wanting to create some new iten I saw on some server out there:

Reducer level:

Example: using the item your pet can reduce the level of 255 to level 70.

Reset Orb:

Using the item the player clears the orb it.

Clover 100%.

increase the chance of clover, thus giving 100% in the reborn.

Thanks, I think it helped everybody, do not want to query, may be the type, data and param to be used for both items.



:handsdown: :handsdown: :handsdown: :handsdown: :handsdown: :handsdown: :handsdown: :handsdown: :handsdown: :handsdown: :handsdown: :handsdown:
10/16/2010 15:51 SoulNecturn#2
Quote:
Originally Posted by Hinataa View Post
Reducer level:[/COLOR]

Example: using the item your pet can reduce the level of 255 to level 70.
This cant be done by any action (degradation of levels of players was never supported and in anyway connected under binary files... no one even take it into consideration that this would be required or even helpful to something).

Quote:
Originally Posted by Hinataa View Post
Reset Orb:

Using the item the player clears the orb it.
Its same answer I wrote under degrading levels...


As I believe both things you saw under Demons Online forum/server then I will answer how and ways.
First of all DO has feature called Animal Garden Exchange system where after gathering all 5 animals you can request a special claim (reward) from PM... of course items are rare so not many requests are and rewards are special like unorb, level down (for mentor) or name/gender change etc ... but yes PM is doing this for players ...
So this is your first way of how..
Second option is to make it processed by web itself. A script that will operate under your game DB... (but this one will be always in less control by owners then doing this by hand...)
But those are 2 possibilities...



Quote:
Originally Posted by Hinataa View Post
Clover 100%.

increase the chance of clover, thus giving 100% in the reborn.
This question is strange :)
This is happening nowhere since reason of clovers existing is totally different.
Let me explain:
Normally (for example under normal official eo) when you composing pet you have slight chance to receive info that compose failed - which meant that his level get back to lvl 1 but no star points were added during this compose.
This part is regulated under:
cq_eudemon_rbn_rqr (column: suc_percent) - as I believe most pservers has it as 95% or just 100% so its not even visible...
Now - when you are composing and using clover with compose you avoiding this chance of failing.... and this is the way of clovers working for which was created originally ;)

This way of working cant be changed like that into other solution you put under question...
but if you saw it somewhere - provide small prove and which server has it ...
Honestly I never even consider to edit clovers functionality so never even check how they are made under Server files ;)


Ok, hope this will help you.

Regards
10/16/2010 22:53 Hinataa#3
Reducer level:
does have a modifier level of pets.
There is a Brazilian server that has it, his name is eoparaiba.

Clover 100%.
OK, thanks.
Reset Orb:
OK, thanks.
10/16/2010 23:19 SoulNecturn#4
Quote:
Originally Posted by Hinataa View Post
Reducer level:
does have a modifier level of pets.
There is a Brazilian server that has it, his name is eoparaiba.
so by lowering level you meant like level of pets not character??(yes it is difference)

well then it could be very possible it can be done somehow...
personally I dont see yet reason to fin this reducer for pets ... "yet" :)

and why I am saying that for pets its possible ... simply because it is already in gam posssible - like by every time you compose pet it is lowering into level 1 and info about max level of it is stored under cq_eudemon of this pet ... so I guess it should be for sure possible ;)

then a small tip for you here which might be helpful:

cq_eudemons table
column: mete_lev
is the one which storing info about real level of certain pet ;)

try to search of anything connected with this under MSG server ... maybe there is something...

someday probably will look into this ... if will find something will write here ;)

regards