• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows [MOD] Custom Commands - Buff vs Script - difference?

pierroth

Mar Co.
Joined
Sep 11, 2008
Messages
343
Reaction score
10
Location
Mexico - California
--Edit to Add--

I was able to find out the problem of why my server was crashing when loading custom commands.xml (mod).

The problem was event="script" - I had to change it to Buffer.

So what is the difference between Buffer and Script?

--------------------------------------


I have been trying to load my server but Custom Commands.xml is crashing my server before it even loads. If I take the .xml out of the folder, it loads completely.

I've been searching here and everywhere on google trying to find out why is doing it, I cannot find an explanation for it.

Server info:
OTX 2.7
Windows

Could anyone help me out and figure out what is wrong with the .xml or why is doing it?

screenshot_50.png



http://www.filedropper.com/customcommands

I had to upload the file because I was exceeding 25K characters. Let me know if there is another way for me to upload the xml/code.

Thank you!


I appreciate the help guys.
 
Last edited:
you are very right Syntax! Thanks so much for the website by the way, I was looking for that xD

I will try that out.

--Edit to Add --

http://pastebin.com/VQ1H77ed
Best way to resolve this is to load each section of the commands to determine where the error lies.

I realize that custom_commands.xml, if I change event="script" to "buffer" it works... any idea why it responds with buffer and not with script?
What is the difference between both? Would it cause any errors/bugs down the line if I replace script for buffer?

Thank you
 
Last edited:
Back
Top Bottom