Jump to content

tmav94

Members
  • Content Count

    55
  • Joined

  • Last visited

About tmav94

  • Rank
    Advanced Member

Profile Information

  • Github
    tmav94
  1. Hi, guys! I'm getting some trouble with this issue...The server is work fine and is up-to-date and dont have any issues in server emulator screens... I have a server with 74 players, and 23 are get this problem...Look the video... http://www.ragnatrek.org/download/video-1444852140.mp4.mp4 Anyone know what is it? and Why its happen!? The users related that have a stable connection and only on my server they get this problem...The operational system is Win7 to Win10. The strange thing is that I have tested on windows 7 and windows 10 in two different locations and did not catch this error ... I'm beginning to think it is the location or any thing installed on the user machine. Otherwise...i lear in somewhere that you can disable in source the Safety AutoClose Npc Dialogs. I think that i'll do this if nobody know how to fix this issue. The client is 2013-08-07
  2. Hi guys...i do theses steps: 1 - git clone https://github.com/HerculesWS/Hercules.git ~/Hercules One mounth later... 2 - git checkout myfolder3- git pull origin master And i lost everything that i have done... How to update it whitout lose things? But...keep the branch up-to-date?
  3. This issues are happens on my 20130807 (langtype 1) for "Téééést Characters..."
  4. How to fix it? I try to type "Tést" or "Bábábá" or something with special caracters and it does work Client 20130807(Langtype 12)
  5. What changes I need to do to migrate of rAthena to Hercules... I have a database with more than 4k accounts and i don't want wipe him out. @edit https://github.com/HerculesWS/Hercules/blob/master/sql-files/upgrades/rAthena-logs-upgrade.sql https://github.com/HerculesWS/Hercules/blob/master/sql-files/upgrades/rAthena-main-upgrade.sql It's work with the latest rAthena update? @EDIT ERROR while use main-upgrade Erro Query SQL: -- Upgrades for table `char` ALTER TABLE `char` CHANGE `moves` `slotchange` SMALLINT( 3 ) UNSIGNED NOT NULL DEFAULT '0', ADD `char_opt` INT( 11 ) UNSIGNED NOT NULL DEFAULT '0' AFTER `slotchange` , MODIFY `font` TINYINT( 3 ) UNSIGNED NOT NULL DEFAULT '0' AFTER `char_opt` , ADD `uniqueitem_counter` BIGINT( 20 ) UNSIGNED NOT NULL DEFAULT '0' AFTER `unban_time` ; Mensagem do MySQL: #1060 - Duplicate column name 'uniqueitem_counter' @EDIT Have so many erros in this upgrades... Can someone help me? Bump?
  6. Someone know how to upgrade the [DEBUG] messages, to show in Server's Emulators where the debug message is coming? In some cases, i receive debugs that don't specify where they are...turn too hard to fix a "bug"...
  7. Hi, guys! Anyone have the packet_keys for fix the Quest Issues in this client? If you try to get more than 1 quest on 2014-04-10, after disconnect or relog, you can't enter in your whitout get gravity error. To fix it, you need to remove the additional quests in "Quest" Table MySQL.
  8. Hi, guys... now thor patcher wont update... I use the latest thor patcher but they wont update...someone have any idea why this happen?
  9. I dont need to pass args in the function!?
  10. Hi guys! I'm want to use this script in all my npc events... but this are in script ....so... i need to add this code in all my scripts that i want to do this thing... Restricted Code .@query_result = query_sql("SELECT login.account_id FROM login LEFT JOIN `char` ON login.account_id=`char`.account_id WHERE login.last_ip=(SELECT last_ip FROM login WHERE account_id="+getcharid(3)+") AND `char`.online=1", .@account_id);if ( .@query_result > 1 && compare( $whiteList$,getcharid(3) +"" ) == 0 ) {mes "[WARNING]";mes "Acess Denied";end;} White List Code* - script whiteList -,{OnWhisperGlobal:mes "Lista Atualizada";$whiteList$ = "2000000,2000794,2000839,2000637,2000624,2000016,2004000,2003933,2003884";//$whiteList$ = "";mes ""+$whiteList$+"";close;end;} I want to convert the "Restricted Code" to fuction to use in all my npcs so that i change some thing in the function and it i'll change automatic in other... Can someone help me? REP+
  11. is possible migrate a whole server with more than 5k account in database of rAthena to Hercules? Its the time to test the hercule's features...
  12. Guys! Please update the link! I cant download it! I try to diff the "Neo's undiffed" buts is crash everytime that i try to login...Can anyone help me?
  13. Search a specify item in PMA on tables "Inventory,cart_inventory,storage,guild_storage" Like ...hm... SELECT * FROM'Inventory,cart_inventory,storage,guild_storage' WHERE nameid = '%x%';
×
×
  • Create New...

Important Information

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