Jump to content

ParSalian

Members
  • Posts

    35
  • Joined

  • Last visited

Everything posted by ParSalian

  1. no there is a problem with the map. Either the map files is missing or damaged in your grf file or data folder (Client Side) or the map files not loaded in your map cache (server side). I got the same Error during Map adding / delete and i forgot that a character is on this map. If you login with this caracter you get this Error.
  2. your Client miss the map data's for hazy forest. Look in your data folder or *.grf File if they there.
  3. In Navicat is a option Maintain / RepairTable , in the worst case you must delete your "char" Table and install it new.
  4. Here is a Tutorial about Client Translation / Client Hexing http://rathena.org/board/topic/71122-2012-client-translation/ @ naaaan you are faster with posting as i
  5. Mit deiner MYSQL Datenbank kann keine Verbindung aufgebaut werden weil das Passwort deiner Datenbank fehlt oder Fehlerhaft ist :
  6. Here is one link for Poring Collection http://spriterepository.com/files/file/583-poring-collection/
  7. im interessting in a modifikation that shows the HP of Monsters in Numbers instead a bar. How can i do these ?
  8. where can i found the syntax explanation for this ? PS: Sorry i found it .but i must try to understand this syntax prt_fild00,165,18,0 warp prtf01 9,3,prt_fild04,158,384
  9. @Judas i post the error message here http://hercules.ws/board/topic/289-2013-ragexe-area/page-4#entry1889 and here some pictures of the login
  10. i am waiting for future releases. i following the thread here and on Hercules Forum i can login in an the server accept the login and the stop the client with an error message . i dont know what i make wrong because other can get into the game
  11. Danke für den Tip .Bei meinem Notepad++ stand die Kodierung auf UTF8 ohne BOM, das hab ich auf ANSI umgestellt und schon hatte ich Umlaute. Da wäre ich jetzt nicht darauf gekommen.
  12. Meine Npc sollen deutsch sprechen aber die umlaute werden nicht richtig dargestellt. Hab schon folgendes ausprobiert, aber nichts hat die Buchtaben ü + ß richtig dargestellt. Wer kann mir da weiterhelfen ? mes "Sei gegrüßt Novice,"; mes "Sei gegr^ü^^ß^t Novice,"; mes "Sei gegr"ü""ß"t Novice,";
  13. After i type in Accountname and Password. There is no Pincode screen shown, and i got a message Server not avialable. And yes i mean the UserInterface . i think the server is wating for a Pincode input and waiting some time an close then the connection.
  14. My Client can not login since the Pincode system ist implemented in Source .The last working SVN for is 17174. i think i have no Data for the hole Pincode Stuff in my client . Where can i get it ?
  15. Check your MySQL password. I think you have it mistyped
  16. @Cyrix could you please upload your sprite anywhere else . Thanks.
  17. 1. yes i have FluxCP implemented before i try to update 2. i delete all the cp-* Tables and try to update again and got the same error 3. i don't know why SVN 1162 not will install and SVN 1161 install with no error's. SVN: http://fluxcp-ra.googlecode.com/svn/trunk I think i should add future update manually (Murphy's Law :Never touch a running System )
  18. Hi, I make today a new Server update to SVN 17174 . I got many syntax error in item_db_re.sql In Line 7286 is a " , " missing and there a lot of "ItemName\'s" i change it to "itemNames" and i got no Error.
  19. Do you have this tested with a clear MySQL Database ? Otherwise you got the following error.message. I think you must use "Drop Table if exist " or "Alter Table" instead of "Create Table" Your SVN 1161 works for me. Only if i try to update to SVN 1163 then i have this error [Err] 1050 - Table 'cp_itemshop' already exists [Err] CREATE TABLE `cp_itemshop` ( `id` int(11) unsigned NOT NULL auto_increment, `nameid` int(11) unsigned NOT NULL default '0', `quantity` int(11) unsigned NOT NULL default '0', `cost` int(11) unsigned NOT NULL, `info` text, `create_date` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM COMMENT='Item shop'; [Msg] Finished - Unsuccessfully --------------------------------------------------
×
×
  • Create New...