Jump to content

[share] recoment script by tiranous {l2phx}


Recommended Posts

tiranous is back with a new share :D

 

I was searching for a recoment script... but i found only for walker and l2net.. pff .. so i decided to create one alone :P and vuala!!!!

 

well how this script is working? its very easy~

this is the script :

 

var a:array[1..100] of string;

     i,n:integer;

id,id1,id2,id3, :string;

begin

id:=hstr('04 60 F6 17 10 E8 3F 01 00 FC 41 02 00 77 F2 FF FF 00');//here your action packet

id1:=hstr('B9 60 F6 17 10');

id2:=hstr('46');

id3:=hstr('0D 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00');

begin

buf:=id;

sendtoserver;

delay (400);

buf:=id1;

sendtoserver;

delay (700);

buf:=id2;

sendtoserver;

delay (2000);

buf:=id3;

sendtoserver;

delay (700);

end;

end .

 

 

 

The only think you have to do is to change the red code... Go in game target the man who want to rec and take on phx the packet "action" then come and paste it to script here on red code!! (remove red one :P ) then just *tick* the script .. and go for a cafe ^^

 

 

 

download links:

 

Download from 4shared

 

more links later :P

 

 

 

P.S. if your phx lag... don't worry your char is still recomenting :P

 

of you want to log with 2 chars (one give recs and the other get recs) you must have phx only on the windows wich have the char who give recs

 

how to do this? :

open l2 ... log with your char who want to get the rec.. ok go sit somewhere...

Now open phx..

open 2nd window l2.. and log with the char who will give recs

 

 

 

 

 

Edit:

 

IF you still have problem.. try to take CharacterChose packet and put it on The green leters on script

 

UPDATE :

 

var a:array[1..100] of string;

     i,n:integer;

id,id1,id2,char1,char2,char3,char4,char5,char6,char7, :string;

begin

id:=hstr('04 60 F6 17 10 E8 3F 01 00 FC 41 02 00 77 F2 FF FF 00');

id1:=hstr('B9 60 F6 17 10');

id2:=hstr('46');

char1:=hstr('0D 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00');

char2:=HStr ('characterSelected packet from 2nd character');

char2:=HStr ('characterSelected packet from 2nd character');

char3:=HStr ('characterSelected packet from 3rd character');

cha4:=HStr ('characterSelected packet from 4th character');

cha5:=HStr ('characterSelected packet from 5th character');

cha6:=HStr ('characterSelected packet from 6th character');

cha7:=HStr ('characterSelected packet from 7th character');

begin

buf:=id;

sendtoserver;

delay (400);

buf:=id1;

sendtoserver;

delay (700);

buf:=id2;

sendtoserver;

delay (2000);

buf:=char1;

sendtoserver;

delay (700);

end;

if (fromserver) and (pck=hstr('64 41 03 00 00 00 00 00 00')) then

begin

buf:=id;

sendtoserver;

delay (400);

buf:=id1;

sendtoserver;

delay (700);

buf:=id2;

sendtoserver;

delay (2000);

buf:=char2;

sendtoserver;

delay (700);

end;

end .

 

added the red one piece... what is it doing?

when from server send you a message that "you don't have more recs wait untill 1 pm etc..." then the script automaticly chnage character ;D so go to 2nd ;D

 

and to add a 3rd char copy this red and paste it  down of end; and change char2 to char3 ;D  BUT DON"T FORGET to write the characted selected packet ;D I will share in a moment a full script for 7 chars in acc :D

 

 

DOWNLOAD THE UPDTATE FOR 7 CHAR

 

 

 

How to run it :

1st) put in "id" your action packet ( target your char and take it )

2nd) put on char1-7 your characterSelected packet (you can take it while you log in game)

3rd) if you don't want 7 characters just leave it empty (delte the letters) and go to find this :  

 

if (fromserver) and (pck=hstr('64 41 03 00 00 00 00 00 00')) then

begin

buf:=id;

sendtoserver;

delay (400);

buf:=id1;

sendtoserver;

delay (700);

buf:=id2;

sendtoserver;

delay (2000);

buf:=char7;

sendtoserver;

delay (700);

end;

 

 

and delete it ...

 

if you want 5 char find the same thing with char6.... and delete (delete it all not just the char7)

 

4) run the script and go for a cafe :D

 

 

 

Credits 100% to : tiranous

Link to comment
Share on other sites

Fan of tiranous!!!

 

:D i apreceate much :P

 

Now I am working on "character change" what i mean?

 

when on char do 9 recs.. phx will change character (but must be on same account)

 

but there is a problem ... If account doesn't have full characters inside you will disconected from the server :S

 

I have finished this.. just need some time to test it on all server before I post it

Link to comment
Share on other sites

wich packets should we take drom Phx to make it work ? We have just to target charact. or what ?

 

only target .. and if still don't work you must take choseCharacter packet and add it here : id3:=hstr('0D 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00');

Link to comment
Share on other sites

I will test it now, if its working i will give you karma..and yes i saw your tp script ;D

 

:DD it is working :D belive me :D

 

(if not tell me where you stuck and i will tell you what to do ;) )

 

tested on many server all was interludes :P

Link to comment
Share on other sites

with this thing u will do 9 recs??cause that's the limit per day

 

this script make recs that can do a ppl double :D i just tested again yesterday and i saw it :D

 

I can do it change char alone.. so iif you have 7 chars on 1 account ... and 1 char and you 18 recs you can do 7x18 = 126 per account...

 

that scipts isn't buged the recs (exept double) but just recoment automaticly .. if you needed to rec the character by own... you willl need... hours... days...

 

 

Link to comment
Share on other sites

*UPDATED*

 

