-
Posts
20 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by LyDe
-
-
Hi guys,
I'm trying to use a 2014-10-22 hexed but doesn't open. There isnt any error msg, just doesnt open. I tryied to use a 2017 hexed too but same thing...
Thanks. -
13 hours ago, joelolopez said:
make sure u downloaded this specific vcredist == Visual C++ Redistributable for Visual Studio 2012 Update 4
try downloading x64 and x86 of this file and it should do the trick! do not forget to +1 if this helps
Now its working. Thanks a lot man.
-
8 minutes ago, joelolopez said:
download and install vcredist
Already did it but still the same error
-
Hi guys,
I'm trying to run map-server (char and login is working fine) but there is two errors of missing dll.
MSVCR110.ddl and MSVCP110.dll (but I have all in my system). I put these dll at emulator and now I have another error.(0xc000007b error).
And my RO exe isnt working because of these same error. -
Yeah but its kinda stranger because the name of class will be like genetic->creator. There is a way to change that?
-
Hi guys, i'm doing a script to add 2nd class sprite as a outfit, so just change the sprite... But i dont know what commando I can use to do it. I tested changebase but (OF COURSE) change the class at all.
Anyone knows a command to add just the sprite?
>>> Another question: I'm considering about put Third Job Costume as outfits too, but just as a alternative one. How can I do that for just change the sprite of class?
Thanks -
20 minutes ago, Poring King said:
Do you ever try to modified your SRC ? i think you modified the src and that was cost of error ? , look to your src and go to adding @go commands and try to look what the error there . ithink you miss declaire a string there not so sure buddy .
Since the error tells "Cliff_parse error " i really think that you modified the src filesI just modified core.h...
//#define PACKET_OBFUSCATION
When I was using without // the server was crashing before char at the city. The only mod i did in src.
@EDIT: Done, It was my custom grf. I tryied to do without custom.grf and works. Thank a lot guys. -
47 minutes ago, Technoken said:
Check this link
Doesnt work anyway... Still closing my hexed after screen loading just go until 3%
-
Hi guys, i have a problem with my client. When I try to @go 0, my client close, the load screen just go until 3% and close.
When I try to go 5 or another city it works fine... Everything okay
Anyone knows how to fix it? Thanks
@edit: Another thing, now I tryed to do another char but appears a error "Rejected by the Server" and a [info] clif_parse: Disconnecting session #3 in console... -
34 minutes ago, Akkarin said:
Correct. Use kRO's data instead of iRO's.
But why? People that are going to play my server is gonna use iRO grf and I dont wanna make them download a kRO grf to play it.
Thanks anyway -
20 hours ago, Promise said:
Check the data.INI file, yoy must have data.grf and rdata.grf on that file.
Btw, have you hexed (hexadecimal) your ragnarok exe?
Data.ini is okay, data.grf and rdata.grf...
Yeah, my hexed is working just fine
18 hours ago, Akkarin said:Using a diffed kRO EXE means you need a set of kRO .grfs. iRO's client-side data won't work correctly with kRO's clients.
I just got 2014-10-22 (i guess) and diffed it, but the hexed doesnt open with data.grf from iRO (my server is from iRO so it doesnt work with iRO data.grf so i tested with bRO and kRO and works fine.)
-
Hi, i have a problem with iRO data.grf. When i put data.grf in my ragnarok folder, the hexed doenst open but when i put kRO or bRO (brazilian) the hexed just open fine.
Can you guys help me with this? Thanks -
Hey guys, who can I do this:
see if there is any card in the seccond slot of the item, like thisIf there is a card in the seccond slot { } mes "you dont have the card in the seccond slot"; close;
There is any way to do that? -
File Name: Command MesClose
File Submitter: LyDe
File Submitted: 29 Jun 2012
File Category: Source Modifications
Content Author: LyDe and Cainho
Command used in the scripts of NPCs whose ultimate goal is to unite the two commands,Mes and Close, an example down:
prontera,150,150,5<TAB>script<TAB>Testing Command<TAB>748,{ mes "[Testing Command]"; mesclose "Testing command MesClose"; }
This command will open a window of speech and the Close button appears immediately.
-
2
-
-
this is no mismatch between the lua files?!
-
nice job,well as Matheus said
I loved the new structure of config files. Congratulations.
hexed doesnt open
in Client-side Support
Posted · Edited by LyDe
@edit 2
Now I'm having these errors. I think I already had this same error but I don't remember how I fixed it. (Prob years ago)