• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Battle Time Reward System [1.5]

Newbie Spellweaver
Joined
Jul 2, 2011
Messages
78
Reaction score
21
Battle Time Reward System [1.5](Fixed)

------2018. 4.14. Edited

Sorry I posted the wrong.

So I will post it again.

Use 3 tables.
Code:
1. dbo.BattleTimeRewardDescription
2. dbo.BattleTimeRewardItemList
3. dbo.BattleTimeRewardTerm

1. dbo.BattleTimeRewardDescription :
1.PNG - Battle Time Reward System [1.5] - RaGEZONE Forums
Code:
RewardKillCount : 1 npc = 1 count, 1 player = 10 count.
ResetCode = Reset RewardCount
Ex) 1000000 = Reset RewardCount sunday.
Ex) 0100100 = Reset RewardCount monday and thursday.
Ex) 1111111 = Reset RewardCount everyday.

2. dbo.BattleTimeRewardItemList
2.PNG - Battle Time Reward System [1.5] - RaGEZONE Forums
Code:
Edit such as dbo.GambleRewardItem

3. dbo.BattleTimeRewardTerm
3.PNG - Battle Time Reward System [1.5] - RaGEZONE Forums
Code:
ClosedDate : Must note 'NULL'

System - messages.xml
Code:
<!-- 플레이 보너스 보상 -->
<MSG id="2060">[$1] $2 received $3!</MSG>
<MSG id="2061">Remaining bonus chance : $1</MSG>
<MSG id="2062">[$1] There are no bonus chances remaining.</MSG>
<MSG id="2063">Bonus chance has been recharged : $1</MSG>

Video :
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Sep 27, 2016
Messages
53
Reaction score
6
can I make a video tutorial of this please I would really appreciate it.
 
Back
Top