Jump to content

  •  

matheus00123

Member Since 25 Oct 2013
Offline Last Active Jun 04 2017 02:05 AM
-----

Topics I've Started

[Help] Skill Swap

06 February 2017 - 01:15 AM

Hello

I'm trying to edit a skill from herc's own src, because I want to make a skill that changes the place players.
I
succeeded more not total, I made the custom skill in src as codigo
edited below plus it only takes the player to the position of the other
player but does not make the change of positions.

 

My code:

			if (( dstsd || dstmd ) && !(tstatus->mode&MD_PLANT) && battle->check_target(src,bl,BCT_ENEMY) > 0 ) {
				int x = src->x, y = src->y;

				if (unit->movepos(src, bl->x, bl->y, 0, 0)) {
					clif->skill_nodamage(src, src, skill_id, skill_lv, 1);
					clif->slide(src, bl->x, bl->y) ;
					clif->specialeffect(&sd->bl, 9, SELF); // Efeito após teletransportar
					sc_start(src, bl, SC_CONFUSION, 75, skill_lv, skill->get_time(skill_id, skill_lv));
				}
			}

Wanted to leave it in the same way as the video below, could someone give me a hint how to proceed with this?

 

Here's how I wanted it to be:

 

 

Thanks, and sorry for the spelling mistakes, because I'm using google translator.

 


Request mob_db the instance Faceworm

19 October 2016 - 01:53 PM

Someone would have mob_db the instance of faceworm?


 


Sorry my english, I'm using google translator.


[Help] Convert mob_db.conf

24 September 2016 - 09:44 PM


Hello


I'm upgrading to the rathena and I need help for the love of God k, need help to convert the mob_db.conf to mob_db.txt or sql.


I thank you.