Question about the Resource

01/07/2017 09:26 TheCab#1
Hi Epvp community I just want to know what is the meaning of each line/column here "Highlighted"? in Event.Lua because I want to set this like

For every level 15 (Male character) will receive a vagrant set for male.
For every level 15 (Female character) will receive a vagrant set for Female.

SetLevelUpGift( 2, "all","II_CHR_FOO_COO_REMANTISEVENT", 30, 2, 0 )

And for the Roulette.inc
what is the 100% chance "or the rate".
is 1700 = 100& ?

What is the meaning of this one?
DAYS_NEXT 1
is this mean the cooldown of the roulette? or the chance to roll it again?

AND ALSO HOW TO PUT DAYS ON A ITEM THANKS!

thanks sorry for my bad english
:D
01/07/2017 09:59 flyffdev#2
SetLevelUpGift( 2, "all","II_CHR_FOO_COO_REMANTISEVENT", 30, 2,0 )

0 = is for Rebirth Level
all = to all characters

01/07/2017 10:04 Nortix#3
I highly doubt it is rebirth.

open EventFunc.lua and search for SetLevelUpGift
01/07/2017 10:29 TheCab#4
I see thanks to both of you :D

function SetLevelUpGift( nLevel, strAccount, strItemId, nItemNum, byFlag, nReb )

So I need to change the "ALL" to "Male" or "Female" or "M" or "F"?

how about how to put days on the specific item specially on fashion.
01/07/2017 10:44 Nortix#5
Oh, well. I was wrong

[Only registered and activated users can see links. Click Here To Register...]

Adapt for time limited items
01/08/2017 10:44 TheCab#6
Quote:
Originally Posted by Nortix View Post
Oh, well. I was wrong

[Only registered and activated users can see links. Click Here To Register...]

Adapt for time limited items
sir nortix can you help me how to put days on a item? sorry
01/19/2017 17:10 fdfr1#7
You can work around that by putting the items in a box and setting a duration to the contents (propPackItem)