Jump to content

Rumor

Banned
  • Posts

    914
  • Joined

  • Last visited

  • Days Won

    15
  • Feedback

    0%

Everything posted by Rumor

  1. I'm a little rusty with this but try this out.. Find this: $sqlQry = mysql_query($sqlCmd,$sqlServ); Replace with this: $sqlQry = mysql_query($sqlCmd,$sqlServ) or die(mysql_error()); Do the action again on the website, and a more informative error should appear.
  2. it's a pain in the ass running a rust server because the game is in beta and whenever they update the game there are issues with all your mods/plguins and the game itself alot of the time. It's the same problem minecraft server owners have had for years. I played alot of RUST when it first came out on steam and I had my own server and I'm telling you it's a pain to run. It's a fun game though.
  3. do you have custom models or something? usually runtime errors are caused by armors and weapons
  4. I tried that in the past too, and it didn't work for me either. I ended up making all my archives smaller than 100MB, and removing any armors/weapons I wasn't using then found that one of the pairs of armors I was using was the last thing causing errors so I replaced them with other ones.
  5. first question: we don't support stealing from other pserver clients. second question: no idea. PACIFICADOR is a nice guy, I'm sure if you get in contact with him he will help you. I used to chat with him sometimes on techgamers forum chatbox.
  6. Please add me skype: roccown i show u.. If i use game 60mb have error to connect the server if i use game 8mb crash when i choose character So something isn't right with the 8MB one.. it's an encrypted one I think.. so I don't know if this can be fixed. I'm no pro in fixing game core problems, I've only worked with DIFs. Why do you want to use the 8MB core? item table size error is the important error. Check the item txts.
  7. - Wrong section for a question. - Don't ask questions then not give the solution and ask for thread to be closed.
  8. and you're sure that you have space in the partition you're working in? df -h
  9. If you have a non-ugly way you should paste the quest.
  10. quest itemdrop begin state start begin when 00000.use begin if pc.get_empty_inventory_count() < 1 then chat("You don't have enough inventory space.") else pc.remove_item(00000,1) *your drop actions here* end end end end end
  11. Lua runs line by line, you need to define things before you use them. Whereever you defined the function "getenergytime", try moving it higher up in the quest. You may need this function in your game core. If it's already in your game core it may just need to be added to quest_functions list.
  12. /lib if you're using 32-bit freebsd /usr/lib32 if you're using 64-bit freebsd
  13. either your start script is pointing to the wrong place or your symlinks are not linked correctly to the game core. Maybe it's all those roots under your server interfering with the electrical stuff.
  14. The error shows the entries with those letters.. They must be there.. It's not showing it for all entries, only those. You quoted my reply then didn't reply? In confused. Your errors above are resolved and this is a new problem you're having?
  15. In this query it looks like it has an issue with the name. It says the "string value" is incorrect. Notice that on all of these errors it's for these foreign character sets using things like "´Á´ë". I suggest changing these wherever they are (I think in the item_names.txt file). I think the xB5XE9xB0xB3 stuff is the way the game core is interpreting the entries for the name column. So maybe you should try fixing these names like "´Á´ë" to something in normal letters. SYSERR: Oct 15 23:21:36 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Table 'account.iptocountry' doesn't exist Regarding this, you need to create a table in account called iptocountry. So you can go into Navicat and right click the account database then click "Execute MySQL File..." then choose the file below (save the contents I post down there as a .sql file): SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for `iptocountry` -- ---------------------------- DROP TABLE IF EXISTS `iptocountry`; CREATE TABLE `iptocountry` ( `IP_FROM` varchar(16) NOT NULL DEFAULT '', `IP_TO` varchar(16) DEFAULT NULL, `COUNTRY_NAME` varchar(16) DEFAULT NULL, PRIMARY KEY (`IP_FROM`) ) ENGINE=MyISAM DEFAULT CHARSET=big5; -- ---------------------------- -- Records of iptocountry -- ---------------------------- INSERT INTO `iptocountry` VALUES ('127.0.0.1', '127.0.0.1', 'localhost');
  16. This function is identical to mysql_real_escape_string() except that mysql_real_escape_string()takes a connection handler and escapes the string according to the current character set.mysql_escape_string() does not take a connection argument and does not respect the current charset setting. [Hidden Content]
  17. I had made the same steps and the result was the same plus my older post. I also bought wind shoes at npc and they don't appear when equipped.. but I receive the speed.
  18. Very confused.. the way you linked the downloads is confusing.. You have multiple copies of the same file names in different archives. Pasha37 windows files v1.1.rar (I assume this is outdated because of the next file) Pasha37 windows files v1.2.rar (client bin, python dll, lib folder) SFWindows.rar (serverfiles with batch scripts to manage, okay.. simple enough) Windows Files New Pack.rar (client bin, python dll, lib folder, pack folder, hshield folder) -- Something familiar here?..... Windows files pack.rar (client bin, python dll, lib folder, pack folder, hshield folder) -- again....? Test client fur 40250.rar (client) Okay so I have essentially a full client, plus a client patch, plus another client patch, plus another client patch.. all with same file names.. how am I supposed to know what goes where? Could you please clean this up because it's very confusing the way you've posted it. EDIT: I placed the db.exe and game.exe in the serverfiles that I found in 1.2 rar. I placed the client-side stuff in the client that I found in the new files pack rar. Upon selecting a character the game just freezes at the loading screen. syserr: 1013 03:00:12484 :: invalid idx 0 edit2: it was the character that was bugging the client from loading.. Made a new one and problem solved. But whenever I login, I get kicked from the server after a fw minutes. I see in the db window something like this as soon as I get kicked: SetPlay off 22503 paci The db window is spammed with this stuff: [ 7200 return 0/0/0 async 0/0/0 [ 7250 return 0/0/0 async 0/0/0 [ 7300 return 0/0/0 async 0/0/0
  19. you can't edit because it's been restricted to 2 hours after a post to prevent people from stealing their releases. freebsd-update fetch freebsd-update install Did these work? then do your commands again for installation. if those commands didn't work.. then... Edit your /etc/rc.conf to add the following line: ipv6_enable="NO" Save & Exit, then try your commands again.
  20. That's what I just gave him.. The one I gave lasts forever.... for the second time
  21. learn php here and give a small kickback to linus at linustechtips [Hidden Content] like it if you liked it, dislike it if you disliked it, if your feelings are more complicated than this: leave a comment below.
×
×
  • 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.