Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/04/17 in all areas

  1. .@charid = getcharid(0); query_sql( "SELECT `clothes_color` FROM `char` WHERE `char_id` = '"+.@charid+"'",.@clothesc ); now .@clothesc = the color you can save it to char variables or else where and call it when you want it if you put the script here it would be easier for us to help
    2 points
  2. < Stolao's Script Collection> Please Comment, Good or Bad i want to know your guys thoughts on what i should do next. Update History At Afk At Commands Auto Event Custom Functions Daily Login Reward Ex Job Master Floating Rates Fly-Wings Group Buffs Mvp Speed Run Non-Abuse Healer Poring Power Pvp Ladder Mining -Unsupported, Bug Fixes Only- Weapon Mastery -Unsupported, Bug Fixes Only- Coming soon to a server near you
    1 point
  3. The topic has been removed because of rAthena staff double standards and hypocrisy things. (rA staff blame me that I made a money on this topic while it's not and never was) All that I did for the last 2.5 years with around ~1k answers from my side is help for free for newbies here, but to rA staff, my topic is a pain in the ass. Sorry guys, but the topic can't be maintained on such a community anymore because of its admins. Bye
    1 point
  4. Scripting Core Released Script Pending Script Upload: 【SHOWCASE】DotA Style Monster Behavior (Monster Controller) 【SHOWCASE】ARCUS SYSTEM A communication device to provide feature below: Calling npc from distance Mailing System Hook GPS System Hook (Navigation Npc, Player) Magic Support More feature developing... Arcus System Spoiler: (Old)
    1 point
  5. What rAthena git hash is your server on? If you believe that this is a bug from rAthena you can report it here(https://github.com/rathena/rathena/issues) so the devs can fix it.
    1 point
  6. Well for one your using incorrect formatting for your days it should have a , not a | "0|0|0|0|607|15", // Dia 1: 15x Fruto Yggdrasil should be "0,0,0,0,607,15", // Dia 1: 15x Fruto Yggdrasil as for other errors follow up if they there after you correct this...
    1 point
  7. For Max JobLvl db/re/job_exp.db statpoint calculation. src/map/pc.c /// Renewal status point cost formula #define PC_STATUS_POINT_COST(low) (((low) < 100) ? (2 + ((low) - 1) / 10) : (16 + 4 * (((low) - 100) / 5))) for drop rate src/config/renewal.h comment out renewal_drop #define RENEWAL_DROP to //#define RENEWAL_DROP
    1 point
  8. 20307,C_Beginner_Cap,Costume Beginner Cap,4,0,,0,,,,0,0xFFFFFFFF,63,2,4096,,1,1,1348,{ if (BaseLevel < 100) { bonus bHit,30-(3*(BaseLevel/10)); bonus bMaxHP,1000-(100*(BaseLevel/10)); bonus bMaxSP,200-(20*(BaseLevel/10)); bonus bVariableCastrate,-10+(BaseLevel/10); bonus bHealPower,150-(10*(BaseLevel/10)); bonus bHealPower2,10*(BaseLevel/10); bonus bAddItemHealRate,10*(BaseLevel/10); } },{},{} Use this script.
    1 point
×
×
  • Create New...