Jump to content

Kirazu

Inactive Member
  • Posts

    35
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Kirazu

  1. { table->level = 75; for (int i = 1; i < 75; ++i) { int iHP = number(JobInitialPoints[job].hp_per_lv_begin, JobInitialPoints[job].hp_per_lv_end); int iSP = number(JobInitialPoints[job].sp_per_lv_begin, JobInitialPoints[job].sp_per_lv_end); table->sRandomHP += iHP; table->sRandomSP += iSP; table->stat_point += 225; } table->hp += table->sRandomHP; table->sp += table->sRandomSP; table->gold = 1000000; } isn't working
  2. Hello, i changed the minimum level in imput_login, but the character don't recieve status, can someone help-me? I need to do quest idk
  3. hello a lot of my mounts are bugged can someone help me
  4. Hello can someone help with this? I'm noob '-' quest level begin state start begin when 70090.use with pc.get_level() >= 1 begin pc.give_exp2 (2122000) chat("Congrulations you recieved exp! ") end end end
  5. Hello, do someone know this function? it's like when you kill a metin or a boss, you don't need pickup, all going instantly to your inventory.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.