Jump to content
  • 0

1.12 gm addon request/help me


Radegazt

Question

So I've been looking for a functional Gm/Admin addon for a 1.12 vanilla server but I just haven't been able to find one that actually works. As a last option I ended up testing MangAdmin but it feels really outdated and not everything seems to work (Like the ticket menu, morphs and some teleport locations), I don't know much about coding and I don't know how to make it "OKAY" to use. A lot of people seems to be requesting a 1.12 admin addon and there is none, if you'd like to help the vanilla community I'm sure we would appreciate a decent 1.12 gm addon.

Here is a download link if you wanna take a look at it yourself https://legacy-wow.com/vanilla-addons/mangadmin/

*All credits to their respective owners*

I've been trying to add some stuff and just playing with the code, but as said before I'm pretty clueless I was trying to fix the morph problem and it doesn't seem to be woriking anyways.

here is what I was messing with:

This code is from MangAdmin.lua from line 1580 to 1592

Quote

 

Original code:

    elseif (fxn=="morp")then
        outSAY(".morph "..GMArray["Morph"][UIDropDownMenu_GetText(CBXMorph)]);

    elseif (fxn=="demo")then
        outSAY(".demorph");
    
    elseif (fxn=="leve")then
        outSAY(".levelup "..EBlvl:GetText());
    
    elseif (fxn=="gm")then
        outSAY(".recall gm");

 

 

What I did :  (the .morph commands does not exists, it has to be a .modify morph # )

 

Quote

 

  elseif (fxn=="morp")then
        outSAY(".mod morph "..GMArray["Morph"][UIDropDownMenu_GetText(CBXMorph)]);

    elseif (fxn=="demo")then
        outSAY(".demorph");
    
    elseif (fxn=="leve")then
        outSAY(".levelup "..EBlvl:GetText());
    
    elseif (fxn=="gm")then
        outSAY(".tele gm");

 

 

For some reason it worked when I wrote the right command to teleport to the gm island, but it didn't work for the .morph part. If anyone could help me with a quick fix?

 

 

 

Edited by Radegazt
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use