Jump to content

insarius

Members
  • Posts

    106
  • Joined

  • Last visited

Everything posted by insarius

  1. C:\Users\Epic\Desktop\AvalancheRO\data\lua files That's my RO directory. Also, It reads Data folder first, no LUA. I do have Load LUA before Lub, but not load LUA before Data And I'll go download blueghostring, thanks.
  2. Didn't work. I checked out with SVN, copy'd them over my current LUA files in data but still gibberish. Also, the diffed exe doesn't use my setup.exe and has a small resolution.
  3. Thanks! That worked. But now, everything is in gibberish, can I fix it? EDIT: All skills.
  4. your using eAthena server files? i think they not supported the latest client. rAthena, sorry, I use rAthena.
  5. Hi, So yeah, I diffed the 2012 04 10 client twice, and I get Rejected from server. I already tried: Setting the packetver to 30 in the clientinfo.xml I recompiled my rAthena with 20120410 in mmo.h It's reading the data folder first EDIT: It's kicking me from the server with unknown packet version <p:0x464d,1:19> EDIT: Fixed typo from eAthena to rAthena
  6. So I've read somewhere just now. Thanks for telling me this in a really simplified way, now I understand completely what it actually said. xD I will, when I come home, delete MySQL and all residue, and re-install it. Thanks
  7. MySQL installation goes fine, but when I try to 'execute' the server itself, it just freezes up at Writing .ini file. Anyone help? My brother tried checking everything, didn't get it working either. Yes: I have administrator privileges Firewall and Anti Virus turned off Tried both 64 and 32 bit Redownloaded and reinstalled several times.
  8. Thanks a lot everyone who helped me out!
  9. Edited it to 20120410, because that's the client I diffed. I still get the error, using mysql to run the server, so I need to reload mmo.h into the sqldb? Just recompile... and make sure you have right data on you client... I need to recompile my whole server folder? Since my brother did this intially, how do I do this?
  10. Edited it to 20120410, because that's the client I diffed. I still get the error, using mysql to run the server, so I need to reload mmo.h into the sqldb?
  11. Blue Ghost Setup.exe work well for my 2012 clients... No need to select the diff file for HKML to HKCU ...... This worked for me, but now I get a different error. After that, I get character select, but only 1 out of 3 characters is showing. After I select my character, I got rejected from Server 3.
  12. I've had it unchecked for the last 4 rediffs. I've diffed 4 different clients and the problem still persists.
  13. Both the patched exe and setup.exe have administrator privileges but it still comes back.
  14. Rediffed it with and without KHLM/HKCU, still getting it. Didn't work either. Well, I don't have OpenSetup.exe.
  15. So, I asked Emistry but got told there was a topci on this, alas I couldn't find it, so if anyone could be kind enough to link me to it, or tell me how to fix this, that would by swell. I used 2012-04-10
  16. So, I decided, after some help here, to re-do all my shop parts in my script... And for some reason, I'm now extremely confused as to why other merchants say itemid,price:-1 So, obviously I tried it without the -1 and it ignores the lines. mora,115,184,4 shop Guillotine Cross Shop 7937,500:7933,500:7935,500:7936,500:7934,500:7932,500: WHo can help me with this, please?
  17. I got it working now. Although it said shops were empty so I'll have to go reconstruct those. Thanks for all the help guys!
  18. I tried tabbing a few lines, and it still stops at line 20, the shop line. Tabbed before the shop name and after the shop name... How do you know where to tab anyway?
  19. That's the 'new' way of coding, which I don't understand, but it returned the following error.
  20. So, I made a script who warps players to a place in Mora, but it keeps giving errors on the line which warps to Mora. prontera,164,172,4 script 3rd Class items 501,{ mes "3rd Class Item Warper"; mes "Hello,"; mes "Would you like to go to the 3rd Class Item shops"; menu "Yes Please!",yes,"No thanks!",no; yes: warp "mora", 121, 179; end; close; no: close; mora,115,184,4 shop RK & GX shop 946,127172000,127182000,127192000,127202000,127212000,127212000,127222000,127232000,127242000,127252000,127262000,127272000,127282000,127295000000,127302000,127315000000,127322000,127331000000 mora,118,184,4 shop Warlock shop 743,6189100000,6190100000,6191100000,6192100000,6193100000,6194100000,6197100000,6198100000,6199100000,6200100000,6201100000,6202100000,6203100000,6204100000,6205100000 mora,121,184,4 shop Mechanic shop 813,154910000,213920000,2800100000,2801100000,2802500000,2803100000,2804100000,2805100000,2806150000,2807200000,280825000 mora,123,184,4 shop Mechanic Ammo 813,6145100,6146300,6147100,12392220,12393500,123941100,18000100,18001200,18002200,18003200,18004500 mora,125,184,4 shop Genetic shop 731,6210100,6211100,6212100,62131000,62141000,62151000,62162000,62174000,6244100,6245100,6246100,6247100,6248600,6249100,6253100,6254100,6255500,6256100,6257100 mora,127,184,4 shop Genetic Shop 2 731,6258800,6259100,6260100,6261500;6262400,6263100,6264100,6265100,62791000,62801000,62811000,62821000,62831000,62841500,62851000,6297100,1102210000,1102310000,1102410000 } Can you guys check this out for me?
  21. No, that's multiple NPC's if I am correct, also, I don't think that script sells all of it.
  22. I wanted to know if there is one in the files? I couldn't find it. Kind of like a Tool Dealer for the 3rd classes. So... Is there one or should I make it myself?
  23. So... This skill is absolute crap in Renewal... xD Thanks for letting me know.
  24. Hi guys, I think my Two Handed Quicken might be bugged, it should add a 30% weapon swing delay reduction to the player, yet my ASPD went from 150 to 151, which is pathetic. Here's the DB entry: case SC_TWOHANDQUICKEN: val2 = 300; if (val1 > 10) //For boss casted skills [skotlex] val2 += 20*(val1-10) As you can see, the integre is set at 300, which should properly reflect as 30%.
×
×
  • Create New...