Vincent Posted April 1, 2013 Posted April 1, 2013 Hi, 1. how can i do a Double Exp Scroll. I dont want to know how i can include the Scroll. I want to know what code the Item have to be that Player can get +100% Exp for 1h. Quote
jaBote Posted April 1, 2013 Posted April 1, 2013 Just see the Field Manual 100% (Item ID# 14533 in /db/{re or pre-re}/item_db.txt or your SQL table if you use it) code: 14533,Battle_Manual100,Field Manual 100%,2,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_EXPBOOST,1800000,100; },{},{} And its description: A manual that explains the effective way of the battle. It is a very detailed and well composed manual.Exp rate is increased to 100% for 30 minutes. I think you can figure out how to change that to make it last an hour. Just add a new item with that info. Quote
Question
Vincent
Hi,
1. how can i do a Double Exp Scroll. I dont want to know how i can include the Scroll.
I want to know what code the Item have to be that Player can get +100% Exp for 1h.
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.