Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/24/17 in all areas

  1. J'appelle au grand nombre ! Hey guys ! I badly need someone who can remake the korean skin so it will be added to our repository. https://cloud.acomirei.ru/s/6Y0T4jvdkvYEIRc Grab data.7z and find a «gui» folder inside it. Repaint all the images and contact with me, so we will be able to discuss it further. The only notice - main background color is white(area below pink color for example) and it won't be changed.
    3 points
  2. Because you did not apply correctly, you let the NPC heal them before it runs the check. Here; normal_player: if(#Healer_CD > gettimetick(2)) { mes "You can only heal once every 5 minutes."; end; } specialeffect2 EF_HEAL2; percentheal 100,100; set #Healer_CD,gettimetick(2) + 3000; end;
    1 point
  3. So 1st let's point our that since that cover more then source it would fit more in general support then source.https://rathena.org/board/forum/211-general-support/ What your current server configuration ? what did you change /set. Have you correctly set your server as pre-re ? #define PRERE in src/config/renewal.h To remove maps : comment out the maps in question in conf/maps_athena.conf If you want to remove some items it's in db/pre-re/item_db.txt If you want to remove some instance it's in npc/scripts/athena.conf
    1 point
  4. you can just use checkquest(number) = 1 = Quest has been given and state is active. something like this if(checkquest(8507) = 1 || checkquest(8508) = 1 || checkquest(8509) = 1 || checkquest(8510) = 1){ mes "Im glad you helped us please hunt"; close; }
    1 point
  5. Good job, lets see what happens from here. Come on, we can do it now its the first open sourced active client as of now with some basic functionality that works. Lets hope the best
    1 point
  6. É le voilà ! http://aesir.perfontain.ru/forum/topic/22-æsir-open-sourced/
    1 point
  7. I have added answers for your second question to main topic. See screenshow below: What do you see on screen please check for "numbers in cyan squares"? Server DB path depends on your mechanic (RENEWAL (runserver.bat) or PRE_RE (runserver_PRERE.bat)) you enter path via browse icon to your rathena items, in my case i'm using RE database, and as you see i have path to db/re/ files Then, you need drag'n' drop with next priority grfs to Resources files folder. Drag and drop in next priority. Btw, you can right click on grf and change order for loading grfs in that field Then, you need set for SDE where is located your Lua Files (it's item description for ro items), in my case see screenshot Then, do not forget to change Client Encoding and Server encoding to use always Korean characteres insteed of broken cp1251, or cp1252 encoding. Then do: File -> Save Project Info. (just to save all options and manipulations which you have done with SDE) Done. Now you can click on different tabs and edit your items \ etc in GUI (see screenshot below under spoiler) Btw, you can set even much more settings for your database if you will extract your lua files from rAthena2017.grf and will load lua files to "Lua Settings" window (see screenshot below)
    1 point
×
×
  • Create New...