Jump to content

aabarreto

Members
  • Content Count

    32
  • Joined

  • Last visited

Everything posted by aabarreto

  1. What should I do? : DB error - Table 'ragnarok.pnp_gstorage' doesn't exist [Debug]: at C:\Users\Barreto\Desktop\Ragnarok\Hercules Updated\Hercules\src\map\script.c:19210 - SELECT `Guild_ID` , `Password` , `Question` , `Answer` FROM `pnp_gstorage` WHERE `Guild_ID`= '1' [Debug]: Source (NPC): Guild Manager at prontera (147,189) [SQL]: DB error - Table 'ragnarok.pnp_gstorage' doesn't exist [Debug]: at C:\Users\Barreto\Desktop\Ragnarok\Hercules Updated\Hercules\src\map\script.c:19210 - SELECT `Guild_ID` , `Password` , `Question` , `Answer` FROM `pnp_gstorage` WHERE `Guild_ID`= '1' [Debug]: Source (NPC): Guild Manager at prontera (147,189) [SQL]: DB error - Table 'ragnarok.pnp_gstorage' doesn't exist [Debug]: at C:\Users\Barreto\Desktop\Ragnarok\Hercules Updated\Hercules\src\map\script.c:19210 - SELECT `Guild_ID` , `Password` , `Question` , `Answer` FROM `pnp_gstorage` WHERE `Guild_ID`= '1' [Debug]: Source (NPC): Guild Manager at prontera (147,189) [SQL]: DB error - Table 'ragnarok.pnp_gstorage' doesn't exist [Debug]: at C:\Users\Barreto\Desktop\Ragnarok\Hercules Updated\Hercules\src\map\script.c:19210 - SELECT `Guild_ID` , `Password` , `Question` , `Answer` FROM `pnp_gstorage` WHERE `Guild_ID`= '1' [Debug]: Source (NPC): Guild Manager at prontera (147,189) [SQL]: DB error - Table 'ragnarok.pnp_gstorage' doesn't exist [Debug]: at C:\Users\Barreto\Desktop\Ragnarok\Hercules Updated\Hercules\src\map\script.c:19210 - SELECT `Guild_ID` , `Password` , `Question` , `Answer` FROM `pnp_gstorage` WHERE `Guild_ID`= '1' [Debug]: Source (NPC): Guild Manager at prontera (147,189) [SQL]: DB error - Table 'ragnarok.pnp_gstorage' doesn't exist [Debug]: at C:\Users\Barreto\Desktop\Ragnarok\Hercules Updated\Hercules\src\map\script.c:19210 - SELECT `Guild_ID` , `Password` , `Question` , `Answer` FROM `pnp_gstorage` WHERE `Guild_ID`= '1' [Debug]: Source (NPC): Guild Manager at prontera (147,189) [SQL]: DB error - Table 'ragnarok.pnp_gstorage' doesn't exist [Debug]: at C:\Users\Barreto\Desktop\Ragnarok\Hercules Updated\Hercules\src\map\script.c:19210 - SELECT `Guild_ID` , `Password` , `Question` , `Answer` FROM `pnp_gstorage` WHERE `Guild_ID`= '1' [Debug]: Source (NPC): Guild Manager at prontera (147,189)
  2. So far the same errors happens... No update so far?
  3. Does anyone has Nightmarish Jitterbug compatible with Hercules or a guide of what to change from rAthena's script?
  4. Boa tarde! Como faço para meu servidor suportar acentos e sinais gráficos sem erros? Quando uso eles nas linhas de texto, são substituídos por símbolos estranhos (ascii, presumo)...
  5. By now I already solved the issue, thank you! It was indeed a packetver mistaken.
  6. There's no error, that's all that shows up... On char-server.conf: login_ip: "25.97.221.112" On map-server.conf: char_ip: "25.97.221.112" map_ip: "25.97.221.112" The map_ip was 0.0.0.0, with the same error, so I tried changing it to the Hamachi IP as well Edit: also tried now with the char and map server confs from the offline newbie pack and it still doesn't work... same issue, no errors, the map server recognizes the login but the client doesn't actually open the map. Sclientinfo.xml: <address>25.97.221.112</address> - tried with the regular 127 as well
  7. So... It's my own server, but running in Hamachi. It suddenly stopped actually starting the char on map server: Any ideas on what happened?
  8. Damn... What the problem could be then?
  9. So, since I couldn't find bRO scripts done, I'm starting to custom add the items myself... Buuuut... My Red Dragon Armor is just giving me hit +1 bonus, doesn't matter the refine. This is the script I made: { Id: 15240 AegisName: "RED_DRAGON" Name: "Armadura do Dragão Vermelho" Type: "IT_ARMOR" Weight: 40 Def: 100 Slots: 1 Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"] Loc: "EQP_ARMOR" EquipLv: 90 Script: <" bonus bHit,10; bonus bAllStats,1; if(getrefine()>=6) { bonus bHit,10; bonus2 bAddRace,RC_Boss,10; }; if(getrefine()>=11) { bonus bHit,10; bonus2 bAddRace,RC_Boss,10; }; ">
  10. Ok, something's wrong then, because I can't see/extract /datainfo from inside my data.grf, also I don't seem to have accessoryid.lub... But I do have accname.lub. When I search for "accname.lub", it shows up as in /datainfo, but the folder doesn't appears in the folders list... Which .grf is read first by my client? I don't know how to know that... Maybe I should get the original data.grf again and start all the customs over? Just tell me in what .grf I should put the files, please... I didn't find any other .grf...
  11. And which grf is that? How do I know it? Nope... I have luafiles514/lua files, but not the datainfo folders... No accessoryid.lub; yes accname.lub Nope... It should be on those files? I saw that in the new clients I would only need to edit iteminfo...
  12. I also tried that... didn't work
  13. So I added a custom item... The script works fine, but everything in the game became an apple and I never saw the actual sprite working. Those are my lines in ItemInfo.lua: [77001] = { unidentifiedDisplayName = "Pegasus", unidentifiedResourceName = "Pegasus", unidentifiedDescriptionName = { "Pegasus" }, identifiedDisplayName = "Pegasus", identifiedResourceName = "pegasus", identifiedDescriptionName = {"Pegasus"}, slotCount = 4, ClassNum = 20000 }, I also tried these: identifiedResourceName = pegasus, identifiedResourceName = "Pegasus", identifiedResourceName = "PEGASUS", Those are the files on data.grf: Where am I wrong?
  14. Thanks a lot, Daraen! I knew it would be you to show up. 1. I tried language 18, it didn't work as well. We use Á À Ã Ó Ô Ç É Ê Í Ú... 2/3. Thanks a lot!!!! It did work, buuuut... Teletransportador shows as Teletransportadxer, I don't know why... That xe are actually symbols, not regular letters. 4. Okdok, I'll try it! PS: I don't know why, but after changing the npc script and the language settings, my background image vanished, I'll try switching language again. 1. Just like that and it will work? 2/3. I followed Daraen and it kinda worked, thanks a lot anyway! 4. So even the items that cannot be spawned are on data? Like Cenia, Amon and Enforcer shoes... Or do I have to get it in other servers?
  15. Hey, it's me, Mario! Not quite, but you got the idea. Anyway... Some new doubts: 1. When using brazilian's commas, I got a bunch of weird characters in the place of the letters and then my char stopped moving. I changed my language on sclientinfo.xml (to 12)... Is there anything else I should do? 2. In the newbie offline pack there are some custom scripts... I'm using them, but I can't change the NPCs that do their roll. P.e., the Warper is a Valkyrie, even if I change these lines: - script Warper 4_M_FAIRYSOLDIER,{ function Go; function Disp; function Pick; function Restrict; 3. In the same case of the warper... If I change the name to "Teletransportador", the npc vanishes... Does it need to have the same name as the .txt and as listed on the .conf? 4. Anyone knows where I can file some .grf to merge with my data (and the other needed files) to add the huge amount of items that bRO and jRO have and kRO doesn't? BY THE POWER INVESTED IN ME BY THE LORD, I THEREFORE SUMMON LORD DARAEN
  16. Hey, guys! So, I'm new around here and have been receiving some help (thanks, Daraen!)... Instead of making a lot of posts, one for each doubt I have, I decided to great a big one (that tends to grow with the answers) and try to learn the most from the answers I get. Many thanks to everyone that finds some time to help a complete newbie. So, let's go, for a start: 1. What's the emulator? Is it the "server" itself? It contains all the game files? If I change something, I should change there first somehow and then change in the client folder? 1.A. If that's the case, how to change stuff on the emulator? I don't seem to find a "data.grf" there... 2. What's the client and which one could I use? I'd like to use bRO (Brasil Ragnarok Online) as a base, instead of translating everything... Is it possible? I only need to download the client and the emulator will manage without any changes? 3. Is there anyway to import a lot of items/data from another server or I need to do it one by one?
  17. I believe I managed to find out what's wrong. The server uses two more .grf and probably loads from another one... I'll try the others. Anyway, I don't know if I get how to save it inside data.grf... I can make it extract the folder and replace the files there, but I'm not sure how to replace inside the .grf... Will look into it as well, but it won't work just replacing in the extracted folder? Edit: ok, learned how to replace the files in the .grf
  18. Would you mind to explain the randomness? Are there two "packs" os 12 .bmp files and it picks one of those packs at random? Can't I change both?
  19. I deleted my server to start it over, learning more things... But I did try this on a private server I play and it didn't work... Maybe because they force whatever is in the data server? I don't know... Anyway, how to slice it into 12 pieces? And I should just extract the folder with grf editor and replace the items or I did it wrong?
  20. So, I finally managed to run my server, thanks to the advice of Daraen and using anacondaq's guide. Now I'm trying to learn a few first steps, as in changing login background... I used this website tool: http://rathena.sourceforge.net/tools/login_background/ and the image below, a 1024x768 .jpg (I made sure of the resolution and extension), created a .grf for both login backgrounds and tried to merge with my GRF Editor, when the following error appeared:
  21. Did you change the user_id on phpmyadmin? If the id belongs to another object, it won't let you login... Take a look on the login cmd to see the error
  22. Hey, thanks for the quick reply! Actually I'm an idiot... I did not unpacked all the folders together, so I got errors that blocked some of the files. I already fixed it and the server is running (on my own computer)! Now I just need to learn everything else, lol. Could you give me some advice? I'd like to change the main screen for a start... Also, if it goes online, do I have to make those updates both on server and client? How to do it?
×
×
  • Create New...

Important Information

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