Jump to content

WeedHex

Premium
  • Posts

    1547
  • Joined

  • Last visited

  • Days Won

    33
  • Feedback

    0%

Everything posted by WeedHex

  1. Check on your questlua_pc.cpp on int pc_mount(lua_State* L) for AddAffect(AFFECT_MOUNT +1 is welcome. Not everyone know this trick.
  2. KKKKK There is a license to use your files... Do you steal it?
  3. You can save the BSD cofiguration storing the files config.
  4. Mob_proto -> folder you must set mob name to take from /home/game/share/data/monsters
  5. There is already how to do. 1 BONUS FROM LUA 1 FROM C++
  6. you can use standard timers from DB... if you dont see timer on item problem is from PY.
  7. Let's check on msm files for the texture. Try to change gr2 model or shape index number.
  8. WTF Guys?? return false not need to block a reading. Just use on a function. You can use also 10 if or 9 elseif not change. if condiction() then chat("you cant") return end local omg = select("Yes", "No") if omg == 1 then --dothings for yes else return end
  9. item_proto.sql then it must be same in item_proto Client side. Item_list.txt for icons tga itemdesc.txt for description.
  10. depend from item type. your item is 18 for sure and i think that you can try to put timer like item type 16
  11. Work from battle.cpp bool battle_is_attackable(LPCHARACTER ch, LPCHARACTER victim) do like this: if (victim->GetRaceNum() == 101) return false;
  12. Wrong mathematical calculation of the percentage before computepoints. item.cpp should be the problem.
  13. Choose what you prefer from here: [Hidden Content] It's totally legal and free. +1's welcome Regards
  14. You can't block M2Bob and be sure that enigma is a s**t, for cpu using and virus false detection.
  15. If mobs kill you only 1 time, and you press RESTART HERE what happen? Can you show here the command from cmd_general.cpp
×
×
  • 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.