Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/30/21 in all areas

  1. [UPDATE]: Since Innova (4Game) closed my project and I can no longer open new projects, this is my parting gift to the rAthena community. You can download my sprites rework [FOR FREE] and not for sale! [DOWNLOAD] https://mega.nz/file/taQwkKwL#ikVnLwKyX52rymVMlaAqxFMd8YHsC2itTyk3GxmAjtc Hi all! I improved the NPC images (1190 sprites up to episode 18.1) using a neural network (ESRGAN) and made new HD sprites. Want to show you my final work! ? What do you thinking about it?
    1 point
  2. Hello MarkStuck When you patch your client make sure to check this option. Open your grf file and go to data/luafiles514/service_korea and open ExternalSettings_kr.lub and edit the following: (Or simply just insert these before the function GetTableIntValueForC) EmblemDataUrl = { Upload = "http://127.0.0.1:8888/emblem/upload", Download = "http://127.0.0.1:8888/emblem/download" } Don't forget to change the port and the IP address that your webserver is using.
    1 point
  3. create 2 exe one for renewal and one for pre-re for renewal use nemo and change to read iteminfo_re.lub for pre-re use nemo and change to read iteminfo_pre.lub
    1 point
  4. try this, but not tested - script PVPPOINTS -1,{ OnPCKillEvent: getmapxy.@map$,.@x,.@y,0; if (getcharid(3) == killedrid) end; if (.@map$ != "pvp_y_1-2") end; set .@player1, getcharid(3); set .@player2, killedrid; attachrid(.@player2); if (Zeny > 100000) { set Zeny, Zeny - 100000; dispbottom "You Lost 100.000 Zeny from "+rid2name(killerrid); emotion e_sob,1; } else { dispbottom "Sorry no Zeny on the "+rid2name(killedrid); emotion e_meh,1; } attachrid(.@player1); if (Zeny > 100000) { set Zeny, Zeny + 100000; getitem 504,1; dispbottom "You Gained 100.000 Zeny from "+rid2name(killedrid); dispbottom "You Gained 1 White Potion from "+rid2name(killedrid); } else { dispbottom "Sorry no Zeny on the "+rid2name(killedrid); emotion e_meh,1; } end; }
    1 point
×
×
  • Create New...