Jump to content

DemOnJR

Premium
  • Posts

    208
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by DemOnJR

  1. Join @ martysama0134 discord server and you will get the help there.
  2. You have installed the: [Hidden Content] ?
  3. Tested on Martysama Srcs there is no error on installation or bug. Also i have found this error @ xP3NG3Rx
  4. Have you deleted the content of common_drop_item.txt?
  5. I do not need help i saw many people here complaining about the system that is not working, and above i did tell that i added it again (i was the first one to test it) and is working without any errors or bugs.
  6. Nothing, i can give you the test client and do your tests...
  7. Tested again 0 errors during compile or on the server (buy with item, yang, exp...).
  8. Working without any extra code just follow the tutorial.
  9. I use contabo.com cheap and good for tests.
  10. Are more than two, check the whole file. I have updated
  11. Each server has an different location for it, you need to find where are located you db, auth, ch, ch99 folders on the VPS
  12. Make sure that you have the correct ip on the for all the DB connections in auth, db and all ch configs, 127.0.0.1 and Not IP v4 Example of localhost (VirtualBox) COMMON_SQL: 192.168.0.13 root password srv1_common 3306 LOG_SQL: 192.168.0.13 root password srv1_log 3306 ... Example of VPS AUTH BIND_IP: Here IPV4 DB_ADDR: 127.0.0.1 COMMON_SQL: 127.0.0.1 root password srv1_common 3306 LOG_SQL: 127.0.0.1 root password srv1_log 3306 PLAYER_SQL: 127.0.0.1 root password srv1_account 3306 CH BIND_IP: Here IPV4 DB_ADDR: 127.0.0.1 COMMON_SQL: 127.0.0.1 root password srv1_common 3306 LOG_SQL: 127.0.0.1 root password srv1_log 3306 PLAYER_SQL: 127.0.0.1 root password srv1_player 3306 DB SQL_ACCOUNT = "127.0.0.1 srv1_account root password 3306" SQL_COMMON = "127.0.0.1 srv1_common root password 3306" SQL_PLAYER = "127.0.0.1 srv1_player root password 3306" SQL_HOTBACKUP = "127.0.0.1 srv1_hotbackup root password 3306"
  13. Build the client with Release 32bit not Debug and see if is working. Also if you use debug there will be a lot of errors showing that is why the debug mode is made to show the errors and be able to locate and solve them. Here is my line the same where you get the error make sure that is looking like this # Update def Update(self, x, y): self.x = x self.y = y if True == self.isAttached(): if 0 != self.AttachedIconHandle: grpImage.SetDiffuseColor(self.AttachedIconHandle, 1.0, 1.0, 1.0, 0.5) grpImage.SetPosition(self.AttachedIconHandle, self.x - self.AttachedIconHalfWidth, self.y - self.AttachedIconHalfHeight) self.countNumberLine.SetPosition(self.x, self.y - self.AttachedIconHalfHeight - 3) if self.IsSoftwareCursor: if 0 != self.curCursorImage: self.curCursorImage.SetPosition(self.x + self.cursorPosX, self.y + self.cursorPosY) Check the systerr.txt and see if there are some other errors.
  14. You can use [Hidden Content] if you just started to create an server. Because i think that the one you are using is not updated anymore and things can be missing.
  15. You need to start your xamp server and make an simple html page with an message remember you need to run the web server on router public ip v4 ([Hidden Content]) not /localhost also it will be better if you point an domain to that ip or at least an dns, send the address to your friends and see if they can see/use the website. Simpler solution buy an domain + webhost (you can find cheap hosts starting from 1 euro) upload your client files in an new folder 'patcher' inside public_html change patcher url/settings and you are done. I did an tutorial long time ago: [Hidden Content]
  16. Nope, will not work if you now teleport to another core same ch you will see what i mean.
  17. Now delete the player from block list and send him an message from core99 (or any different core) to to an player from core1 using his name by pressing SHIFT+ENTER
×
×
  • 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.