Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/15/16 in all areas

  1. Lua will hate me now but you can try with this shit: --[[########################### # Quest: Counting kills # ###########################]] quest mob begin state start begin function res() return (pc.getqf("count_kills")) end function count() pc.setqf("count_kills", mob.res() + 1) syschat(string.format("<Debug Mode> Now you killed mob: %s. Your counters of kills mobs was increased +1.", mob_name(npc.get_race()))) end when kill with not npc.is_pc() begin mob.count() end when 70001.use begin say_title("#Informations") say(string.format("<Debug Mode> Result of all kils: %d.", mob.res())) end end end
    2 points
  2. M2 Download Center Download Here ( Internal )
    1 point
  3. ok, so I have to try again >_< maybe first i go to search some good source
    1 point
  4. You did something bad. It works for me
    1 point
  5. 1.You need to find case item withvnum from 6/7 add and change and add this if i think this will fix forst problem if (item2->IsEquipped()) return false
    1 point
  6. #Solved. I've posted here unbugged files. JpegFile.cpp JpegFile.h
    1 point
  7. It's just an optional thing to have on a server. It isn't an offline shop or something like that, but, it's always good to have something else on the servers, stop being a closed-mind dude and start thinking forward, just saying, don't punch me :v
    1 point
×
×
  • 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.