Jump to content

[PHX] Char Info


Recommended Posts

What's up guyz..!? i have an other one script for you! how to see a char stats! P.atk, m.def, class ... everything!

 

 

// Ñêðèïò äëÿ âûâîäà èíôîðìàöèè îá èãðîêàõ íà ñåðâåðå
// â User Tab: íèê, ðàñà, ïîë, êëàññ.
// Àâòîð: Furious
// Âåðñèÿ: 0.3

var
m:TMemo;
frm:TForm;
RaceID, SexID, ClassID, i: Integer;
Message, Name, Sex, Race, Class: String;

procedure Init;
begin
//ShowTab;
frm := TForm.Create(nil);
frm.Caption := 'Char Info!';
frm.BorderStyle := bsSizeable;
frm.Position := poScreenCenter;
frm.Width:=400;
frm.Height:=600;
m:=TMemo.Create(frm);
m.parent:=frm;
m.align:=alClient;
m.ReadOnly:=true;
m.ScrollBars:=ssBoth;
frm.Show;
end;

procedure Free;
begin
m.Free;
frm.Free;
//HideTab;
end;

begin
if FromServer and (pck[1]=#$03) then
 begin
  i:=22;
  Name:=ReadS(i);
  RaceID:=ReadD(i);
  SexID:=ReadD(i);
  ClassID:=ReadD(i);
  case RaceID of
   0:race:='Ëþäè';
   1:race:='Ñâåòëûå ýëüôû';
   2:race:='Òåìíûå ýëüôû';
   3:race:='Îðêè';
   4:race:='Ãíîìû';
   end;
  case SexID of
   0:sex:='Ìóæñêîé';
   1:sex:='Æåíñêèé';
   end;
  case ClassID of
   0:class:='H_Fighter';
   1:class:='H_Warrior';
   2:class:='H_Gladiator';
   88:class:='H_Duelist';
   3:class:='H_Warlord';
   89:class:='H_Dreadnought';
   4:class:='H_Knight';
   5:class:='H_Paladin';
   90:class:='H_PhoenixKnight';
   6:class:='H_DarkAvenger';
   91:class:='H_HellKnight';
   7:class:='H_Rogue';
   8:class:='H_TreasureHunter';
   93:class:='H_Adventurer';
   9:class:='H_Hawkeye';
   92:class:='H_Sagittarius';
   10:class:='H_Mage';
   11:class:='H_Wizard';
   12:class:='H_Sorceror';
   94:class:='H_Archmage';
   13:class:='H_Necromancer';
   95:class:='H_Soultaker';
   14:class:='H_Warlock';
   96:class:='H_ArcanaLord';
   15:class:='H_Cleric';
   16:class:='H_Bishop';
   97:class:='H_Cardinal';
   17:class:='H_Prophet';
   98:class:='H_Hierophant';
   18:class:='E_Fighter';
   19:class:='E_Knight';
   20:class:='E_TempleKnight';
   99:class:='E_EvaTemplar';
   21:class:='E_SwordSinger';
   22:class:='E_Scout';
   23:class:='E_PlainsWalker';
   101:class:='E_WindRider';
   24:class:='E_SilverRanger';
   102:class:='E_MoonlightSentinel';
   25:class:='E_Mage';
   26:class:='E_Wizard';
   27:class:='E_SpellSinger';
   103:class:='E_MysticMuse';
   28:class:='E_ElementalSummoner';
   104:class:='E_ElementalMaster';
   29:class:='E_Oracle';
   30:class:='E_Elder';
   105:class:='E_EvaSaint';
   31:class:='DE_Fighter';
   32:class:='DE_PaulusKnight';
   33:class:='DE_ShillienKnight';
   106:class:='DE_ShillienTemplar';
   34:class:='DE_BladeDancer';
   107:class:='DE_SpectralDancer';
   35:class:='DE_Assassin';
   36:class:='DE_AbyssWalker';
   108:class:='DE_GhostHunter';
   37:class:='DE_PhantomRanger';
   109:class:='DE_GhostSentinel';
   38:class:='DE_Mage';
   39:class:='DE_DarkWizard';
   40:class:='DE_Spellhowler';
   110:class:='DE_StormScreamer';
   41:class:='DE_PhantomSummoner';
   111:class:='DE_SpectralMaster';
   42:class:='DE_ShillienOracle';
   43:class:='DE_ShillienElder';
   112:class:='DE_ShillienSaint';
   44:class:='O_Fighter';
   45:class:='O_Raider';
   46:class:='O_Destroyer';
   113:class:='O_Titan';
   47:class:='O_Monk';
   48:class:='O_Tyrant';
   114:class:='O_GrandKhauatari';
   49:class:='O_Mage';
   50:class:='O_Shaman';
   51:class:='O_Overlord';
   115:class:='O_Dominator';
   52:class:='O_Warcryer';
   116:class:='O_Doomcryer';
   53:class:='D_Fighter';
   54:class:='D_Scavenger';
   55:class:='D_BountyHunter';
   117:class:='D_FortuneSeeker';
   56:class:='D_Artisan';
   57:class:='D_Warsmith';
   118:class:='D_Maestro';
  end;
  Message:='Ðàñà: '+race+', Ïîë: '+sex+', Êëàññ: '+class+'.';
  m.Lines.Add(Name+': '+Message);
 end;
end.

 

you just only tick it and the phx finds every stat of the chars that are around of you!

 

Credits: www.coderx.ru

Link to comment
Share on other sites

OffTopic:

 

o_O who has 400 karma ? Just write "OnlyForPlatiniumOrDonators"

 

P.S: Maybe it was a mistake or not? if it wasn't just delete this post

oups...big mistake! it's ok now!
Link to comment
Share on other sites

It will send us the name - stats or we have to target a player?

This is the hidden content, please

Link to comment
Share on other sites

I tried it, but after tickling in the Info's Windows i see only those things written:

 

???T ??????or?????p M??????: Ðàñà: Ëþäè, Ïîë: Ìóæñêîé, Êëàññ: H_Fighter.

: Ðàñà: Ëþäè, Ïîë: Ìóæñêîé, Êëàññ: H_Fighter.

: Ðàñà: Ëþäè, Ïîë: Ìóæñêîé, Êëàññ: H_Fighter.

: Ðàñà: Ëþäè, Ïîë: Ìóæñêîé, Êëàññ: H_Fighter.

: Ðàñà: Ëþäè, Ïîë: Ìóæñêîé, Êëàññ: H_Fighter.

: Ðàñà: Ëþäè, Ïîë: Ìóæñêîé, Êëàññ: H_Fighter.

??: Ðàñà: Ëþäè, Ïîë: Ìóæñêîé, Êëàññ: H_Fighter.

??-ff: Ðàñà: Ëþäè, Ïîë: Ìóæñêîé, Êëàññ: H_Fighter.

: Ðàñà: Ëþäè, Ïîë: Ìóæñêîé, Êëàññ: H_Fighter.

: Ðàñà: Ëþäè, Ïîë: Ìóæñêîé, Êëàññ: H_Fighter.

 

Link to comment
Share on other sites

Did you test it? It looks kinda weird.

it is tested by me

 

 

This is the hidden content, please

 

Link to comment
Share on other sites

I have results like this:

Darius: ?a`n~a`: I^?e^e`, I"i^e": male, E^e"a`n~n~: O_GrandKhauatari.

General: ?a`n~a`: I^?e^e`, I"i^e": male, E^e"a`n~n~: D_Maestro.

General: ?a`n~a`: I^?e^e`, I"i^e": male, E^e"a`n~n~: D_Maestro.

General: ?a`n~a`: I^?e^e`, I"i^e": male, E^e"a`n~n~: D_Maestro.

Darius: ?a`n~a`: I^?e^e`, I"i^e": male, E^e"a`n~n~: O_GrandKhauatari.

General: ?a`n~a`: I^?e^e`, I"i^e": male, E^e"a`n~n~: D_Maestro.

Darius: ?a`n~a`: I^?e^e`, I"i^e": male, E^e"a`n~n~: O_GrandKhauatari.

General: ?a`n~a`: I^?e^e`, I"i^e": male, E^e"a`n~n~: D_Maestro.

Darius: ?a`n~a`: I^?e^e`, I"i^e": male, E^e"a`n~n~: O_GrandKhauatari.

General: ?a`n~a`: I^?e^e`, I"i^e": male, E^e"a`n~n~: D_Maestro.

ReXXaR: ?a`n~a`: I^?e^e`, I"i^e": male, E^e"a`n~n~: DE_GhostHunter.

Rezka: ?a`n~a`: I^?e^e`, I"i^e": female, E^e"a`n~n~: O_GrandKhauatari.

General: ?a`n~a`: I^?e^e`, I"i^e": male, E^e"a`n~n~: D_Maestro.

Darius: ?a`n~a`: I^?e^e`, I"i^e": male, E^e"a`n~n~: O_GrandKhauatari.

Darius: ?a`n~a`: I^?e^e`, I"i^e": male, E^e"a`n~n~: O_GrandKhauatari.

ReXXaR: ?a`n~a`: I^?e^e`, I"i^e": male, E^e"a`n~n~: DE_GhostHunter.

Niko: ?a`n~a`: I^?e^e`, I"i^e": male, E^e"a`n~n~: O_Titan.

Michelle: ?a`n~a`: E"?a"e`, I"i^e": female, E^e"a`n~n~: H_Soultaker.

KanaX: ?a`n~a`: E"?a"e`, I"i^e": male, E^e"a`n~n~: H_ArcanaLord.

ReXXaR: ?a`n~a`: E"?a"e`, I"i^e": male, E^e"a`n~n~: DE_GhostHunter.

General: ?a`n~a`: E"?a"e`, I"i^e": male, E^e"a`n~n~: D_Maestro.

General: ?a`n~a`: E"?a"e`, I"i^e": male, E^e"a`n~n~: D_Maestro.

General: ?a`n~a`: E"?a"e`, I"i^e": male, E^e"a`n~n~: D_Maestro.

Darius: ?a`n~a`: I^?e^e`, I"i^e": male, E^e"a`n~n~: O_GrandKhauatari.

 

+ that I had to make some changes to make it work..

Link to comment
Share on other sites

Phx finds error on the script as magaki said you need to make changes to make it work, which changes doesn't let it work :<

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...