Jump to content

Chok Designer

Members
  • Posts

    108
  • Joined

  • Last visited

Posts posted by Chok Designer

  1. db/skill_damage_db.txt

    is not working i already adjust it but its failed..i test ASURA of champion and its normal...

     

    here's my setting in skill_damage_db.txt

     

    // Skill Damage Adjustment Database
    //
    // Structure of Database:
    // SkillName,Caster,Map,Damage against Players{,Damage against Mobs{,Damage against Bosses{,Damage against Other}}}
    //
    // Caster: The groups for which the adjustment takes effect. (bitmask)
    // 1 = Player
    // 2 = Monster
    // 4 = Pet
    // 8 = Homunculus
    // 16 = Mercenary
    // 32 = Elemental
    //
    // Map:
    // 1    - Normal (the maps that aren't classified as these maps below)
    // 2    - PVP
    // 4    - GVG
    // 8    - Battlegrounds
    // 16   - 'skill_damage' mapflag
    // Restricted zones - they're configured by 'restricted <number>' mapflag
    // 32   - Zone 1
    // 64   - Zone 2
    // 128  - Zone 3
    // 256  - Zone 4
    // 512  - Zone 5
    // 1024 - Zone 6
    // 2048 - Zone 7
    //
    // Notes:
    //   Damage is a percentage between -100 and 100000.
    //   Negative values decrease damage and positive values increase it (0 = no change).
    //
    // Examples:
    // MC_MAMMONITE,1,1,50 // In normal maps, players deal +50% damage to other players with Mammonite.
     MO_EXTREMITYFIST,2,6,100000 // In PVP and GVG, players deal -50% (half) damage to other players with Asura Strike.
    // AB_ADORAMUS,1,6,50,0,10,15 // In PVP and GVG, players deal +50% damage to other players, +0% to mobs, +10% to bosses, and +15% to other with Adoramus.
  2. <?php foreach($rss->items as $item):?>
    <h4><a class="news_link" href="<?php echo $item['link'] ?>" target="_blank"><?php echo $item['title'] ?></a>
         <?php if(isset($item['pubdate'])): ?>
             <small>on <?php $item['pubdate'] = date ('l, F dS, Y', strtotime ($item['pubdate'])); echo $item['pubdate'];?></small>
         <?php endif; ?>
    </h4>
    <hr/>
    <?php endforeach; ?>

     

     

    these code for "click the title to direct you to the thread."

    its now working for me sir

×
×
  • Create New...