Jump to content

WeedHex

Premium
  • Posts

    1547
  • Joined

  • Last visited

  • Days Won

    33
  • Feedback

    0%

Everything posted by WeedHex

  1. You can remove the sequence sender from launcher. Serch online for tutorials.
  2. i saw. I suggest to comment: LogManager::instance().LevelLog(this, val, GetRealPoint(POINT_PLAYTIME) + (get_dword_time() - m_dwPlayStartTime) / 60000); LogManager::instance().CharLog(this, GetGold() + amount, "OVERFLOW_GOLD", ""); And look if error happen again.
  3. Share here or pm your Char.cpp and Char.h there is a problem on points. Server is trying to take point type 53 '5' but there is no char. How can server do ch-> if there is not CH?
  4. Try to use mount/weapons/armors/Skill/move char and look on syserr...
  5. is it paralyzed ? If Yes, problem should be the animation. Bro i think you're full of syserr.
  6. r_iBytesProceed = (int &) Cannot access memory at address 0x0
  7. #0 0x0806d210 in CHARACTER::GetPoint (this=0x0, type=53 '5') at char.cpp:3137 It tells everything.
  8. Error is: #0 0x0806d210 in CHARACTER::GetPoint (this=0x0, type=53 '5') at char.cpp:3137 As you can see, you're triggering "THIS" but the point is 0x0. Good Luck
  9. value1 value2 = MAGIC value3 value4 = ATTACK You can use value0 and value5 on weapons to increase the value always leaving the same value1-2-3-4. I hope the answer is clear
  10. I made a thread asking to work on Zodiac with someone... Are you able to work also on it?
  11. there aren't perfect acce system. You need to fix always things. If you want it perfect you must pay.
  12. 40 euro and i give it. put the money together hihih
  13. query: INSERT DELAYED INTO log (type, time, who, x, y, what, how, hint, ip, vnum) Problem is vnum
  14. You can't have things like Ufficial SQL. If you're good, you can make them by 0.
  15. local ID = pc.get_player_id() local get_text = mysql_query("SELECT text FROM account.account WHERE 'id' = ID;") say(tostring(get_text)) Let's try, i wrote it in 2 min.
×
×
  • 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.