Raised This Month: $51 Target: $400
 12% 

FF2 Need some Help // Besoin d'aide


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
cyanures
Junior Member
Join Date: Mar 2013
Old 09-08-2013 , 11:10   Need some Help // Besoin d'aide
Reply With Quote #1

French Version :

Donc voilà je suis en train de crée un plug-in pour améliorer le gameplay du FF2 je suis en train de crée un HUD un peu plus claire mais j'ai un problème je n'arrive pas à trouver les variables qui récupère les choses suivantes :

-Les points de queue
-Les dégats infligés au Saxton
-Le % de Rage du Saxton
-Le % d'ability du Saxton
-Le/Les nom des Saxton qui sont actuellement en jeu


Si vous pouviez m'aider je vous serait infiniment reconnaissant car je ne suis pas très fort encore et je débute un peu dans la programmation sous sourcemod


Merci a tous pour votre aide futur,

_____________________________________________ _______________________________________
English version : (sorry i using google traduction)

So here I am trying to create a plug-in to enhance the gameplay of FF2 I'm creating a HUD a little lighter, but I have a problem I can not seem to find the variables that retrieves the following things :

the tail-Point
-The damage inflicted on the Saxton
-The% Rage Saxton
-The Ability% of Saxton
-they Saxton names that are currently in play


If you could help me I would be infinitely grateful because I'm not very strong yet and I started a little in programming in sourcemod


Thank you all for your future help
cyanures is offline
friagram
Veteran Member
Join Date: Sep 2012
Location: Silicon Valley
Old 09-08-2013 , 14:24   Re: Need some Help // Besoin d'aide
Reply With Quote #2

http://docs.sourcemod.net/api/index....d=show&id=842&

boss charge = BossCharge[index][slot]
index = boss index, slot = charge type

as for health/damage done, there's no variable for that, just do bosshealth[boss] - bosshealthmax[boss]

new BossHealthMax[MAXPLAYERS+1];
new BossHealth[MAXPLAYERS+1];
new BossHealthLast[MAXPLAYERS+1];
new BossLives[MAXPLAYERS+1];
new BossLivesMax[MAXPLAYERS+1];

those are all the vars relating to it. There can be multiple bosses, so you need to find the active one. The native will give it to you, but you still have to check if the clientid is valid.
__________________
Profile - Plugins
Add me on steam if you are seeking sp/map/model commissions.

Last edited by friagram; 09-08-2013 at 14:28.
friagram is offline
cyanures
Junior Member
Join Date: Mar 2013
Old 09-08-2013 , 16:15   Re: Need some Help // Besoin d'aide
Reply With Quote #3

Thank you so much you rock

But new BossHealthMax[MAXPLAYERS+1]; = what
new BossHealth[MAXPLAYERS+1]; = what
new BossHealthLast[MAXPLAYERS+1]; = what
new BossLives[MAXPLAYERS+1]; = what
new BossLivesMax[MAXPLAYERS+1]; = what

and where is % rage of sax and %ability ^^' (escuse me im really noob )

Last edited by cyanures; 09-08-2013 at 16:18.
cyanures is offline
friagram
Veteran Member
Join Date: Sep 2012
Location: Silicon Valley
Old 09-09-2013 , 01:59   Re: Need some Help // Besoin d'aide
Reply With Quote #4

Read the ff2 include file, what those natives do, and look how they work in the ff2 sp
__________________
Profile - Plugins
Add me on steam if you are seeking sp/map/model commissions.
friagram is offline
cyanures
Junior Member
Join Date: Mar 2013
Old 09-09-2013 , 11:51   Re: Need some Help // Besoin d'aide
Reply With Quote #5

ok thx for your help
cyanures is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 23:18.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode