Jump to content

DaemonSpade

Members
  • Content Count

    9
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by DaemonSpade


  1. On 3/11/2014 at 5:42 AM, AnnieRuru said:

    Download: 1.8
    plugin

    tested with

    prontera mapflag noitem 0,4,5

    
    prontera	mapflag	noitem	0,4,5

    prontera mapflag noitem IT_HEALING, IT_WEAPON, IT_ARMOR

    
    prontera	mapflag	noitem	IT_HEALING, IT_WEAPON, IT_ARMOR

    disable player from using healing items, and preventing equip weapon and armor.

    .

    prontera mapflag noitem Poring_Card

    
    prontera	mapflag	noitem	Poring_Card

    prontera mapflag noitem 4001

    
    prontera	mapflag	noitem	4001

    disable player from using Poring Card

     

      Hide contents

    1.0
    noitem_20140310

    1.1
    -- fix a bug which messed up counter, should be [k] in npc.c
    ----- counter is for string size (w4), [k] counter is the index of the array map->list[m].noitemlist
    noitem_20140828.
    noitem_20140908

    1.2
    -- forgot to add aFree(temp), which cause memory leak
    noitem_20140911.
    noitem_20151030

    1.3
    plugin
    -- remove MAX_RESTRICTED_LIST and hardcoded it as 50
    -- and change noitem from state, into number of items restricted, to make it loop lesser

    1.4
    plugin
    -- fix a rare bug if the user put multiple noitem on the same map, it spam non-sensible error
    ---- although this will overwrite the previous one without warning this time

    1.5
    plugin
    --- remove the 50 items restriction limit by utilizing vector

    1.6
    plugin
    --- fix server crash on certain compiler

    1.7 - plugin
    - fix memory leak cause by aStrdup and VECTOR_ENSURE

    1.8 - plugin
    - fix duplicate entry by ShowWarning
    - add missing IT_AMMO item type deny

     

    Mam @AnnieRuru please do one for rathena

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.