Jump to content

DarkIrata

Members
  • Posts

    218
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by DarkIrata

  1. Frantech's RagnarokOS has "Start my Server, Stop My server, Restart my Server, Recompile My Server" Icons on desktop. Delta told me to use that Recompile Icon but i'm not sure it's working since I did not setup my server from scratch. I don't know how to recompile in any other ways. Recompile it, there should be a .sh file for map, login and char server. .sh is the linux .exe file.
  2. My fail, not understand yours correctly ^^ MySQL ID check is easy. Also for the files. If you let the Server Owner write by him self from wich id the application should go on. I really dont see any problems which really hard to solve ^^ i mean, its not hard to open a file read the last line and check for the last letters or numbers ^^ If you want i could make a example tool, currently i have much time ^^ Forogot it, had enough time, here a example tool > http://www.mediafire...vwc7yt3ikyjfkp2 < not fully working, but for a example its enough. Easy file Compiling to a Zip and Decompiling. Auto Item ID Detection, Auto Data folder inserting (currently only example data). Small problems like the idnum2itemresnametable and other files need a Ansi text encoding for the Auto Item ID Detection. Really i dont see any problems to make a tool like this, i know my example is... not the best.. but it shows thats it possible, also for a Dev Newbie ^^
  3. Why not making a main packing tool which can compile and decompile files. Also allow to write directly to the files which needed to be edit with a easy insert. This would be much much easyer for all. You dont need a high quality program what check all, only a simple tool ~ For Spriter: - Easy to place the files in on or 2-3 folder or by choose self the files~ - Click on compile ~ CustomSpriteXYZ.dafuq For Server Owner: - Choose folder (test data folder as example) -[ Application auto detect needed .txt and .lua files ] - Owner put needed information to the fields - Choose the CustomSpriteXYZ.dafuq file - Click on Decompile ~ Application insert in each .txt and .lua files a string with the name (from the information) and the files in the right folder Only what the Owner would need more then only that tool would be a config file where he can put from which ViewID the application should go on or by detecting it by itself (string split) Wouldnt it be much easy? Sry for my bad english, tired as hell ^^
  4. i dont know if rathena now working with 2012+ || better use 2010 or 2011. They work great for me. http://supportmii.co...15aRagexeRE.exe This work for me best, currently. | Replay work also with the exe
  5. Dunno, which client you use?
  6. Try other client, or write your packet-v to the server.
  7. >*> Nope Nope Nope <*<

  8. I know its possible, i saw it already on a server, now i want to chang it to. How can i change that background image. What the name of the Image and where i need to place it. I know thats the license.txt way not working or working but im to dumb, dont know~ so i want it this way, dont ask why
  9. If the maps are free they cant do anything. Maps are on the Client Side. So there are Public.
  10. input @text$; announce @text$; atcommand "@sound ID"; something like this?
  11. Download a SVN Tool like TortoiseSVN. For easy use, download RadpidSVN After you started it, click on repository (or something like that) and Export. In URL come the SVN url. at target directory where it should saved~ Then click ok. Hope thats easy enough ^^
  12. No if the ip is 127.0.0.1 on alle settings, the server running local. If you want that the other computer can join you only need to write your local ip like (192.168.178.10) in the clientinfo.xml open cmd and write ipconfig there you see your local ip.
  13. http://rathena.org/wiki/Custom_Items and you need to edit data\lua files\datainfo\accname.lua data\lua files\datainfo\accessoryid.lua for a working view ID.
  14. If you want use own time format CREATE TABLE `question` ( `player` varchar(255) NULL , `type` int(255) NULL , `time` varchar(255) NULL , `playermap` varchar(255) NULL , `playerx` varchar(255) NULL , `playery` varchar(255) NULL , `feedback` varchar(255) NULL ); like loginlog CREATE TABLE `question` ( `player` varchar(255) NULL , `type` int(255) NULL , `time` datetime NULL `playermap` varchar(255) NULL , `playerx` varchar(255) NULL , `playery` varchar(255) NULL , `feedback` varchar(255) NULL );
  15. @sharpienero: mysql dont need a port forward, because its local. Have you fully configurate the inter_athena.conf
  16. Download Navicat, its easyer to work with it with mysql ^^
  17. a npc with a input or a npc with a question like a captcha?
  18. Don't have a way to run a server without using MySQL? rathena dropped the work with the txt database. So you need MySql.
  19. You need to install MySQL Server, and configurate the MySQL Settings for the server.
  20. Version 2.2.6

    7208 downloads

    !! UPDATE !! If there is still interst in this project, and you really would like a update with better performance. Write me a private message. I would like to renew this, but i dont have any server to test it. Also if no one want a new version, i dont see any reason to rewrite it. -- -- -- -- -- -- -- -- This application is made for windows servers, since it doesn't make much sense to have something like this on a linux system. Login-, Char- and Map-Server gets started without a window. All Output is redirected to this application so you can see all 3 windows in 1 application. Version 2.2.6 is really old, but still have some "nice" features like coloring of [info], [status], etc. Also it counts different messages. (Error, Warning, ...) [How-To] 1. Download the newest Version. 2. Unrar it & Place it where you want. 3. Start the Application and go to "Options". 4. Configurate the Path to your executables. 5. Click on Start. Have fun. [source] I'm sorry. This project is by the time i changed this, about 4,2 years old. After cleaning my github i deleted it without thinking about it. The only thing i can say is.. it was a horrible source code... I'm sorry for all the developers who looked at it. ^^ >> Please, no mirrors without asking. <<
    Free
  21. Könnte ein negatives feedback von Spielern bekommen weil es genau nichts festes gibt und man so evtl mehr unfair spielen könnte. Muss aber ehrlich sagen, bin allgemein kein fan von Custom Donation Items die was bringen ^^
  22. mhm, i think your right, i looked a little bit in the bats and found nothing special needed.
  23. Hey, only a small questions. Is it important to start the rathena server via the .bat files? Because i wanted to make for me a small server monitor (i have 36 consol applications, hard to find everytime the server ^^). Problem im not really good at scripting with process and thinks, so i only can catch the windows when i start it via the .exe But now is the problem, is it bad, to start it like this?
×
×
  • Create New...