Jump to content

Vonn

Members
  • Content Count

    3
  • Joined

  • Last visited

1 Follower

About Vonn

  • Rank
    Newbie
  • Birthday 07/02/1983

Profile Information

  • Gender
    Not Telling
  • Emulator
    Hercules
  1. Hello liked your script, but I want to make some changes to my use. 1st How do I change the number of mobs per round? 2nd How to remove the chests? 3rd How do I give points for mob killed? I want to use set #ds_point to define points for every mob is killed leaving the fairest event
  2. Vonn

    How to add class

    I have a problem in this part of this mod, I would add Gunslinger, Ninja, Kagerou ,Oboro, Rebelion and Summoner class. But I can not. Resume all class can anybody help me? if (sd->inventory_data->script && sd->inventory_data->elv <= sd->status.base_level && (1 << sd->class_ & MAPID_BASEMASK) & sd->inventory_data->class_base[sd->class_ & JOBL_2_1 ? 1 : sd->class_ & JOBL_2_2 ? 2 : 0] && (1 << (sd->class_ & JOBL_UPPER ? 1 : sd->class_ & JOBL_BABY ? 2 : 0)) & sd->inventory_data->class_upper) { run_script(sd->inventory_data->script, 0, sd->bl.id, 0); if (!calculating) return 1;
×
×
  • Create New...

Important Information

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