

REKT
-
Posts
206 -
Joined
-
Days Won
1
Community Answers
-
REKT's post in TEST was marked as the answer
Hi, thanks for the respond i appreciate it. That is also my method.
Howerver as i said to my post. It gives error when opening the client. my default GRF without any encrypt everything is smooth and works.if you encrypted it it shows error and missing lua files.
When i get time.
I'll make a video and show u the errors.
-
REKT's post in Droprate patch help. was marked as the answer
U didn't apply the patch properly as i can see in your map-console.
it should be:
db/const/ = no longer exists on rAthena its different now.
-
REKT's post in WoE Rewards was marked as the answer
This?
setarray .@rewards[0],7539,5,607,50; //<Item_ID>,<Amount>{,...} -
REKT's post in Hello Emistry Dynamic Shop was marked as the answer
Put this:
dispbottom( "[Notice] Purchased : "+ @bought_quantity[.@i] +"x "+ getitemname(@bought_nameid[.@i]) +""+ (@bought_quantity[.@i] > 1 ? "s" : "") +".", 0xFF6600 ); That should work.