Jump to content

Mercury

Inactive Member
  • Posts

    42
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Mercury

  1. Good evening, I have a little problem with the system dragon soul, anyone know how to activate inventary? what is written in chat means that the inventary is not activated and the button bar below tells me that is disabled, anyone know how to activate the inventory? Sorry my bad english
  2. Sorry my bad english, no problem Sanchez, everything is perfect thank you very much for your advice! a hug
  3. I know it is unnecessary, the second query is to enter data into a table outside account, to have a ban list on the website, you understand? That thinking we will not ban users every second can be a little "extra" work to game, I do not suppose a large consumption, I'm wrong? Thank you very much for your answers Sanchez hope to return the favor.
  4. I refer to include the two queries, which you already provided in the source + I need, you understand my idea? as might be included in the source without generating an error? I tried adding a new line but would not let me compile Thank you for your response sanchez. This generates an error when I compile. My knowledge c++ is very basic LCHARACTER = CHARACTER_MANAGER::instance().FindPC(name); std::auto_ptr<SQLMsg> msg(DBManager::instance().DirectQuery("UPDATE account.account SET status = 'BLOCK', availDt = FROM_UNIXTIME(UNIX_TIMESTAMP(CURRENT_TIMESTAMP()) + %i), reason = '%s' WHERE id = %d", duration * 3600, reason, LCHARACTER->GetAID())); std::auto_ptr<SQLMsg> msg(DBManager::instance().DirectQuery("INSERT INTO account.banlist (id, name, begins, finish, reason) VALUES ('%d', %s, NOW(), FROM_UNIXTIME(UNIX_TIMESTAMP(CURRENT_TIMESTAMP()) + %i, %s)", LCHARACTER->GetAID(), LCHARACTER->GetName(), duration * 3600, reason); LDESC->DelayedDisconnect(5);
  5. Hi good morning, as I can make a second query? I want to enter data into a second table outside, for instance that "banlist" I may get a second query? how i can do? The second table contains the user id, user name, start date, end date and reason of the ban, it would be possible to do this? SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for `banlist` -- ---------------------------- DROP TABLE IF EXISTS `banlist`; CREATE TABLE `banlist` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(24) CHARACTER SET ascii NOT NULL, `begins` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `finish` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `reason` varchar(256) CHARACTER SET ascii DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin5; -- ---------------------------- -- Records of banlist -- ---------------------------- INSERT INTO banlist VALUES ('1', 'Test', '2014-03-26 00:24:59', '0000-00-00 00:00:00', 'hack');
  6. Tip: Use to edit files that contain text "Notepad + +", if you have a problem you can use the keys (ctrl + z) to go back to if you made ​​a mistake. Your client works without the " * " after "PACK"?
  7. Good morning, I do not like asking for help, but I am Compelled to ask as I am not able to Solve this problem. I gather That is a Problem with the game packets sent to the client, but where to look and how I can solve problem? my knowledge of c + + are very basic, am currently studying the language but I'm in level sperm The problem is: Game Rev 40250 ( Novaline ) Bin Rev 28249 ( Test Client für 40250 )
  8. Mercury

    Granny 2.8

    I have a question, this dll works if the executable is not unpacked? or if the. epk are with the original key compiled? I not understand
  9. how-to on what you post? so people would know that it works and decide whether to download or not, greetings and thanks for sharing!
  10. You are trying to read a file located inside the server and I think that's impossible, you could do it from a web server I'm understanding that this is a client-side script, or am I mistaken?
  11. The google translator tricks played me ( sorry ), i was a full year with them and I tended to like you, after 400 charge 180 euros waited I had and said goodbye to paygol
  12. I have no proof because I do not keep any, but doing much deceived me € 400 Eventually get ripped off, This happened to me last year .. in google you can find many other cases like mine, I do not lie, I assure € 400 non-remunerated and the only explanation he gave me the support was that your company did not pay the bill
  13. Someone knows the payment methods that are reliable and work well? Paygol = scam ( do not advise it for anything ) Super reward = Redial payments unsupported problems.
  14. It may be useful if you work with apache: [Hidden Content] PD: Apache has a lot of mods that can help your server to work more comfortable. im Sorry for my bad english, I am from Spain =)
×
×
  • 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.