Unknown2008-11-14 21:56:00
Need(well not really "need" rather than "want) a system! I'm looking for the best Lusternia has to offer, or atleast what the playerbase seems to think is the best system currently out and available. Have any suggestions? The only one that really caught my eye while I was skimming through a search was this CAT Cmud system(I don't have Cmud).
Unknown2008-11-14 21:58:59
Unknown2008-11-14 22:04:44
Riot... switching to MUSH, then.
ETA: Looks like AG2.0 isn't free. Can always trust Larkin for a good free system.
ETA: Looks like AG2.0 isn't free. Can always trust Larkin for a good free system.
Unknown2008-11-14 22:28:17
Okay, the Treant instructions have officially stumped me at around here:
ETA: What I don't understand is where I'm supposed to put the lines(probably the notepad editor?) and how to reload the world.
ETA2: Well... says "Run Time Error" and I'm basically just going to say it and give up for now. :/
CODE
* Click the "Edit Script" button to load it into the MUSHclient notepad editor. This file requires only two lines for minimum installation:
require "treant"
treant:Init()
    * Reload the world to start the script.
require "treant"
treant:Init()
    * Reload the world to start the script.
ETA: What I don't understand is where I'm supposed to put the lines(probably the notepad editor?) and how to reload the world.
ETA2: Well... says "Run Time Error" and I'm basically just going to say it and give up for now. :/
Unknown2008-11-14 23:20:15
The installation instructions tell you how to do it, but if you're a complete novice to all things MUSHclient, you may have issues and need to figure a way to fix them. The instructions are intentionally just a teeny bit vague because I charge for additional support and this is my way of filtering questions from everyone who might download the code and try to use it.
Unknown2008-11-15 00:07:39
QUOTE(Zarquan @ Nov 14 2008, 05:20 PM) 582470
The installation instructions tell you how to do it, but if you're a complete novice to all things MUSHclient, you may have issues and need to figure a way to fix them. The instructions are intentionally just a teeny bit vague because I charge for additional support and this is my way of filtering questions from everyone who might download the code and try to use it.
Yeah, I'm very new to all things MUSHclient. However, Lua isn't new to me... I'm still a novice at that, though. I'll be buying the additional support when I get the money to buy credits to do so. I'm going to miss my PS3 and games.
Esano2008-11-15 00:46:02
QUOTE(Apollon @ Nov 15 2008, 09:28 AM) 582452
Okay, the Treant instructions have officially stumped me at around here:
ETA: What I don't understand is where I'm supposed to put the lines(probably the notepad editor?) and how to reload the world.
ETA2: Well... says "Run Time Error" and I'm basically just going to say it and give up for now. :/
CODE
* Click the "Edit Script" button to load it into the MUSHclient notepad editor. This file requires only two lines for minimum installation:
require "treant"
treant:Init()
    * Reload the world to start the script.
require "treant"
treant:Init()
    * Reload the world to start the script.
ETA: What I don't understand is where I'm supposed to put the lines(probably the notepad editor?) and how to reload the world.
ETA2: Well... says "Run Time Error" and I'm basically just going to say it and give up for now. :/
SHIFT+CTRL+H will open up the script file. You can also get to it by the configuration menu, under scripting (you might need to create a script file with filepath there before you can edit it).