Jump to content
  • 0

How can I turn off All Items and Equip on a map?


Question

Posted

Just what my title says, How can I turn off the use of all items and equip on a certain map? Thank you for those people who will help me..

I dunno where to post so I just posted it here. :(

10 answers to this question

Recommended Posts

Posted (edited)

its in mapflag, you need to put the "mf_loadevent" map flag on the map that u want to make people nude :X, which can also be done via scripting.

example:

OnInit:
      setmapflag "prontera",mf_loadevent;
      end;

Edited by lilcooldude69
Posted

OnPCLoadMapEvent:
if(strcharinfo(3) == "prontera"){
nude;
//you need a source mod to prevent anymore equipment/item to be used
}

with that, you can strip all equipment upon entering the map specified. but won't prevent the player from re-equipping it.

Posted

well...good try..but it wont work..

like what cyledion has mentioned...they can re-equip...

and due to too many item to disable from the map.. and items...

without any src for creating a new mapflag....

i can suggest you to do it in this way...

create a simple npc warper..that check for Item Weight

if the player current Weight is larger than 0....he cant go in the map...

or

you can use getinventory command..

if the users have more than 1 items or 0 items..

he cant go into the map.

with this..i think they are not be able to bring any items into the map..

but of course...the idea might still have not good enough to fit what you want.

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...