-
Posts
1096 -
Joined
-
Days Won
40
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Posts posted by anacondaq
-
-
3 hours ago, Ayorn said:
hi Anacondaqq,, your client pack is very well done i cant say so much about it.
well i just want to say thank you for this proj.
i never thought i can connect it online
but reading your suggestion about how to connect it via LAN
(although i don't have LAN connection
)
it comes to my mind i should try it.
AND THEN..............................voyyyyyyyyylaaaaaaaaaaa......
i didn't expect that was so easy.
now i can play your client with my sister and wife
i can bully my cousin now
.
again thanks for this client.
but still looking forward for your next update.
Hi, thx for the review. About update, hm, I plan to release it ASAP. Right now I'm very busy and don't have a free time for finishing the update, after no so many weeks I will have some free time and will spend it to upgrade everything in the package.
-
2 hours ago, AceofSpades said:
after 2 days..... Hello guys i wanna share and show you my result to make a server,,,, newbie here...... im using this files thanks for posting boss,,,, custom items added fully working and ready to play
5See? The package is helpful to easy start. I remember myself very long ago (maybe 2007 or I dunno) when I was reading tons of info, tried different of things without any knowledge just to do that what you did. I spent really a lot of time and wasted it, and the package so popular because people really need it too. The entry point is very hard, but when you come across the border, everything else will be much easier.
If you wish to continue your knowledge about the emulator you need to pay attention to:
- linux distributions (install any on your virtual machine and start playing with it (if you did not know it yet)
- then transfer everything to Linux like a server with keeping windows version
Just avoid common pitfalls:
- don't buy OpenVZ VPSes, because of they really bad because of memory allocation and management, stick only with KVM / VMware / Xen
- 2 GB of ram will be enough for an emulator with players
- for the first time try to host your own website to shared website hosting, then when you will get more experience with Linux, try to set up some control panel like vestaCP or cPanel on your own server
- and then, when you will get a lot of experience, drop all control panels, and configure webserver by yourself. It's very easy but needs to know some basic examples.
Congratulations!
-
4 hours ago, Radian said:
Did you try to decrypt others GRF?
I know several guys which removed several times GRF Editor encryption. So the guy above is correct. I don't know details, but i saw encrypted, then unencrypted grf after some time (I guess somehow extracted keys from exe / cps dll or I dunno).
-
1 hour ago, SlapShock said:
Did that. It did not work. Could it be the problem is my OS? I'm using windows 10.
I don't know.
-
31 minutes ago, SlapShock said:
Hello Anacondaqq,
I have downloaded all the files, extracted the files, ran the open server(Started the server and then it went green), ran the runserver_PRERE, instead of using the gm char I created an account but I couldnt't move. I was being disconnected for some reason. I tried the gm account and it can walk, etc. But the account I created can't do anything. Please help.
Check the comment:
repair your database, and try again, the issue should be fixed.
-
deletearray.player[0],2;
will remove next
-
.player[0] = 0; -
.player[1] = 1; - .player[2] = 2;
- .player[3] = 3;
- .player[4] = 4;
You will get
- .player[0] = 2;
- .player[1] = 3;
- .player[2] = 4;
-
1
-
-
12 hours ago, choidk said:
This project already drop?
No, it's not. They already switched from c to cpp at least with extensions, and very small primitive constructions. *Athena code is a big mess of many very bad, very complex, very hard to understand, trace, and read the code. So the process of switching to use CPP features will take years (like I said more than 1 year ago). rAthena needs more powerful developers and contributors (just my vision) for finishing a lot of things much faster. They physically do their best with the code, but this is to be clear is not enough... A lot of problems as I see comes from supporting legacy things and current user-base. If they will drop user-base support (community / administrators) on the same day will be created a new emulator where users will not be dropped and rAthena will die in months. So, as you see, this is very hard and responsible work, and current devs to be clear, working really hard.
-
2
-
2
-
-
Yes, it has DDoS protection out the box, but not the best in the market for the price. If you will face someone really serious, your dedi / VPS would get offline. I will not suggest any alternative, but just try to find global big providers with DDoS protection, and test it by yourself. Plus OVH has tons of network connection issues. What about firewall on the pictures above, let me clear something. You are blocking different ports, but that does not mean that attacker will not start to attack you through TCP amp flood to your map/char server to get all of your players disconnected. Only your personal experience can worth any review about different providers around the market. Try 1 by 1, if someone will fail you, try another one. The situation at DDoS protection market right now a way better than it was a few years ago.
-
5 hours ago, Quesooo said:
No, you have mysql server installed at your PC. please remove it, or turn it off. And don't change 3306 port at the package. Then try to run again, and everything will be ok.
-
1
-
-
cool idea
-
1
-
-
1 hour ago, gleynn said:
Thanks Anacondaqq and apologies for the confusion, im not clear with my request, but im looking for an npc that only talks to a party leader.
prontera,156,180,5 script PartyChecker 89,{ if(getpartyleader(getcharid(1),2) == getcharid(0)) { if(select("Check party","Cancel") != 1) close; .@main_guild = getcharid(2); getpartymembers(getcharid(1),2); for(.@i = 0; .@i < $@partymembercount; .@i++) { if(getcharid(2,$@partymembercid[.@i] != .@main_guild) { mes "Not all members of the party in the same guild. Break"; dispbottom strcharinfo(0,$@partymembercid[.@i]) + " out of the guild"; break; } } } }
I did not test that code, and very sleepy.
-
prontera,156,180,5 script brobrobro 89,{ if(!getcharid(1) || !getcharid(2)) { mes "You don't have party or guild"; close; } if(getpartyleader(getcharid(1,2)) == getcharid(0)) { dispbottom "You're party leader"; .party_leader = getcharid(0); } if(.party_leader) { if(getcharid(2) == getcharid(2,.party_leader)) dispbottom "You're in the same guild with "+ rid2name(.party_leader); else dispbottom "You're outside of the guild of the your party leader"; } else { dispbottom "Sorry, but there is no party leader yet. Try later."; } end; }
something very stupid like that. Not tested. How is it work? Everyone should talk to the NPC
-
2 hours ago, Antares said:
Hello,
I would like to collect all the forks of RoBrowser that have been improved in some way over the source, so that we can share the features and put the knowledge together to make a better client.
For start, here is my version. It is not a direct fork, but a re-upload. I have improved and implemented some features. Feel free to use anything
https://github.com/MrAntares/Ragna.roBrowser/Do you have your own version and features? Share it here!
your repo will be banned very soon, be sure of that. How about moving your work to your private git server in public mode hosted on DMCA-free hosting somewhere in eastern Europe? RO hired some company to block all content over the internet with ro content (any), thousands of DMCA reports and take-downs already happen, I have counted a few months ago about 65k+ reports (yes, the number is correct) where around 80% of complains success and hostings take down it. You have screenshots from RO at repo description, Niflheim it's their "intellectual property"...
http://lowendstock.com/ - pick one, it will be more than enough under Cloudflare / or any free CDN.
-
2 hours ago, CheckMate said:
Or just simply add or remove code then save?
No, you need compiler (Visual Studio 2017 community edition with C++ pack of utilities), open rAthena-15.sln, and when you will apply modification -> Run -> Compile. If everything is ok with your source code, you will successfully compile emulator.
-
1
-
-
On 1/18/2018 at 8:41 AM, lkakashil said:
Anacondaqq
- (๏ ̯͡ ๏) O'RLY? Have Patch Renewal Classic ????or Setting
What do you mean?
I'm planning to upgrade the package with latest features and missing updates as soon as it will be possible. -
On 1/16/2018 at 4:54 PM, nikujon said:
so in ragnarok offline rathena server available?,where?,thanks
as sprite yes, as real headgear like you describe - no.
-
1
-
-
14 hours ago, liploji said:
Password needed to delete the character?
Please open conf/char_athena.conf and find the setting related to the feature and check.
-
15 hours ago, EagleZero9 said:
Hi there!
I can log in with no error, but I can't play the game because it is extremely low fps, as if my video card can't handle the game, something like 1 fps.
I'm using an on-board video card and I can play iRO, bRO with no problem, everything runs really fine in these servers.
I tried the lowest resolution, different video combinations, optimize the video driver, but with no success.
I tried with Korean Ragnarok Online KRO 10-09-2017 and Korean Ragnarok Online KRO 30-12-2017
PC Specs:
motherboard: asus m5a78l-m lx
processor: amd bulldozer fx-6100
ram: 8gb
hd: 2 tb
SO: Windows 7 Pro
I'm a first time user trying to play offline server like this, please can someone help me with this?
Are you have AMD graphic card? Please try to play with your settings. Btw I heard, that AMD removed support for dx9 games (LOL)
The pack does not have any issues, just try to play with different settings, I can't help you with the problem. If you will find a solution, please share it with us here on the topic.
-
1 hour ago, arby89 said:
my script_constants.h doesnt have export_constant2. when i try place export_constant2("bSkipAmmo", SP_SKIPAMMO); it gave 66 error. (can refer attachment).
also dont have export_constant("bAddStealRate", SP_ADD_STEAL_RATE); just have script_set_constant("bAddStealRate",SP_ADD_STEAL_RATE,false); so i try this
script_set_constant("bAddStealRate",SP_ADD_STEAL_RATE,false);
script_set_constant("bSkipAmmo",SP_SKIPAMMO,false);
still no luck.
also i try put export_constant("bSkipAmmo", SP_SKIPAMMO); at bottom, also not working. still giving pc_bonus : unknown type error..
Try to google around the board, i don't have enough time to install / download / implement the code. You something is missing (to be clear constant).
-
-
sd->skip_ammo
replace to
sd->bonus.skip_ammo
(everywhere in the code above, just the part)
-
Hi, your idea is not new, and very bad. Because this make the code looks like a mess without a way how to manage it if you will need to rewrite some logical part, or fix any small type / bug.
Much better solution will be using something like that: https://github.com/cydh/rathena/pull/1
-
1
-
-
5 hours ago, Secrets said:
I was considering dropping implicit @menu assigning behavior from rAthena. It is a very old and obsolete behavior, don’t use it.
Please don't do this. This is very useful and very good command.
-
37 minutes ago, arby89 said:
Hi, thank you for your excellent server. its running well. Btw, im trying to add new custom bonus. Tried to follow this guide "https://github.com/rathena/rathena/wiki/Adding-New-Bonuses" but after compile it gave map_session_data error. Im using rAthena-15 from ur package. Where can i get the latest guide/tutorial on how to add new custom bonus type?
Provide error output to understand where is the problem.
Ragnarok Online complete offline server & client pack 2019 | Make your RO server in less than 5 minutes
in Abandoned Projects
Posted
I'm very busy right now. When will get some free time (very soon) I will update the whole package and make it independent and unbound it from me for self-updating by users if they will need it.