Jump to content

Recommended Posts

Posted

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

Posted

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!
Posted

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.

 

Posted

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..

Posted

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 :<

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • Download Lobby u need island for lobby Download Crow Island  
    • Website: https://l2elixir.org/ Discord: https://discord.gg/5ydPHvhbxs    
    • L2-LORENA x100 MID RATE   Interlude Nostalgia Meets Modern Gameplay   OFFICIAL OPENING:  April 4 (Saturday)  19:00 UTC+1 ⸻  MAIN INFORMATION  Adena: x5  Drop: x10  Spoil: x10  Raid Boss: x10  Seal Stones: x2  Quests: x10 ⸻  FEATURES  GM Shop up to B-Grade  Full Buffer  Premium System (x2 bonuses)  AutoFarm – FREE for everyone ⸻  SERVER CONCEPT  Classic Interlude nostalgia  Enhanced with modern interface & mechanics  Balanced PvP & PvE gameplay  Active development & custom features ⸻  WHY JOIN L2-LORENA?  No Pay-to-Win  Smooth gameplay & stable server  Competitive PvP environment  Friendly & active community ⸻  JOIN US NOW L2-LORENA 100X <<< LINK Discord: https://discord.gg/TYZ88Tgx4b  Facebook: https://www.facebook.com/share/18kwbkaYZY/?mibextid=wwXIfr   L2-LORENA Link << Discord: https://discord.gg/TYZ88Tgx4b  Facebook: https://www.facebook.com/share/18kwbkaYZY/?mibextid=wwXIfr
    • https://web.archive.org/web/20260306183214/https://maxcheaters.com/topic/241828-l2j-l2damage/page/3/ https://l2topzone.com/forum/l2-server-support-problems/9/l2damage-stopped/30514 Also we will try to push longer seasons ever ! (1135-100)/9 = 115 online
    • ONE SIDE – AND EVERYTHING BREAKS ▪ Looks like a simple case: Florida DL, back side, barcode – “clean and minimal”. ▪ In reality, these are exactly the tasks that fail most often. – data provided as plain text – request only for the back side – focus on the barcode (PDF417) ▪ And here’s the key point: ▪ A barcode is not just a “picture on the back”. It’s compressed logic of the entire document. ▪ If it doesn’t match the front, format, and data structure – the system flags it instantly. ▪ Many create a “similar-looking” code. But systems don’t read “similar” – they read by specification. ▪ In cases like this, it’s not about design. It’s about correct data assembly and how it behaves inside the format. ▪ Today only – 15% off for verification cases. ▪ Want it to pass, not just look right? Describe your case – we’ll show where even clean files break. › TG: @mustang_service ( https:// t.me/ mustang_service ) › Channel: Mustang Service ( https:// t.me/ +JPpJCETg-xM1NjNl ) #editing #photoshop #documents #verification #case
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..