Jump to content

Recommended Posts

Posted

Ok, maybe I need to clear out more:

 

 

 

My option.ini:

 

[Options]

 

Server=shock

 

Title=L2Walker 10.4.9

 

Token=5B 31 32 33 34 35 36 37 38 39 31 32 33 34 35 36 37 38 39 5D

 

OffSet=$005362F8

 

GMFix=1

 

Rename=1

 

 

 

and set.ini:

 

[DEFAULT]

 

CountryList=shock

 

DefaultCountry=1

 

DefaultServer=0

 

DefaultCharacter=0

 

DefaultAccount=

 

DefaultPassWord=

 

[shock]

 

LoginServerIP=62.75.202.83

 

LoginServerPort=2106

 

ProtocolVersion=560

 

ServerList=[1]1;

 

 

 

 

 

IP,toke, protocol version and server port are right ones.

 

 

 

and for running:

 

 

 

I start walker with token.exe

 

This is how far it goes:

 

L2Walker óñïåøíî ïðîïàò÷åí äëÿ ðàáîòû ñ ñåðâåðîì shock

 

Óäà÷íîãî âàì Áîòîâîäñòâà! Æåëàþ íå âñòðåòèòü GM'îâ! =)

 

Copyright by Hint (ICQ # 309-662)

 

12:45:29 »¶Ó­Ê¹ÓÃÌìÌÃÐÐÕß¹²Ïí°æ£¡Öйú¹²ÏíÌì¿ÕÂÛ̳http://bbs.chinadev.net¡£

 

12:45:30 Link LoginServer Succeed.

 

12:45:30 ->Login LoginServer Fail.

 

 

 

 

 

So, what I'm doing wrong :?:

 

Server is "c4"-server

 

 

 

Thanks in advance

Posted
IS C3 and you still don't use your brain ! port is default .. token is good .. but you need to think about it again how to make it :)

 

First i would have to understand what would I should do :|

Posted
first learn how to use a bot then cry on a forum .. like a baby ...

 

 

 

stop acting like this. it pissing me off.

 

 

 

Maxtor beleve me i know what i doing... if you will give them eveytime what they need they will never learn something ... they need to try again and again and again .. till they will do it... This remind me about my first dupe on MuOnline ... like 2-3years ago .. it took me 5hours to do it... i never gived up .. i readed that guide ... over and over again .. till WHAAAA .. I did it w/o ask questions ..

 

 

 

On Topic .. guys... one hint... try more l2w versions ^^ remember not all versions work on some servers ...

 

 

 

P.S. : Sory for my bad english .. its not my native lang..

Posted

I'm still in same situation, tried 10.4.9, 10.5.8 and 10.6.1

 

No go.. :cry: What could i do wrong?

 

Login port is 2106 for sure, with it it fails at same second, i tried also with 7777, after 30 sec it brings timeout

Posted
Hey' date=' if anyone would want to help me with this problem.

 

server IP 213.114.52.232.

 

Uses updated official client.

 

Homepage

 

 

 

Thanks

 

 

 

lol it doesnt worth searching, first its l2j, second it has only 150 accounts, and third , online players are ~2-3 lol

Posted

I don't like massive population with me, I like soloing.

 

But anyway, maxtor, could you clear out what things can prevent logging with walker of these kinda servers.

 

 

 

Thanks

Posted

don't try to connect with l2walker on dexternet because you will baned.

 

automatical until 2007 :((. it happend to me. :).

 

i think with anather version but i try with l2walker 10.6.1 an is a god verzion. so find anather solution, or... anather server :D

Posted

Look at the config files from a L2J. Admin can allow or dissallow Walker, and if dissallow he can also autoban.

 

And with the new versions even if admin does allow Walker, you couldn't connect (maybe there is a hex to do or another patch).

  • 1 year later...

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

    • Update M54: Global HP/MP/CP consumable handling expanded beyond combat-only usage. Offensive mage idle recovery with learned skill Battle Heal. Spellhowler/Storm Screamer prioritizes Hurricane, using Vampiric Claw mostly below 90% HP. Major structural refactor initialized: Added category/class organization such as Archer, Dagger, Tank, Mage, Healer, Support and Specialized class files. Further structural cleanup. Extracted combat memory/state and more class-policy logic from the main controller. Added global stuck/inactivity watchdog for bots blocked by terrain/geodata. Added unreachable dropped ground-item timeout/temporary blacklist. Reworked Necromancer/Soultaker PvP: Dominator level 78+ maintains learned Arcane Power toggle on. Overlord/Dominator level 44+ maintains learned Soul Guard toggle automatically. Stability/scalability update: Bot controller ticks staggered instead of all starting in the same phase: Same 350 ms update rate retained Reduces simultaneous AI workload bursts. Removed the old manual aggressive-monster EVT_AGGRESSION bridge. Phantoms now use native Lucera setActive() behavior so monsters aggro them naturally. Reduced unnecessary NPC scans and native AI event pressure. Added saved-bot equipment overrides using a separate database table:         lucera_autobots_items Existing lucera_autobots remains the main saved-bot identity/state table. Equipment rows are linked to saved bots through bot_id. Added optional convenience view to show bot name together with equipment overrides:         lucera_autobots_items_view Added editable equipment slots in columns: Weapon Shield Helmet Chest Legs Gloves Boots Necklace Left/Right Earrings Left/Right Rings Equipment override values: 0 = use normal class/level profile item -1 = force slot empty >0 = equip that Item ID Custom equipment works only for saved database bots. Default class/level equipment profiles remain unchanged. Supports custom equipment from No Grade to S Grade, regardless of the bot's current level. Added validation for invalid item IDs and incompatible equipment slots. Added handling for: Two-handed weapons vs shields Full-body armor vs separate leggings Added all-grade Soulshots and Spiritshots to bot inventory/replenishment so custom lower-grade weapons still use the correct shots. Mage profiles that already use Blessed Spiritshots keep that behavior with all relevant grades available. First save the bot normally so it exists in table:         lucera_autobots Then open:         lucera_autobots_items Find the row with the same bot_id and edit only the equipment slots you want. Example: weapon_id = 6608 shield_id = -1 helmet_id = 0 chest_id = 0 legs_id = 0 gloves_id = 0 boots_id = 0 This means: weapon_id 6608 → custom weapon shield_id -1 → no shield all 0 values → keep normal default profile equipment After editing the DB, despawn and respawn the saved bot so M54 reloads its equipment overrides. Do not edit bot_id. Use it only to identify which saved bot the equipment row belongs to.   DOWNLOAD
    • It will be multi client so it will detect the client from the files and adapt the packets and asset loading. I am aiming for C4 and H5 after IL
    • this is just to simplify your life, time, and can be done for free by yourself just watch some tutorials, in case you don't wanna waste time check it out!   https://l2getwork.art   https://l2getwork.art/showcase.html  
    • Good job! Any chance for it to be downgradeable or at least compatible with older chronicles?
    • Fermata now runs in a web browser too. Try it here: https://web.fermata.gg/    
  • 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..