Ragnarok constants

Wrote new code? Fixed a bug? Want to discuss technical stuff? Feel free to post it here.

Moderator: Moderators

Message
Author
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Ragnarok constants

#1 Post by EternalHarvest »

We need some new module to move all RO-related constants to (they are currently in Network::Receive::ServerType0, and "Receive" with "ServerType0" are misleading). These constants may be used in various modules (Receive, Send, Actor, RagnarokServer etc).

User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: Ragnarok constants

#2 Post by kLabMouse »

Why not make a Constant Table? EG a Table that is made by Perl Module.

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Ragnarok constants

#3 Post by EternalHarvest »

What do you exactly mean?
All of these constants are required and not optional like skill handles and names.

User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: Ragnarok constants

#4 Post by kLabMouse »

I mean. Put them in Separate file.
Like: Network::ENUMs

Post Reply