Jump to content

Dev KhayZia AZ

Members
  • Posts

    12
  • Joined

  • Last visited

Profile Information

  • Gender
    Female
  • Location
    manila
  • Server
    Mix Legacy

Recent Profile Visitors

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

Dev KhayZia AZ's Achievements

Santa Poring

Santa Poring (3/15)

  • Collaborator
  • Reacting Well
  • First Post
  • One Month Later
  • Week One Done

Recent Badges

0

Reputation

  1. buildin_rand: range (0) is to small. No randomness possible .@mid = .Peco[rand(.size)]; setarray .Peco[0], 2811; .size = getarraysize(.Peco);
  2. BERSEK When using this skill, Enchant Deadly Poison is cancelled.
  3. +10 refine bug no bonus defense if +10 def 10+100
  4. how icon of VIP will disappear when typing @vip -1d playername? but the icon is not disappear yet
  5. i already fix in latest i only merge this 2 files Extend Vending 10072024.diff28.17 kB · 40 downloads [ Extend Vending 3.0 ] Rev16.8 JinYuichi.diff38.66 kB · 134 downloads
  6. @@ -7511,6 +7511,12 @@ void clif_openvendingreq(struct map_session_data* sd, int num) int fd; nullpo_retv(sd); + + // Vending shouldn't open if vend_loot is 0 and extended vending is enabled [Easycore] + if (battle_config.extended_vending && sd->vend_loot == 0) { + sd->state.prevend = 0; + return; + } -->> fd = sd->fd; ->> WFIFOHEAD(fd,packet_len(0x12d)); who have the latest extend vending
  7. Tarot Dispell Preserve Skill Of Stalker How To Not Dispell? ] Help
  8. How Preserve Is Immune To Dispell ? In Skill.cpp Where I Will Put The Code
  9. SRC -> Increased Tarot's High Priestess Card chance?
×
×
  • Create New...