Paying over $100 for SkillAPI

Status
This thread has been locked.

GuildsMC

WorldPainter
Premium
Feedback score
0
Posts
173
Reactions
102
Resources
0
Looking for someone to make a lot of skills in SkillAPI for me, ongoing deal paying easily over $100.
Pm me with your discord and some sort of proof of experience in SkillAPI if interested.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Tehker

Schleep
Premium
Feedback score
26
Posts
1,175
Reactions
307
Resources
0
I have sent you a private message.
 

Geek

Mom of BBB
Support
Feedback score
11
Posts
897
Reactions
267
Resources
1
I haven't worked with it in a while but I've done plenty of other configs and what not. Do you still want to talk about this further with me?
 

GuildsMC

WorldPainter
Premium
Feedback score
0
Posts
173
Reactions
102
Resources
0
I haven't worked with it in a while but I've done plenty of other configs and what not. Do you still want to talk about this further with me?
Ya no problem can you pm me a portfolio of skillapi stuff and your discord.
 

Vinpaky

Feedback score
1
Posts
276
Reactions
11
Resources
0
Looking for someone to make a lot of skills in SkillAPI for me, ongoing deal paying easily over $100.
Pm me with your discord and some sort of proof of experience in SkillAPI if interested.
Contact me on Discord > LutionGaming#9862
 

Jinxed

Supreme
Feedback score
22
Posts
502
Reactions
131
Resources
0
Hello GuildsMC , here is a small example and quick preview.
Pretty simple and straight forward ones..,

PHP:
Wrath:
  name: 'Wrath'
  type: 'Passive'
  max-level: 1
  skill-req-lvl: 1
  needs-permission: 'false'
  attributes:
    cost-base: '0'
    cooldown-scale: '0'
    cost-scale: '0'
    level-scale: '0'
    level-base: '1'
    mana-base: '0'
    mana-scale: '0'
    cooldown-base: '0'
  msg: '&6{player} &2has cast &6{skill}'
  icon: 'OBSIDIAN'
  icon-data: 0
  icon-lore:
  - '&d{name} &7({level}/{max})'
  - '&2Type: &6{type}'
  - ''
  - '{req:level}Level: {attr:level}'
  - '{req:cost}Cost: {attr:cost}'
  - ''
  - '&2Mana: {attr:mana}'
  - '&2Cooldown: {attr:cooldown}'
  desc:  []
  components:
    Took Physical Damage:
      type: 'trigger'
      data:
        dmg-min: '0'
        dmg-max: '999'
        icon-key: ''
        type: 'Both'
        target: 'False'
      children:
        Chance-b:
          type: 'condition'
          data:
            icon-key: ''
            chance-base: '10'
            chance-scale: '0'
          children:
            Area-c:
              type: 'target'
              data:
                caster: 'False'
                max-base: '99'
                radius-scale: '0'
                icon-key: ''
                radius-base: '20'
                wall: 'False'
                group: 'Enemy'
                max-scale: '0'
              children:
                Damage-d:
                  type: 'mechanic'
                  data:
                    counts: 'True'
                    value-scale: '0'
                    icon-key: ''
                    type: 'Damage'
                    value-base: '3'
                  children:  {}
                Push-e:
                  type: 'mechanic'
                  data:
                    speed-base: '0.1'
                    speed-scale: '0'
                    counts: 'True'
                    icon-key: ''
                  children:  {}
                Particle Animation-f:
                  type: 'mechanic'
                  data:
                    v-translation-scale: '0'
                    counts: 'True'
                    forward: '0'
                    radius-scale: '0'
                    start: '0'
                    h-cycles: '1'
                    particles-scale: '0'
                    particles-base: '2'
                    right: '0'
                    duration-scale: '0'
                    radius-base: '1'
                    steps: '1'
                    h-translation-scale: '0'
                    v-translation-base: '0'
                    v-cycles: '1'
                    frequency: '0.5'
                    arrangement: 'Sphere'
                    duration-base: '-1'
                    icon-key: ''
                    angle: '0'
                    particle: 'Smoke'
                    h-translation-base: '0'
                    direction: 'Y'
                    upward: '2'
                  children:  {}
    Initialize:
      type: 'trigger'
      data:
        icon-key: ''
      children:
        Passive-b:
          type: 'mechanic'
          data:
            counts: 'True'
            icon-key: ''
            seconds-scale: '0'
            seconds-base: '1'
          children:
            Defense Buff-c:
              type: 'mechanic'
              data:
                counts: 'True'
                value-scale: '0'
                icon-key: ''
                type: 'Multiplier'
                value-base: '0.6'
                seconds-scale: '0'
                seconds-base: '1'
              children:  {}
        Flag-d:
          type: 'condition'
          data:
            icon-key: ''
            type: 'Set'
            key: 'false'
          children:
            Damage-e:
              type: 'mechanic'
              data:
                counts: 'True'
                value-scale: '5'
                icon-key: 'red'
                type: 'Damage'
                value-base: '20'
              children:  {}

