Jump to content

  •  

HD Scripts

Member Since 26 Aug 2014
Offline Last Active Jan 19 2017 01:29 AM
-----

Topics I've Started

[unSolved] Freeze player on use skill

22 October 2015 - 02:20 AM

Well, i try to make a custom skill, Fishing

 

So, i need to player "stop" or "freeze" while executing this skill...

On after this line:

 

clif_progressbar(sd, strtol(color, (char **)NULL, 0), 10);

This line, make a progressbar on char, but, i need to after create the progressbar, the player will stop ou freeze while command after this line is executing...

 

ex:

 

Use skill Fishing, appears 10 second progressbar and stop player and script (src) until stop 10 seconds. After, the command create a fish...

 

 

What to do? ps: sorry my bad english


[Help] Plugins -> Source code

25 September 2015 - 02:26 AM

Well, i have a question..

 

Look this plugin -> https://github.com/d...gins/autonext.c

Can transform this plugin into a script command? 

I use an emulator without plugins system, how to do?

 

thank's