Jump to content

hachiwari

Active Member
  • Posts

    299
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by hachiwari

  1. Why did you remove the wagina? ?
  2. Yes, good luck. ReFresh, we dont give you a full solution, step by step, it will be good for you. In every topic you waited for full solution, no way ?
  3. You can change separator to own, e.g. '#' in 1) game/questlua.cpp -> os << i << ";" << lua_tostring(qs.co,-1); 2) client/EterLib/parser.cpp -> else if (c == ';') or edit this function in parser.cpp Btw. But for what?xD What do you want to do?
  4. lol, only remove form atlas, noo dont spawn npc xD I think in Client/UserInterface/PythonMiniMap.cpp in Update method 'else if (pkInstEach->IsNPC())' change to 'else if (pkInstEach->IsNPC() && pkInstEach->GetRace() != 9004)' however, it will be pretty if you add new type of mob and not in PythonMiniMap.cpp
  5. I will be check with effect packet if Gm and is invisible then dont send to client
  6. 3500? How did you calculate this number?
  7. I didnt ask for all code, but piece of code with this 'calculation'...
  8. can you show this calculation? I dont have sash by lennt.
  9. gdb set gnutarget i386-marcel-freebsd file /YOUR_PATH/game core /YOUR_PATH/game.core and bt / bt full
  10. Maybe something to log (not only return)
  11. These functions: x, y = chr.GetPixelPosition(vid)[:2] myX, myY = player.GetMainCharacterPosition()[:2] chr.MoveToDestPosition(player.GetMainCharacterIndex(), x, y) Good luck!
  12. I dont know but this is working for me [Hidden Content] You have something in end of line :O
  13. Globas has playerm2g2 and m2netm2g import and check syserr in client directory
  14. How did you run code? You dont have any error? aaaand wchich server? ps. I edited above my post, because i found mistake ;x
×
×
  • 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.