PHP:
Cleanse:
  name: 'Cleanse'
  type: 'Dynamic'
  max-level: 5
  skill-req-lvl: 1
  needs-permission: 'false'
  attributes:
    cost-base: '1'
    cooldown-scale: '0'
    cost-scale: '0'
    level-scale: '0'
    level-base: '1'
    mana-base: '0'
    mana-scale: '0'
    cooldown-base: '0'
  msg: '&6{player} &2has cast &6{skill}'
  icon: 'JACK_O_LANTERN'
  icon-data: 0
  icon-lore:
  - '&d{name} &7({level}/{max})'
  - '&2Type: &6{type}'
  - ''
  - '{req:level}Level: {attr:level}'
  - '{req:cost}Cost: {attr:cost}'
  - ''
  - '&2Mana: {attr:mana}'
  - '&2Cooldown: {attr:cooldown}'
  desc:  []
  components:
    Initialize:
      type: 'trigger'
      data:
        icon-key: ''
      children:
        Passive-b:
          type: 'mechanic'
          data:
            counts: 'True'
            icon-key: ''
            seconds-scale: '0'
            seconds-base: '1'
          children:
            Health-c:
              type: 'condition'
              data:
                min-value-scale: '0'
                max-value-scale: '5'
                icon-key: ''
                max-value-base: '8'
                type: 'Health'
                min-value-base: '0'
              children:
                Damage Buff-d:
                  type: 'mechanic'
                  data:
                    counts: 'True'
                    value-scale: '0.05'
                    icon-key: ''
                    type: 'Multiplier'
                    value-base: '1.35'
                    seconds-scale: '0'
                    seconds-base: '1'
                  children:  {}
                Cleanse-e:
                  type: 'mechanic'
                  data:
                    potion: 'All'
                    counts: 'True'
                    icon-key: ''
                    status: 'All'
                  children:  {}
                Particle Animation-f:
                  type: 'mechanic'
                  data:
                    data: '0'
                    counts: 'True'
                    particles-base: '2'
                    radius-base: '1'
                    v-translation-base: '0'
                    v-cycles: '1'
                    frequency: '0.5'
                    arrangement: 'Circle'
                    angle: '0'
                    particle: 'Mobspawner Flames'
                    h-translation-base: '0'
                    direction: 'XY'
                    upward: '-1'
                    v-translation-scale: '0'
                    forward: '0'
                    radius-scale: '0'
                    start: '0'
                    h-cycles: '1'
                    particles-scale: '0'
                    right: '0'
                    duration-scale: '0'
                    steps: '1'
                    h-translation-scale: '0'
                    duration-base: '-1'
                    icon-key: ''
                  children:  {}

If you are interested contact me via PM for further info, exchange of DC or Skype and a quote.

My offer also includes:
  • Access to a Private Server where you can monitor the progress in real time and make changes as you see fit.
  • 2 to 3 weeks support after the completion of the commission and sending you the files.
Good luck.
Cheers!
 
Last edited:
Status
This thread has been locked.
Top