Jump to content

jasonch35

Members
  • Posts

    9
  • Joined

  • Last visited

  • Days Won

    2

jasonch35 last won the day on January 13

jasonch35 had the most liked content!

2 Followers

About jasonch35

  • Birthday September 16

Profile Information

  • Gender
    Male
  • Location
    Philippines
  • Server
    n/a
  • Github: jasonch35
  • Discord: jasonch35
  • Interests
    Ragnarok Online

Recent Profile Visitors

1083 profile views

jasonch35's Achievements

Santa Poring

Santa Poring (3/15)

  • Reacting Well
  • One Year In
  • Conversation Starter
  • Dedicated
  • First Post

Recent Badges

6

Reputation

1

Community Answers

  1. Hi, so, I've seen a lot of servers using auto attack system, I noticed a consistent issue: poor user experience and Walk AI is horrible. Both of which triggered me to develop a new one for herc which hopefully have more intuitive experience for players (and server owners ). I initially planned to release to herc only but due to high demand, I've ported for rA peeps. Please note that rA version is in beta and bugs are yet to be discovered. I can fix asap when reported. The features are inspired by Ragnarok Mobile: Eternal Love. Here are few features: Monster Selection: Automatically detect monsters based on the current map. Configurable Potion and Buff Item Selection: Server owners can customize which potions and buffs items players are allowed to use. Human-Like Movement AI: Intelligent and natural movement, unlike the aimless wandering typical of other systems. Can utilize warp portals of the same map (ignores those that warp to different map). Extensive Customization for Server Owners: Allows server administrators to configure settings to fit the unique needs of their server. Player-Friendly UI/UX: Hassle-free setup and adjustments. Player can choose to Warp to Savepoint / Logout / Do Nothing when Auto Combat ended. Offline Battle: Players can enable offline mode, allowing their character to continue Auto Combat even after the client is closed. Duration and end condition still applies Server Easy Configuration: Loot Config: Do not loot at all - good for server that has @autoloot or @alootid Default config - character walk up to the loot, and loot normally Auto loot to inventory - servers that DONT have @autoloot nor @alootid but want autoloot for Auto Combat Duration Config: 24/7 - Auto combat can be used all the time Per character - duration is based on character variable Account wide - duration is based on account variable Per Gepard Unique ID - not implemented, extra modules required. pls pm me if you want this Rental Item - duration is based on item expiration date. Exp and Drop Modifier: By Ratio - modifies overall exp and rates for player while on Auto Combat By Value - increase/decrease exp or drop rates (how Battle Manual, Bubble Gum, etc work) Not Supported by default (will count as extra module if required): 3rd Job Classes Very old revision of rAthena Gepard related variables and usage To do / To improve: Offensive Debuffs - do you guys need this? FAQS: Is this the same as Shakto's Autoattack or built from it? No, the system is based from goddameit's system. And codebase is ported from modern game engines that uses similar AI. If you guys are interested, please add me in discord: jasonch35. Teaser Videos:
  2. It means you don't have info added on your db_roulette database but I guess you don't use the feature? If not, you can disable in /conf/battle/feature.conf:
  3. You've set val1 to 0 in `status.cpp`. Try removing them.
  4. In the default npc script commands, no, you cannot. global temporary variables ($@ prefix) are used for this exact purpose. NPC 1: $@variable = 100; NPC 2: mes "" + $@variable + ""; // this will output 100
  5. `goto Main` runs script all over again every 5000 ms. you should omit it. morocc,150,172,4 script Give Reward 951,{ end; OnClock2336: Main: addrid(1); getitem 7227, 10; }
  6. I assume you don't want a rental usable item that does that function. I think you can only achieve this by making several npcs and assign them to the player that call them and move them on player's location thru setunitdata.
×
×
  • Create New...