Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Battle Time Reward System [1.5]

Initiate Mage
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:
Initiate Mage
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