Jump to content

anacondaq

Members
  • Posts

    1096
  • Joined

  • Days Won

    40

Posts posted by anacondaq

  1. 5 hours ago, Rizkydavida said:

    I'm Here and still Excited to see the updates. do you want to add eps 16.2? because if you do, it'll be totally perfect!

    (came here last year, and recognize the title updated to 2018)

    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.

  2. 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 :D)

    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 :D.

    again thanks for this client.

    but still looking forward for your next update.

    edit2.jpg

    edit3.jpg

    edit1.jpg

    screenrAthena001.jpg

    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.

  3. 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 playw6qvqv.png 

     

    5

    See? 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! :rolleyes:

  4. 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).

  5. 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.

    New Bitmap Image.bmp

    New Bitmap Image (2).bmp

    New Bitmap Image (3).bmp

    Check the comment: 

    repair your database, and try again, the issue should be fixed.

  6. 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. 

    • Upvote 2
    • Like 2
  7. 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. 

  8. 5 hours ago, Quesooo said:

    sorry i already solve the problem before

     

    solution : change the port that the system saying

     

    now my last problem is my flag is green now but when i run server on emulator this error comes what should be the solution?

     

     

    image.png.9e491989113463a763b39a37897af10e.png

    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.

    • Like 1
  9. 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. 

  10. 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

  11. 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. 

     

  12. 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.

  13. 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..

    image.png

    image.png

    image.png

    image.png

    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).

     

  14. 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. 

×
×
  • Create New...