Dismiss Notice
Wynncraft, the Minecraft MMORPG. Play it now on your Minecraft client at (IP): play.wynncraft.com. No mods required! Click here for more info...

Video Wynncraft Escape And Charge Spells Using Skillapi

Discussion in 'Your Work' started by TempleOfLegends, Oct 2, 2016.

Thread Status:
Not open for further replies.
  1. TempleOfLegends

    TempleOfLegends Emma CHAMPION

    Messages:
    3,506
    Likes Received:
    4,729
    Trophy Points:
    215
    Minecraft:
    Note: This is on my Alt account

    Using SkillAPI I have made Charge and Escape.



    If you want the code for it:

    Test Charge:
    name: 'Test Charge'
    type: 'Dynamic'
    max-level: 1
    skill-req: 'Spin Attack'
    skill-req-lvl: 1
    needs-permission: 'False'
    msg: '&4{player} &6has cast &4{skill}'
    combo: ''
    icon: 'Fireball'
    icon-data: 0
    icon-lore:
    - '&d{name} &7({level}/{max})'
    - '&2Type: &6{type}'
    - ''
    - '{req:level}Level: {attr:level}'
    - '{req:cost}Cost: {attr:cost}'
    - ''
    - '&9Mana: {attr:mana}'
    attributes:
    level-base: 11
    level-scale: 0
    cost-base: 1
    cost-scale: 0
    cooldown-base: 0
    cooldown-scale: 0
    mana-base: 4
    mana-scale: 0
    components:
    Cast-a:
    type: 'trigger'
    data:
    icon-key: ''
    children:
    Self-b:
    type: 'target'
    data:
    icon-key: ''
    children:
    Launch-c:
    type: 'mechanic'
    data:
    icon-key: ''
    counts: 'True'
    forward-base: 3
    forward-scale: 0
    upward-base: .2
    upward-scale: 0
    right-base: 0
    right-scale: 0
    Particle-d:
    type: 'mechanic'
    data:
    icon-key: ''
    counts: 'True'
    particle: 'Mobspawner Flames'
    arrangement: 'Hemisphere'
    radius-base: 5
    radius-scale: 0
    particles-base: 20
    particles-scale: 0
    data: 0
    forward: 0
    upward: 0
    right: 0

    Test Escape:
    name: 'Test Escape'
    type: 'Dynamic'
    max-level: 1
    skill-req: 'Volley'
    skill-req-lvl: 1
    needs-permission: 'False'
    msg: '&4{player} &6has cast &4{skill}'
    combo: 'L L L'
    icon: 'Feather'
    icon-data: 0
    icon-lore:
    - '&d{name} &7({level}/{max})'
    - '&2Type: &6{type}'
    - ''
    - '{req:level}Level: {attr:level}'
    - '{req:cost}Cost: {attr:cost}'
    - ''
    - '&9Mana: {attr:mana}'
    attributes:
    level-base: 11
    level-scale: 0
    cost-base: 1
    cost-scale: 0
    cooldown-base: 5
    cooldown-scale: 0
    mana-base: 4
    mana-scale: 0
    components:
    Cast-a:
    type: 'trigger'
    data:
    icon-key: ''
    children:
    Self-b:
    type: 'target'
    data:
    icon-key: ''
    children:
    Launch-c:
    type: 'mechanic'
    data:
    icon-key: ''
    counts: 'True'
    forward-base: -4
    forward-scale: 0
    upward-base: .7
    upward-scale: 0
    right-base: 0
    right-scale: 0
    Particle-d:
    type: 'mechanic'
    data:
    icon-key: ''
    counts: 'True'
    particle: 'Potion Break'
    arrangement: 'Circle'
    radius-base: 6
    radius-scale: 0
    particles-base: 20
    particles-scale: 0
    direction: 'XZ'
    data: 0
    forward: 0
    upward: 0
    right: 0
    Potion-e:
    type: 'mechanic'
    data:
    icon-key: ''
    counts: 'True'
    potion: 'Speed'
    ambient: 'True'
    tier-base: 3
    tier-scale: 0
    seconds-base: 100
    seconds-scale: 1
     
  2. MattiMan2406

    MattiMan2406 Well-Known Adventurer HERO

    Messages:
    439
    Likes Received:
    35
    Trophy Points:
    54
    Guild:
    Minecraft:
    Good job! im impressed!
     
    TempleOfLegends likes this.
  3. TempleOfLegends

    TempleOfLegends Emma CHAMPION

    Messages:
    3,506
    Likes Received:
    4,729
    Trophy Points:
    215
    Minecraft:
    Thanks! :D
     
  4. VillagerFilms

    VillagerFilms I like music HERO

    Messages:
    298
    Likes Received:
    254
    Trophy Points:
    70
    Minecraft:
    Hah! Nice job.

    But uh....did anyone know that town is apart of TempleOfLegends' AND MY MMORPG.

    Just sayin...lol.
     
    TempleOfLegends likes this.
  5. JuicedBananas

    JuicedBananas Famous Adventurer HERO

    Messages:
    1,746
    Likes Received:
    8,170
    Trophy Points:
    162
    Minecraft:
    Featuring joosed photobombing you with a below-average rustic house.
     
    TempleOfLegends likes this.
  6. TempleOfLegends

    TempleOfLegends Emma CHAMPION

    Messages:
    3,506
    Likes Received:
    4,729
    Trophy Points:
    215
    Minecraft:
    I wasn't gonna spoil what the town was. I was even thinking of re-making the vid since it showed the town in it
     
  7. TempleOfLegends

    TempleOfLegends Emma CHAMPION

    Messages:
    3,506
    Likes Received:
    4,729
    Trophy Points:
    215
    Minecraft:
Thread Status:
Not open for further replies.