HomeUseful information for Helbreath beginnersStatistics overviewSearchMemberlistGalleryRulesRegisterLog in

Post new topic   This topic is locked: you cannot edit posts or make replies.
 

 MAGIA roba vida

Go down 
4 posters
AuthorMessage
ailyn


ailyn

Silver 4
Over 12 posts and comments.

Likes : 7

MAGIA roba vida Empty
#1PostSubject: MAGIA roba vida   MAGIA roba vida 999105/2/2017, 6:34 pm

buenos dias, 

me gustaria saber si alguien podria ayudarme a hacer una magia que robe vida cuando le pegue a los npc seria posible eso?
Back to top Go down
Centuu.-


Centuu.-

Diamond 1
Over 144 posts and comments.
High Engagement
Great Contributions
Great Mentor
Moderator
10th Anniversary
Earned after being a member for 10 years.

Likes : 18

MAGIA roba vida Empty
#2PostSubject: Re: MAGIA roba vida   MAGIA roba vida 999105/2/2017, 6:48 pm

Ejemplo:

case DEF_NPCTYPE:
m_pNpcList[iNpcH]->m_iHP -= sValue;
m_pClientList[iClientH]->m_iHP += sValue;
break;

Hacer una magia cualquiera y agregarle eso.
Back to top Go down
ailyn


ailyn

Silver 4
Over 12 posts and comments.

Likes : 7

MAGIA roba vida Empty
#3PostSubject: Re: MAGIA roba vida   MAGIA roba vida 999105/3/2017, 3:22 am

si pero eso lo pongo donde? seria bueno saber si es en 

Code:
PlayerMagicHandler

se supone que deberia tener algo como esto, o me equivoco algo que identifique la magia exacta
Code:
xxxxxxxxxxxxxxxx(iClientH, DEF_OWNERTYPE_PLAYER, i, DEF_OWNERTYPE_PLAYER, m_pMagicConfigList[sType]->m_sValue4, m_pMagicConfigList[sType]->m_sValue5, m_pMagicConfigList[sType]->m_sValue6);[size=12][/size]
                        SendEventToNearClient_TypeB(MSGID_EVENT_COMMON, DEF_COMMONTYPE_MAGIC, m_pClientList[iClientH]->m_cMapIndex, m_pClientList[iClientH]->m_sX, m_pClientList[iClientH]->m_sY, m_pClientList[i]->m_sX, m_pClientList[i]->m_sY, (21 + 100), m_pClientList[i]->m_sType);



-------------------------------------------------------------------------------------------------------------





Code:
          case DEF_MAGICTYPE_HPUP_SPOT_NPCTYPE:[size=12][/size]
               m_pMapList[m_pClientList[iClientH]->m_cMapIndex]->GetOwner(&sOwnerH, &cOwnerType, dX, dY);[size=12][/size]
               Effect_Damage_Spot(iClientH, DEF_OWNERTYPE_NPC, sOwnerH, cOwnerType, m_pMagicConfigList[sType]->m_sValue4, m_pMagicConfigList[sType]->m_sValue5, m_pMagicConfigList[sType]->m_sValue6 + iWhetherBonus, TRUE, iMagicAttr);[size=12][/size]
               Effect_HpUp_Spot(iClientH, DEF_OWNERTYPE_PLAYER, sOwnerH, cOwnerType, m_pMagicConfigList[sType]->m_sValue4, m_pMagicConfigList[sType]->m_sValue5, m_pMagicConfigList[sType]->m_sValue6);[size=12][/size]
               break;


Lo hice con este, pero un problema no la roba la hp sino que si te pego te quita vida y te la devuelve xd


Last edited by ailyn on 5/3/2017, 5:14 am; edited 1 time in total
Back to top Go down
Centuu.-


Centuu.-

Diamond 1
Over 144 posts and comments.
High Engagement
Great Contributions
Great Mentor
Moderator
10th Anniversary
Earned after being a member for 10 years.

Likes : 18

MAGIA roba vida Empty
#4PostSubject: Re: MAGIA roba vida   MAGIA roba vida 999105/3/2017, 3:24 pm

Porque tenés que saber qué es iClientH... puede ser iTargetH o iAttackerH... tenés que ver el parámetro, no uses el mismo en todos.
Back to top Go down
ailyn


ailyn

Silver 4
Over 12 posts and comments.

Likes : 7

MAGIA roba vida Empty
#5PostSubject: Re: MAGIA roba vida   MAGIA roba vida 999105/3/2017, 10:08 pm

creo que desisto no consigo hacerla me he olvidado totalmente :( :/
Back to top Go down
LifeX


LifeX

Diamond 1
Over 144 posts and comments.
High Engagement
Great Mentor
Great Contributions
10th Anniversary
Earned after being a member for 10 years.

Likes : 26

MAGIA roba vida Empty
#6PostSubject: Re: MAGIA roba vida   MAGIA roba vida 999105/4/2017, 1:39 pm

You want a magic that does damage to Target, and increase life to Attacker via magic?
Back to top Go down
ailyn


ailyn

Silver 4
Over 12 posts and comments.

Likes : 7

MAGIA roba vida Empty
#7PostSubject: Re: MAGIA roba vida   MAGIA roba vida 999105/4/2017, 9:07 pm

LifeX wrote:
You want a magic that does damage to Target, and increase life to Attacker via magic?

ejemplo, si te pego con la magia, '' vampire gaze '' lo que deberia de hacer es quitarte vida, y devolverme vida a mi.

ejemplo te pago con la magia un golpe de 200 de vida para ti, de esos 200 de vida que te he sacado deberia recargar la mia con unos 40 puntos de vida. 

segundo ejemplo, hay 10 npc juntos, le tiro la magia saco 200 de vida por cada uno que le pegue, quiere decir que yo regenero 400 de vida al instante.


no tengo video para mostrar pero intentare buscar un video aunque no sea mio.
Back to top Go down
Quiet Moves


Quiet Moves

Diamond 1
Over 144 posts and comments.
10th Anniversary
Earned after being a member for 10 years.
Moderator

Likes : 28

MAGIA roba vida Empty
#8PostSubject: Re: MAGIA roba vida   MAGIA roba vida 999105/4/2017, 11:35 pm

[You must be registered and logged in to see this link.] does not translate what he has written correctly because he is not using appropriate orthography. Here is the correct translation:


Traducción en Inglés wrote:
If I hit you with the magic lets say "Vampire Gaze", what the magic should do is lower the health of the target and give me a percentage of health in return.

For example; if my character attacks with magic, and your health decreases by 200, of the 200 health you lost, mine should recover with 40 health points.

Second example; There are 10 monsters grouped together. If I use the magic on them and decrease their health by 200 for each of them, it means that I must instantly regenerate 400 health.


[You must be registered and logged in to see this link.] wrote:
You want a magic that does damage to Target, and increase life to Attacker via magic?

Yes.
Back to top Go down
Sponsored content






MAGIA roba vida Empty
#9PostSubject: Re: MAGIA roba vida   MAGIA roba vida 99910

Back to top Go down
 
MAGIA roba vida
Back to top 
Page 1 of 1
 Similar topics
-
» Crear una nueva magia
» [Magic] Strike of the Ghost
» [CODE] New Magia Strike of the Ghost

Permissions in this forum:You can reply to topics in this forum
Join Helbreath :: General :: Help Zone✅-
Post new topic   This topic is locked: you cannot edit posts or make replies.Jump to: