Jump to content

leadtech

Members
  • Posts

    59
  • Joined

  • Last visited

Posts posted by leadtech

  1. [color=#880000]// Dancing Weapon Switch[/color]
    [color=#880000]// On official server, a fix is in place that prevents the switching of weapons to cancel songs.[/color]
    [color=#880000]// Default: yes[/color]
    [color=#000000]dancing_weaponswitch_fix[/color][color=#666600]:[/color][color=#000000] yes[/color]

    I didn't see this on skill.conf .. 'm using eAthena

  2. Can i Request some item script of this ?

    Reduces damage from Demi-Human monsters by 3%.

    MaxHP + 200. MDEF + 2 Str + 3 Vit+ 4

    Reduces damage from Demi-Human monsters by 3%.

    MaxHP + 550, MDEF + 2. Cant be Frozen Str+ 4 Vit+ 6

    STR + 3. MaxHP + 15%.

    Reduces damage from demi-human monster by 3%

    Increase in attack speed(delay after attacking reduces by 5%),

    Critical Rate + 5%,

    ASPD + 5%.

    Increases damage from Non-Demi-Human monsters times 3.

    When attacking physically has a chance of restoring 3,000 HP per second for 10 seconds.

    Reduces damage from Demi-Human monsters by 3%.

    MaxHP + 400. MDEF + 2 Str+ 3 Vit+ 4

    Reduces damage from Demi-Human monsters by 3%

    MDEF + 5 vit+ 15[When Equipped with Valkyrie Armor] Str+ 2 MaxHP + 600

    Thank you in advance :D

  3. Patulong naman .. error ako sa pag install ng SGCP

    SQL query:

    CREATE TABLE `mainnews` (

    `post_id` INT( 11 ) NOT NULL AUTO_INCREMENT ,

    `title` VARCHAR( 60 ) NOT NULL ,

    `message` TEXT NOT NULL ,

    `poster` TEXT NOT NULL ,

    `date` VARCHAR( 255 ) NOT NULL ,

    PRIMARY KEY ( `post_id` ) TYPE = ENGINE AUTO_INCREMENT =0;

    MySQL said:

    #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax

  4. Please help me ..

    I have error installing SGCP

    SQL query:
    CREATE TABLE  `mainnews` (
    `post_id` INT( 11 ) NOT NULL AUTO_INCREMENT ,
    `title` VARCHAR( 60 ) NOT NULL ,
    `message` TEXT NOT NULL ,
    `poster` TEXT NOT NULL ,
    `date` VARCHAR( 255 ) NOT NULL ,
    PRIMARY KEY (  `post_id` ) TYPE = ENGINE AUTO_INCREMENT =0;
    MySQL said:
    #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '=ENGINE AUTO_INCREMENT=0' at line 8
    

    Thank you in advance

×
×
  • Create New...