Jump to content

exneval

Members
  • Content Count

    15
  • Joined

  • Last visited

Posts posted by exneval


  1. is it correct if monster's ATK2 is lower than ATK1?

     

    ex: MobID 1002

    will show in mobinfo "ATK: 8~1" instead of "ATK: 8~9"

     

    sprintf(atcmd_output, msg_txt(1244), //  ATK:%d~%d  Range:%d~%d~%d  Size:%s  Race: %s  Element: %s (Lv:%d)				monster->status.rhw.atk, monster->status.rhw.atk2, monster->status.rhw.range,				monster->range2 , monster->range3, msize[monster->status.size],				mrace[monster->status.race], melement[monster->status.def_ele], monster->status.ele_lv);		clif->message(fd, atcmd_output);

  2.  

    Still don't get it if someone can explain how it works.

    what exactly you dont get?

     

    how to make a normal account can open other six premium slots, if GM make her account character_slot limit to 3


  3. Uhmm, so, how to mark the premium empty slots become Not Available ? (If it possible)

     

    And how to make an account id can open the premium slot (premium service)?

     

    Thanks for supporting this feature~

×
×
  • Create New...

Important Information

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