Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/16/20 in all areas

  1. Version 1.0.1

    435 downloads

    As the title says. I added some fix on checkweight part where it will throw some error when item mailing is disabled. ( I literally have uploaded the wrong file for months and only been known recently) Added gepard id check support.
    Free
    2 points
  2. Hello, as some know I am leaving the community to grow professionally. I recently closed freelancers with great monetary returns and learning that will help me open my business. It's been 11 years in this community and thanks to the Ragnarok emulators I became a programmer. So that's goodbye, but I don't leave without leaving a new era for those who continue. I'm leaving two of my projects in which I use fake hooks to create new screens, interactions, walk with WASD and other systems. The code is not very clean because I had no idea I was distributing it. I'm back to RO sceneario cause now I have a good job and more free time :c I will not teach how to use (but for experiend user's I can support, just ask in this post your doubts), but I appreciate it if someday someone more experienced guides on how to hook. Emulator: https://bitbucket.org/lukasrmattos/ragnaghostz/src/master/ Launcher & Hook Logic https://bitbucket.org/lukasrmattos/rgzlauncher/src/master/ Sample of system in those projects: https://streamable.com/m8291
    1 point
  3. You can download patcher from Ai4rai and update your client: http://nn.ai4rei.net/dev/rsu/ (Full Bundle ( bRO, iRO, idRO, jRO, kRO & twRO ))
    1 point
  4. // conf/battle/misc.conf#L65 Actual -> night_at_start: no Alter -> night_at_start: yes // conf/battle/misc.conf#L75 Actual -> night_duration: 0 Keep at 0, but if there is still a change to day mode for some reason, change this value 0 to 86400000.
    1 point
  5. Uh.. you're trying to find "this version" and link to goddameit's version, but you don't want the version you say you want?! Anyway, I can only find one version of a chess script, which happens to be goddameit's. There are chess NPC sprites and chess board maps in our archives but no accompanying script. However, if you want to write your own you can check out some of Keyworld's replies to this post: https://rathena.org/board/topic/74925-comment-on-my-1st-script/
    1 point
  6. All reputable hosts provide web access to their VMs usually under the term KVM, Web Terminal, Web SSH, VNC Console or Console Access. No one will ever recommend using 3rd Party SSH or Telnet platforms via a different website for security reasons. Some providers (like vHost) require your SSH Key to login, which can't be used through most websites in an effort to prevent session hijacking, keylogging and simply saving your password.
    1 point
  7. you can fix this by using sprite editor.
    1 point
  8. presently, there is no way you can make a private chat on npc.. alternative way to do this is talk to the npc instead of clicking the waitingroom.
    1 point
  9. *i don't know if this is allow or not. *but if not kindly delete my comment data.rar
    1 point
  10. Find: getitem .items[.@i],.items[.@i+1]; and replace with this : getitembound .items[.@i],.items[.@i+1],1;
    1 point
  11. find: if(getd("$ID_" + .@unique_id$) > 0 || #FreebiesReward > 0){ mes "[Freebies NPC]"; mes "You have already claimed your Freebies."; close; } #FreebiesReward = 1; and replace with this : if(getd("$ID_" + .@unique_id$) == 3 || #FreebiesReward == 3){ mes "[Freebies NPC]"; mes "You have already claimed your Freebies."; close; } #FreebiesReward = ++1;
    1 point
  12. hello you mean viking helm? *i don't know if this is allow or not. *but if not kindly delete my comment here data.rar
    1 point
  13. i don't know if this is allow or not. *but if not kindly delete my comment. ? i include the crown and the wings. ? Obito Set.rar
    1 point
  14. High Priest Card if(isequippedcnt(4357,4359,4361,4365,4367,4236)<1) { bonus4 bAutoSpellWhenHit,"MG_SAFETYWALL",4,50,0; bonus2 bSubEle,Ele_Dark,-15; } Lord Knight Card if(isequippedcnt(4359,4361,4363,4365,4367,4236)<1) { skill "LK_BERSERK",1; bonus bMaxHPrate,-10; bonus2 bSkillAtk,"RK_HUNDREDSPEAR",50; } High Wizard Card if(isequippedcnt(4357,4359,4361,4363,4367,4236)<1) { bonus bIntravision; bonus bAtkRate,-50; bonus bmatkrate,-50; }, }, {},{ heal 0,-2000; } Whitesmith Card if(isequippedcnt(4357,4359,4363,4365,4367,4236)<1) { bonus bBreakWeaponRate,500; bonus bBreakArmorRate,500; bonus3 bAutoSpell,"WS_OVERTHRUSTMAX",1,10; bonus3 bAutoSpell,"MC_MAMMONITE",6,50; if(getskilllv("MC_MAMMONITE")==10){ bonus3 bAutoSpell,"MC_MAMMONITE",10,50; } }
    1 point
  15. Version 1.0.0

    607 downloads

    This is only working like an ordinary bombring event. No modifications added. Edit the time start using OnClockTimers. As per request by @shatowolf via PM No version 2 (with event timer checks and stuff) and no plans on adding it again in the future. - Pretty useless xD
    Free
    1 point
  16. all the items you request. ? data.rar
    1 point
  17. Idea : http://j.mp/SA5jEh [media=] [/media]This script need to add source code before using, all information is in file. Monster Defense.rar How to start this event ? create a party and click npc. Reward : no. Set each wave monster amount : setarray .@lv_amount[0],10,12,13,15,20; Set wave monster : --->1002 for(set .@i,1;.@i<=4;set .@i,.@i+1) { for(set .@j,0;.@j<.@lv_amount[.level-1];set .@j,.@j+1) callSub OnSpawn,.@i,.@j,1002; }
    1 point
×
×
  • Create New...