Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/24/17 in Posts

  1. As you can see my forum position is supposed to preside over downloads and such yet I have no access to paid files. I do not approve them, I do not download them, I can only buy them. Rest assured its all on the level at rAthena! Since there seems to be a misunderstanding I've provided images so you might see what I see from my Content Moderator privileged account. First image is a side by side comparison of a free file (left) and a paid file. If I opt to select the Buy Now option for the paid file I end up on the 2nd image you see. Regards, ~Azura Skyy
    3 points
  2. Need the latest kRO Install folder for your private server? Look no further! ----> Download <---- Latest: 2023-04-04 Installation: Official kRO Updated: 04/04/2023 Download Link: https://mega.nz/folder/jUsDgRxQ#ttLmLjPY9p9cfU5_ShWVCw Package contains RSU RO Patcher Lite for kRO and kRO RE by [Ai4rei] This package is maintained by [Akkarin] Note: Due to continued abuse of my webservers, the files have been moved to MEGA. You can download an extractable .zip of an installed kRO directory, or you can download the official installer from kRO's website. Note: If you require older maps that are compatible with 2021 and older clients, download the 2021 .zip. A fan of this topic? Hit the rep button
    1 point
  3. View File Monster Defense About This Script: 1. You must defend one (1) monster from ten (10) different kind of waves. However, there will be three (3) bonus waves which is not part of the ten (10) waves. You must defend and guard the monster from the monsters spawned, once you have finished all the ten (10) waves, you will be rewarded at the end. 2. Every wave vastly increases its difficulty. 3. Each wave has different monsters and some of them may be boss and MvPs. 4. Event is not automated. 5. Configurations and instructions can be read inside the file. What's More: 1. The monster must not get hit a thousand (1000) times or you will fail the event. Number of hits can be changed, instruction inside the file. 2. Modifying mob_db and mob_avail. What's Coming: 1. A video related to this script, how it runs and such. Terms and Agreement: You are not allowed to hand out this file, modified or not, free or with price. Chargeback scams are not tolerated and will get you punished on rAthena. All rights still remain to the creator of this script. These terms and conditions are subject to change without prior notice. Copyright © - Freya 2017 - All Rights Reserved Submitter Freya Submitted 04/24/2017 Category Games, Events, Quests Video Content Author Freya  
    1 point
  4. error here mes "^ff0000This dimensional portal cannot be accessed for 20 hours after your last access.^000000""; it should be mes "^ff0000This dimensional portal cannot be accessed for 20 hours after your last access.^000000";
    1 point
  5. adjust your drop rate values, try setting your min,max values to default and try to understand by changing values
    1 point
  6. it seems to be fixed here https://github.com/Jeybla/rathena/commit/f6ae6b05c9d94371cc0091af23d67dc5a453b47c source
    1 point
  7. i tested this time... hehe @luizragna payon,172,218,4 script monstertest 52,{ monster "payon",167,215,"Bigfoot (Weakened)",1060,.amount,strnpcinfo(0)+"::OnDead"; for (.@i = 0; .@i < .amount; .@i++) { .mid = $@mobid[.@i]; setunitdata .mid,UMOB_MAXHP,10000; setunitdata .mid,UMOB_ATKMIN,10000; setunitdata .mid,UMOB_ATKMAX,21000; setunitdata .mid,UMOB_MATKMIN,10000; setunitdata .mid,UMOB_MATKMAX,21000; setunitdata .mid,UMOB_HIT,10000; setunitdata .mid,UMOB_ATKRANGE,5; setunitdata .mid,UMOB_ADELAY,100; getunitdata .mid,.@param; setunitdata .mid,UMOB_HP,.@param[UMOB_MAXHP]; } OnDead: end; OnInit: set .amount,3; end; }
    1 point
  8. Amigo, você ta no fórum errado xD Recomendo você utilizar npcs de outros projetos e adapta-los ao rAthena.
    1 point
  9. Heya, you have to set the properties for each mob: deletearray $@mobid[0],getarraysize($@mobid); monster "prontera",156,176,"Omega poring",1002,2; for (.@i = 0; .@i < getarraysize($@mobid); .@i++) { setunitdata $@mobid[.@i],UMOB_MAXHP,(50*.@mp); setunitdata $@mobid[.@i],UMOB_HP,(50*.@mp); setunitdata $@mobid[.@i],UMOB_ATKMIN,300; setunitdata $@mobid[.@i],UMOB_ATKMAX,300; } deletearray $@mobid[0],getarraysize($@mobid); monster "prontera",156,176,"Fracus",1758,3; for (.@i = 0; .@i < getarraysize($@mobid); .@i++) { setunitdata $@mobid[.@i],UMOB_MAXHP,(100*.@mp); setunitdata $@mobid[.@i],UMOB_HP,(100*.@mp); setunitdata $@mobid[.@i],UMOB_MODE,12433; }
    1 point
×
×
  • Create New...