Jump to content

  •  

Easycore

Member Since 18 Jan 2015
Offline Last Active Private
-----

Topics I've Started

[Custom Skill] Happy Christmas!!

09 December 2016 - 05:16 AM

0QasOIa.png


 

Hello Herc community,

 Not long ago, I started to create paid skills, so I decided to create a Christmas-themed skill: 

 

Happy Christmas!! [ALL_XMAS]

Max Lv: 2

Type: No damage/Target

SP/Cast/Delay: 0

 

Description:

 

Change clothes to xmas attire, if the target is in xmas attire, target will return to normal clothes.
If you use the skill on Lv 2, "We Wish Song" will reproduce.

 

 

 

[Preview]:

 

source.gif

 

Manual of Installation & configuration are adjunted to .zip.

 

Regards~


Easycore's custom skills services

05 December 2016 - 03:11 AM

WPgpoDo.png

Status: [No-Available]


Hello there!

My name's Easycore, I'm a student of digital animation but my hobby's to develop modifications to Athena emulator.

 

I started developing custom jobs a year ago, 

but for time issues I can not offer that service on this occasion.


 What can I offer?

 

Server/Client side creation:

 

- Single Damage Skills

- AoE Skills

- Buff/Debuff Skills

- Summon Skills

- Party Skills

- Passive Skills

 

- Custom Status+Icon Status

 

• What can not I do?

 

- Songs Skills

- Homun Skills

- Mercenary Skills

- Guild Skills

- Falcon Skills (I can do it, but falcon animation's exe hardcoded)

 

• What is the price for each?

 

 

  • Single Damage Skills: $3~15
  • AoE Skills: $7~15
  • Buff/Debuff: $5~15
  • Summon Skills: $10~20
  • Party Skills: $7~15
  • Passive Skills: $2~10
  •  
  • Custom Status+Icon Status: $2~10

 

Prices depend on the complexity of the work, if the skill have a Custom Status, price increases by $ 2.

 

Warnings to mention:

 

- I don't make specialeffects.

- I only work with official specialeffects (@effect 1~1000)

- I only work in Source/Db/Lua Files, so I don't make Icons/sprites for Skills.

- I deliver the skill with a default icon.

- I make Icon for Custom Status.

- I can edit the skill pose by Lua Files.

- I'll tell you if I can't support your order.


 

[Freebies]:

 

[Showcases]:

Spoiler

 

Payment method: PayPal

 

Contact me: 

 

-PM

-Skype: s4.easycore

 

I can speak English/Spanish.


getd in SRC

22 November 2016 - 06:34 PM

Hello,

 

It's posible use getd in SRC?

 

For eg:

 

M$ = Var

 

 

getd(""+M$+"Something") = "VarSomething".

 

 

I tried:

 

pc_readglobalreg(sd,script->add_str("M$"))+"Something" , but it generates map-server-crash.

 

In short, I would like to be able to "join" strings.

 

For more information, I used this in clif->soundeffectall:

 

 

clif->soundeffectall(src, (pc_readglobalreg(sd,script->add_str("M$"))+".wav"),0, AREA); 

 

Regards~


[Request] clif->specialeffect2 with Timer

18 November 2016 - 02:49 AM

Hello,

Lately I've been working on custom jobs, and while creating a skill, I wondered whether it is possible to add a timer variable to the clif-> specialeffect.

 

And why not like a Plugin?

 

Regards!


OnPCStatCalcEvent Doesn't Work

03 November 2016 - 03:01 AM

Hi,

I'm using the latest Herc revision, and I tried to use a script with a label OnPCStatCalcEvent, but It don't give any bonuses.

No errors in map-server.

 

Regards.