Jump to content
  • 0

request script. . Gm cant use bloody dead branch or dead branch


Question

4 answers to this question

Recommended Posts

Posted

thanks i tried this

12103,Bloody_Dead_Branch,Bloody Branch,2,10000,,200,,,,,0xFFFFFFFF,7,2,,,,,,{ if(getgmlevel() >= 20 && getgmlevel() < 98) { dispbottom "All GMs are not allowed to use this item."; end; } monster "this",-1,-1,"--ja--",-3,1,""; end; },{},{}

works well

Posted (edited)

you could write a event or a function which checks gm lvl and if lvl above 40 as example it ends script

else it spawns a random deadbranch ord bloody branch mob.

After that put callfunc or doevent in itemscript and trigger your script. this should work.

That would be the easy script way.

Or try to script everything in itemscript.

I don't know If that works.

Edited by tr0n
Posted (edited)

Dead Branch:

if(getgmlevel()>=20) { end; } else { monster "this",-1,-1,"--ja--",-1,1,""; }

Bloody Dead Branch:

if(getgmlevel()>=20) { end; } else { monster "this",-1,-1,"--ja--",-3,1,""; }

I just made this @04:13AM,

I'm tired and I don't know If this works, you can give it a try.

Put it in script of item.

Edited by tr0n

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...