Jump to content

Smiley33

Members
  • Posts

    18
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Smiley33's Achievements

Poporing

Poporing (4/15)

  • Collaborator
  • Reacting Well
  • One Month Later
  • Dedicated
  • Conversation Starter

Recent Badges

0

Reputation

  1. try this use OnPCLoginEvent: or OnPCStatCalcEvent: if (BaseClass == Job_Swordman){ bonus bAllstats,10; else if (BaseClass == Job_Archer){ bonus bDex,5; } end: }
  2. this happens when i put more than 65k attack on any monster there a way to increase ALL mob damage? or any idea where i can edit this thanks in advance
  3. did you chat him both rathena and skype ? he more active on skype
  4. edit it on db/pre/mob_db.yml find the id's of each monster sample Garm 1252, - Id: 1252 AegisName: GARM Name: Hatii JapaneseName: Garm Level: 73 Hp: 197000
  5. im having same problem with this im using rathena version 2021 11 03 i can't find this on "#define MAX_SKILL_TREE 85" pc.hpp
  6. i was using llchrisll Translation By Speedrun how to change it into english version thanks in advance
  7. NPC that gives random cards for amount of 1m per roll normal monster 100% chance and 10% chance for mini monster cards that i can add or remove cards thanks in advance
  8. what i want is if when groupid is higher than 0 and the base stats agility is higher than 170 and increase agi is buffed the attackspeed will be capped at 196 else attackspeed is capped by 195 if (sc->data[AL_INCAGI] ) && (pc_get_group_id(sd) >0 ) && (readparam(bAgi) > 170) { if (sc->data[AL_INCAGI]->val1 == 10) status->amotion = cap_value(amotion, pc_maxaspd(sd) + 20, 2000); i was having error on (pc_get_group_id("sd") and (readparam(bAgi) > 170) i got the code from this
  9. i already tried this before but my problem is bonus bAspd,195 is additional attack speed.. after you add more agility on wont capped to 195, if (vip_status(VIP_STATUS_ACTIVE) && (readparam(bAgi) > 170) { set MAX_APSD,196; } something like this thanks
  10. how to change max attack speed permanently depending on character Vip ex when non vip max attack speed will be 195 if vip1 it will be 196 with 99 agi required TIA.
  11. pano po alisin or baguhin ito tia
×
×
  • Create New...