[Release] LottoEvent (For the krypto)

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jun 6, 2008
Messages
59
Reaction score
3
- lotto.PROPERTIES

1. 'option' add folder
2. put 'lotto.PROPERTIES' file

- LottoSQL.sql Sql is execute

- LottoSystem.java

ServerFile > src > org > server move

- 2042000.js

'ServerFile > script > npc' move

- lottoevent.js

'ServerFile > script > event' move

- server.PROPERTIES

'server.world.events=' add 'lottoevent.js'

- MapleItemInformationProvider.java

1. private short getRandStat(short defaultValue, int maxRange) { find
2. public short getRandStat(short defaultValue, int maxRange) { replace

- NPCConversationManager.java

1. import org.server.LottoSystem; add import

2. public LottoSystem getLotto() { add method
return new LottoSystem();
}

- ChannelServer.java

1. import org.server.LottoSystem; add import

2. public LottoSystem getLotto() { add method
return new LottoSystem();
}

- build

download




for the krypto dev source


※ Korean is included.
 
Last edited:
Screenshots plocks.











 
I'll try to see what he's saying and make it easier to understand.


Currently broken?

Btw fix the link and i'll finish it and test it out too.

Step 1.
- Download 'lotto.zip'.


Step 2.
Put lotto.properties in your main folder (before src).



Step 3.
Execute LottoSQL.sql into your MySQL database.


Step 4.
Go into netbeans, and add LottoSystem.java to "src\org\server\"


Step 5.
Move '2042000.js' into "script/npc/"
And move 'lottoevent.js' to "Script/event/"

Step 6.
In server.properties or world.properties (depending on source), in
Code:
server.world.events=
Add:
Code:
'lottoevent.js'





Got lazy, didn't finish lool.
- MapleItemInformationProvider.java

1. private short getRandStat(short defaultValue, int maxRange) { find
2. public short getRandStat(short defaultValue, int maxRange) { replace

- NPCConversationManager.java

1. import org.server.LottoSystem; add import

2. public LottoSystem getLotto() { add method
return new LottoSystem();
}

- ChannelServer.java

1. import org.server.LottoSystem; add import

2. public LottoSystem getLotto() { add method
return new LottoSystem();
}

- build

download




for the krypto dev source


※ Korean is included.
__________________

AuctionWeb ver1.3.0

As development is being created here.
 
I'll try to see what he's saying and make it easier to understand.


Currently broken?

Btw fix the link and i'll finish it and test it out too.

Step 1.
- Download 'lotto.zip'.


Step 2.
Put lotto.properties in your main folder (before src).


Step 3.
Execute LottoSQL.sql into your MySQL database.


Step 4.
Go into netbeans, and add LottoSystem.java to "src\org\server\"


Step 5.
Move '2042000.js' into "script/npc/"
And move 'lottoevent.js' to "Script/event/"

Step 6.
In server.properties or world.properties (depending on source), in
Code:
server.world.events=
Add:
Code:
'lottoevent.js'





Got lazy, didn't finish lool.
- MapleItemInformationProvider.java

1. private short getRandStat(short defaultValue, int maxRange) { find
2. public short getRandStat(short defaultValue, int maxRange) { replace

- NPCConversationManager.java

1. import org.server.LottoSystem; add import

2. public LottoSystem getLotto() { add method
return new LottoSystem();
}

- ChannelServer.java

1. import org.server.LottoSystem; add import

2. public LottoSystem getLotto() { add method
return new LottoSystem();
}

- build

download




for the krypto dev source


※ Korean is included.
__________________

AuctionWeb ver1.3.0

As development is being created here.

Thanks !!!!!!

download url change...

>
 











I don't see them. Upload to tinypic plocks.
 
Status
Not open for further replies.
Back