Jump to content

bWolfie

Members
  • Content Count

    848
  • Joined

  • Last visited

  • Days Won

    34

Everything posted by bWolfie

  1. This kind of addrid was rejected from Hercules too. Because this can be dangerous. It can have unexpected behavior when the player is attached to other npc and you call addrid, either that script would stop executing(think doing some quest, the variables changed but you didn't got reward), or the script with addrid would behave oddly(rid not attached but script continued to run) More info: https://github.com/HerculesWS/Hercules/pull/211 Any knowledge on rathena being able to have it and not Herc? I'd like to know if it would be dangerous to use in a script which will check how many guild members are on a map (to limit guild size per woe).
  2. Will provide sexual favours to the person who can get this working for latest herc. Can pay money too.
  3. You guys need to be careful with how you close your servers. Even in this day and age a duplication exploit exits.
  4. Which servers to close first? I tried closign map-server first and waiting 10 minutes, but some players are still losing items.
  5. Hi, I'm looking for information on the correct way to close a live server, so no items are lost or rolled back.
  6. You can patch with encrypted using GRF Editor using the patch maker tool. Works fine for me. You just need to encrypt the .thor patch file before using patch maker. Don't forget to add to your mapcache.
  7. Make sure your config/servers.php file is configured properly. Also you need to grant proper write permissions for the cp folder (forgot what they are...maybe someone can fill them in).
  8. Hi, I've been trying to connect my server to a SQL database located on a different host. I.e. My server is located on Host 1 (11.11.11.11). My SQL files are located on Host 2 (22.22.22.22). I thought I had set everything up properly, but I receive the following error when trying to start the server: (while starting server on host 1) [SQL]: Access denied for user 'remote_user'@'11.11.11.11' (using password: YES) I want to connect to 'remote_user'@'22.22.22.22' Before delving further into this, is it even possible to host SQL files elsewhere while having your server files on a different host? Thanks.
  9. bWolfie

    addrid

    Hi I'm just wondering if anyone knows what happened to the addrid script command? *addrid(<type>{,<flag>{,<parameters>}}); This command will attach other RIDs to the current script without detaching the invoking RID. It returns 1 if successful and 0 upon failure. <type> determines what RIDs are attached: 0: All players in the server. 1: All players in the map of the invoking player, or the invoking NPC if no player is attached. 2: Party members of a specified party ID. [ Parameters: <party id> ] 3: Guild members of a specified guild ID. [ Parameters: <guild id> ] 4: All players in a specified area of the map of the invoking player (or NPC). [ Parameters: <x0>,<y0>,<x1>,<y1> ] 5: All players in the map. [ Parameters: "<map name>" ] Account ID: If type is Account ID, attach the specified account ID. <flag> can prevent certain players from being attached: 0: Players are always attached. (default) 1: Players currently running another script will not be attached.
  10. You can use /savechat to save your own chats.
  11. vultr.com is ok for singapore I dunno what servers need, but I know herc only needs a few gb of ram to safely run and compile.
  12. Hi, Few things. - Using CentOS 6. - Server is live. - It has around 100 players on it. - The issues started around 20 October. It starts like this. An error will pop up in the console, something like this. 161021 1:40:14 [ERROR] /usr/libexec/mysqld: Incorrect key file for table './hercuser_rag/skill.MYI'; try to repair it And then usually anywhere from 1-12 hours later, the table itself crashes and needs to be repaired. This results in players losing skills and us [server admins] needing to do emergency maintenance.161021 11:45:55 [ERROR] /usr/libexec/mysqld: Table './hercuser_rag/skill' is marked as crashed and should be repaired Does anybody know what could be causing this? We don't know where to look for logs other than /var/log/mysqld.logWe've had to take the server down indefinitely until we can solve it. Please help.
  13. I don't have any suggestions, I just wanted to give feedback. I wasn't sure where to post the thread.
  14. More power to you Zelos! So jealous of your skills haha. Hope you can keep improving your scripting skills so you can be an all-in-one
  15. Just want to express my dissatisfaction as now the import folder is useless...or at least having to put stuff in sql_connections is stupid.
  16. o damn you need the data translation project
  17. wow good luck sir. i dont have interest in daily rewards myself, but looks cool.
  18. Yes this is what I meant. It's made it very hard to edit the conf files.
  19. Sorry...just updated to latest herc and I want to give my feedback on it. I think the new format for the /conf folder is really bad, and just creates extra hassle for no benefit. I didn't find anything wrong with the old format and it was easy to follow. It's not like item_db.txt -> item_db.conf which made things more legible. All these required quotations as well is just extra hassle for why. Pls respond.
  20. May I ask what Social Signon is?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.