Jump to content

Start_

Members
  • Posts

    929
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Start_

  1. Start_

    About Basic ASPD

    Not sure but my easiest opinion is change value on db>re>job_db1.txt ( All weapon to higher speed )
  2. doc\script_commands.txt line 5447 *specialeffect <effect number>{,<send_target>{,"<NPC Name>"}}; specialeffect 14,AREA,"luizragna"; maybe map name cannot be used. idk
  3. Open rAthena.sin with Visual Studio 2013. This is easiest ways to compile server.
  4. .@name - scope integer variable .@i = 11124; You can see line 2 and line 4 in picture. if(checkquest(.@i mean if(checkquest(11124 and it will loop +1 +1 +1 +1 +1 will be if(checkquest(11125 - 11134 // Edit #1 This is quest 11124
  5. Just change the name " yourVariable " to anything else like " warpQuest01 "
  6. prt_fild05,315,183,3 script Warp Man 635,{ if(yourVariable==1){ warp "prontera",26,203; end; } mes "Hello you cannot warp now."; close; } prt_fild05,317,183,3 script Warp Quest 635,{ if(yourVariable==0){ mes "You can warp now talk with Warp Man."; set yourVariable,"1"; close; } mes "Hello, Good to see you again."; close; }
  7. This is insane! That shadow oh my god!
  8. Yayyyyyyyyyyyy Super nice rAthena!
  9. Microsoft Visual Studio 2017 Community *Before compile >> I've Re-target to 10.1 ( or somewhat ) then Build Solution. Sorry for Tool set I don't know what's it. Thank you very much sir!
  10. This is happened on other computer not my computer. First Error. ) Second Error after fix First Error. ) Third Error when computer have no Microsoft Visual Studio. ) I have no problem with my computer ( Windows 10 Lastest Update Build ) but other does. What happened to them? I tried to tell them for install missing .NET or Run time but not solve the problem. Thanks!
  11. Good work rAthena! Thank you a lot again for the best Ragnarok Online Emulator.
  12. Start_

    if else

    if(Zeny <= 100000){ mes "You dont have enough zeny"; close; } else{ set Zeny, Zeny-100000; skilleffect 34,0; sc_start SC_BLESSING,500000,10; skilleffect 29,0; sc_start SC_INCREASEAGI,500000,10; skilleffect 33,0; sc_start SC_ANGELUS,500000,10; skilleffect 74,0; sc_start SC_MAGNIFICAT,500000,5; skilleffect 75,0; sc_start SC_GLORIA,500000,5; skilleffect 66,0; sc_start SC_IMPOSITIO,500000,5; skilleffect 361,0; sc_start SC_ASSUMPTIO,500000,5; close; }
  13. I know Ragnarok is real-life simulator XD. I feel that too.
  14. Thank you rAthena, You're the best!
  15. Very good work, I love rAthena!
  16. Check " ectinfo.txt " in data folder and " ectinfo.txt " in all GRF you're using. If found some snow word then delete it. I've solved the problem by this step.
  17. Just manual patch by + - the line in src folder and files. ( You can view .patch file clearly by Notepad++ and follow files name & line of code to edit. )
  18. Put this on data folder or your .grf > enter game and change into 3rd class then type @ bodystyle 1
  19. Check npc\scripts_athena.conf npc\scripts_warps.conf npc\re\scripts_athena.conf npc\re\scripts_warps.conf npc\pre-re\scripts_athena.conf npc\pre-re\scripts_warps.conf for Enable / Disable scripts.
  20. src\config\renewal.h And check disable or enable thing here.
  21. That's mean you need to edit warp for your self, Or find some old izlude warp scripts. --- Q. when i add warp script of izlude in my conf file it not work A. Is you install correctly for install npc.
  22. It's located on Server Folder > npc > warp > find izlude Server Folder > npc > re > warp > find izlude Server Folder > npc > pre-re > warp > find izlude
×
×
  • Create New...