Jump to content

FireFace93

Members
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

Recent Profile Visitors

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

FireFace93's Achievements

Poring

Poring (1/15)

0

Reputation

1

Community Answers

  1. i find this pc.c in static int pc_isAllowedCardOn(struct map_session_data *sd,int s,int eqindex,int flag) ///* scan for enchant armor gems */ if( item->card[MAX_SLOTS - 1] && s < MAX_SLOTS - 1 ) s = MAX_SLOTS - 1; but simple enhant rune in my armor i can equip (item_noeqip allready setted)
  2. Hello everyone, can you help me? 1) I add custom card, which player can insert in 4th slot of headgear. 2) I add this custom card in item_noequip.txt (format: <item id>,<mode>) for example 4 - WoE But this don't work, and player can equip item with this custom card on WoE. I think, that there are no checks about card in 4th slot in SRC, can anyone can help me ? I'm not asking from you ready-made solutions, but rather point more of where to do the fix! Thx!
  3. ok, if i comment this lines - it is ok fix? scripts.c if( battle_config.bg_queue2team_balanced && balanced && qd->users < c ) break; // No required users on queue to keep balance checked. this fix work thx me for help for me
  4. Hello! i try fix little problem with eamod BG queue, need help friends problem: when player join after bg started - he don't warp on bg immediately, script\src wait second player. When second player join on bg from npc - they wapred to bg. i woud like warp player when he register from npc without waiting second player. i dont find this place in the src. Anyone help me ?
×
×
  • Create New...