added script for 7 chars ..

how to set it up

added credits on script xD :D

 

you can now download the new version ;D

 

thx all  ah also RAULE did you test it ? xD ;D

 

yea!!! that was i waiting for ;D

 

and if i don't want 7 chars and i want 6?what should i do?

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


  • Posts

    • Chapter III is now LIVE!   -Max level is increased to 85 -Max level on subclass increased to 85 -Maximum attribute allowed in weapons is increased to 150 -Maximum attribute allowed in armors is increased to 60 -Ant Queen, Core, Orfen increased to level 83, same chance on Epic Jewel, addition of Eas/Ews/Beas/Bews drop. -Addition of Base Tower, Advance Pedestal & Tower of Naia Elpy teleport into Deltuva.   https://remastered.playinera.com/ https://discord.com/invite/WD8fWf5
    • Auto macro is already in the files. It's more important to focus on fixing the critical issues, like melee range critical skills on hero weapons.. These are the most important things for the server at the moment. You'll need more than 3 months and 2300 server restarts to address them all. ps I can sell you the fixes for a good price 🙂 Remember like before?   
    • Hello, could anyone correct the problem?
    • DISCORD : utchiha_market telegram  https://t.me/utchiha_market SELLIX STORE : https://utchiha-market.mysellix.io/ Join our server for more products : https://discord.gg/hoodservices
    • Grand Opening May 17th   Rates EXP/SP x50 Adena x50 Spoil x5 Seal Stones x5 Quest x5   Augmentation Skill and Glow chance are retail. Active and passive skills has the same status. Active skills increased time to 20 minutes.   Buffs Time 120 minutes. 24 slots, +4 divine inspiration. (need learn) Pets does not lose buffs with noblesse.   Clan & Alliance Clan penalties disabled. Alliance only 1 clan - for large crest. Max. 18 members in Raidboss and Siege zones.   Castle Sieges Sieges every 2 weeks. Siege duration 60 minutes. Only 1 castle available for sieges.   Enchant Weapons from +0 to +3: 100% from +3 to +16: 70% (decreasing 4% each level) Armors from +0 to +3: 100% from +3 to +10: 50% (decreasing 4% each level) Blessed enchant on failure returns the item +3.   Events Capture the Flag - Every day at 12:30 and 18:30. Crazy Rates - On weekends, full time. Death Match - Every day at 14:30 and 20:30. Kill the Boss - Every day at 21:30. Party Farm - On weekends at 16:00. Team vs Team - Every day at 16:30 and 22:30. Treasure Hunt - On Sundays, from 14:00 to 14:30.   Olympiads Ends on Mondays. Battle period: 20:00-00:00. Start battles: 5 registered players. No class-based battles. Tie does not lose points. Hero skills are retail.   Special NPCS Buffer: All buffs, including schemes. Class Master: 1st, 2nd and 3rd class free. Exchange Manager: Exclusive exchange system. General Manager: Shop, donation, services, functions, server infos... Global Gatekeeper: Teleport to all kingdoms and areas, free. Siege Manager: Contains info for all castles. Wedding Manager: Formal wear and adena required to get married.   Soul Crystals Stages from 7 to 12 selling at luxury shop by cristals. (retail) Stage 13 Anakazel and Ember: chance 15%. Antharas, Frintezza and Valakas: chance 100%.     Subclass & Noblesse Subclass free. (no quest) Add subclass at all Village Master. Max. 5 subclasses. Noblesse quest. (retail)   Voice Commands .menu - main features including auto farm & potion. .help - contains all available commands.     Additional Features Auto loot. Auto learn skills. Inventory slots 150. Seven Signs open 24/7. Shout/Trade chat delay 10s. Hero chat delay 30s. Chat filter - for illegal words. Offline shop. Shift + click on monsters to see the droplist. Spawn protection by 30 seconds. Max. 3 sessions per pc. Automatic restart at 07:00.   Raid Bosses Common Raids: 18h + 6h random. Barakiel: 6h. (no random) Tyrannosaurus: 5 minutes. Raids listed on the site/npc have improved stats and drops.   Sailren: Monday at 21:00. (individual teleport and locked after boss spawn) Queen Ant: Monday at 22:00.   Core: Tuesday at 21:00. Orfen: Tuesday at 22:00.   Dr. Chaos: Wednesday at 21:00. Zaken: Wednesday at 22:00. (door opens 00:00 game time and when boss is spawned)   Andreas van Halter: Thursday at 21:00. Frintezza: Thursday at 21:00. (random +/- 15 minutes. Need CC, min.2/max.5 parties)   Anais: Friday at 21:00. Baium: Friday at 22:00. (random +/- 15 minutes)   Antharas: Saturday at 21:00.   Valakas: Sunday at 21:00. All Epics are in PvP area and will be dead at server launch.   Changes Bishop level 40 has Noblesse Blessing skill. All debuffs with time greater than 30s have been reduced to 30s. All cancel skills remove buffs for 10 seconds. Cancellation increased reuse time x5 and chance to 100. Deflect Arrow increased power from 40 to 60. Mirage reduced time from 60s to 30s. Dodge increased the time from 5s to 15s, reuse time x2. Counterattack increased the time from 5s to 15s, reuse time x2. Touch of Death increased chance from 80 to 100. Arrest range increased from 150 to 600. (like shackle) Stun/Shock effect time reduced to 5 seconds. FOI works like in GF. (removed on any action except movement) Major Arcana Set 15% cast speed, 2% m.atk. instead of 17% m.atk. Imperial Staff adds Acumen instead of Empower. Removed fear skills from Antharas and Valakas. Removed teleport skills from Zaken.
  • Topics

×
×
  • Create New...