Jump to content

Hadou Kaen

Members
  • Content Count

    1
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Upvote
    Hadou Kaen got a reaction from Lamex in [Help] Shadow Spell weapon restriction.   
    here is what i did. in battle.c find
    if( wd.flag&BF_SHORT && sc and change to
    if( wd.flag&BF_SHORT|BF_LONG && sc  
    not sure if it is the proper way to change it. i just know it works for me now
  2. Upvote
    Hadou Kaen reacted to jaBote in @whodrops full list?   
    No configs can change that AFAIK. @whodrops is limited by MAX_SEARCH constant in source, which is set in src/map/itemdb.h if I recall correctly. Either change that value from that file (which could also change any other feature in which it's used) or go to src/map/atcommand.c and go change MAX_SEARCH parameter to whatever number you want.
×
×
  • Create New...

Important Information

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