Login
User Name:

Password:



Register

Forgot your password?
Changes list / Addchange
Author: Khonsu
Submitted by: Khonsu
6Dragons mp3 sound pack
Author: Vladaar
Submitted by: Vladaar
AFKMud 2.2.3
Author: AFKMud Team
Submitted by: Samson
SWFOTEFUSS 1.5
Author: Various
Submitted by: Samson
SWRFUSS 1.4
Author: Various
Submitted by: Samson
Users Online
AhrefsBot, Sogou, Seznam.cz

Members: 0
Guests: 40
Stats
Files
Topics
Posts
Members
Newest Member
488
3,788
19,631
595
Khonsu

Today's Birthdays
There are no member birthdays today.
» 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
Posts63
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 >>