Login
User Name:

Password:



Register

Forgot your password?
IPv6
Jan 25, 2025 10:45 pm
By Samson
mudstrlcpy and mudstrlcat
Jan 18, 2025 5:23 pm
By Samson
I3 and IMC
Jan 17, 2025 9:35 pm
By Samson
AFKMud 2.5.1
Jan 17, 2025 2:22 pm
By Samson
Array out of bounds ?
Jan 16, 2025 4:48 am
By Remcon
SmaugFUSS 1.9.7
Author: Various
Submitted by: Samson
AFKMud 2.5.1
Author: AFKMud Team
Submitted by: Samson
Kayle's Weather Code for AFKMud
Author: Kayle
Submitted by: Samson
AFKMud 2.5.0
Author: AFKMud Team
Submitted by: Samson
SWFotEFUSS 1.5.2
Author: Various
Submitted by: Samson
Users Online
Anthropic, AhrefsBot, Sogou, Bing

Members: 0
Guests: 14
Stats
Files
Topics
Posts
Members
Newest Member
503
3,811
19,714
589
xhuul

» SmaugMuds » General » Smaug Snippets » Lua mprogs and commands
Forum Rules | Mark all | Recent Posts

Lua mprogs and commands
< Newer Topic :: Older Topic >

Pages:<< prev 1 next >>
Post is unread #1 Sep 7, 2016 6:46 pm   
Go to the top of the page
Go to the bottom of the page

Kasji
Apprentice
GroupMembers
Posts60
JoinedDec 23, 2007

 
I've uploaded a snippet for an implementation of Lua to replace mprogs and also have Lua based commands.

It should be considered an incomplete implementation:
  • Nick Gammon's objectmap requires C++, so this isn't compatible with default Smaug & Co installs.
  • char_data, obj_data, room_index_data must inherit from Nick Gammon's tObject class
  • char_data, obj_data, room_index_data must use C++ new operator to invoke tObject constructor.
  • I generally leave the implementation of the system up to you. There are mprog triggers to replace the default ones.
  • The lua_command() function has to be implemented into the interpret() function if you want to use Lua based commands.
  • "g_luaUpdater->update();" needs to be put in the update handler (probably next to mpsleep_update() or whatever it's called.
  • There is generally a whole lot of sawdust left over inside the files from my experiments.


I am too busy to provide any technical support. Use google.

Pages:<< prev 1 next >>