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!

My Lua development

Dbo Dev
Joined
Sep 19, 2009
Messages
921
Reaction score
191
Going to show here my current Lua development status like new things etc.
A release for the Lua will be soon once its stable and ready for public.

1. Get level or anything else from any character



2. Make Announcements. It can be used for events or if a group finish a hard dungeon or someone call shenron. Of course it also works only for one player.




Tutorials:
How to create Item functions:
http://forum.ragezone.com/f881/create-item-functions-lua-1015498/

List of Functions:
Code:
GetChaAttr 			-- get data from player
SetChaAttr			-- set data to player
SystemNotice		-- notice to all players
Notice				-- notice only to one player
gettime				-- get current time in milliseconds
GetUseLpFlaskTimer	-- gets the time when you used lp recover item
GetUseEpFlaskTimer	-- gets the time when you used lp recover item
DelBagItem			-- delete item from inventory


More Soon...
 
Last edited:
Back
Top