Jump to content

Recommended Posts

Posted

Well guys i did a search on fourm, and yes i found scripts, but non of them work char gets stuck here, and there all the time.. :( , and yes i also tried to auto delvling option in walker same problem chars get stuck...

 

so anyone got a good working delving script or know a location where to use the walker delving option..?

 

thx.

Posted

I did a little searching for u :)

 

Edit : It is for talking island

 

SCRIPT FOR FIGHTERS

 

 

LABEL(DELEVEL) /label to jump till the desired level is reached 

CHARSTATUS(LV,<=,20) /here you set the level you want to get 

      SAY(All Right) /message for you 

      RETURN() /returns NULL 

      EXIT() /ends the script 

 

CHANGEWAITTYPE(1) /stands the char 

 

POSINRANGE(-84512,242679,-3728,600) /first possible position 

      MOVETO(-86156,241094,-3728) /move to the nearest door 

      LABEL(NORTHWEST) /label to keep attacking while still alive 

      CHARSTATUS(CHP,>,0) /check the char HP, while alive attaks 

      { 

             FORCEATTACK(Kenyos[iD=30045]) /attacks the Kenyos NPC (archer) 

             DELAY(1000) 

             JMP(NORTHWEST) /this jump keep the attack going till the char die 

      } 

POSINRANGE(-83944,243412,-3728,600) /second possible position 

      MOVETO(-82454,244880,-3728) /move to the nearest door 

      LABEL(SOUTHEAST) /label to keep attacking while still alive 

      CHARSTATUS(CHP,>,0) /check the char HP, while alive attaks 

      { 

             FORCEATTACK(Arnold[iD=30041]) /attacks the Arnold NPC (archer) 

             DELAY(1000) 

             JMP(SOUTHEAST) /this jump keep the attack going till the char die 

      } 

POSINRANGE(-83899,242743,-3728,550) /third possible position 

      MOVETO(-82375,241361,-3728) /move to the nearest door 

      LABEL(NORTHEAST) /label to keep attacking while still alive 

      CHARSTATUS(CHP,>,0) /check the char HP, while alive attaks 

      { 

             FORCEATTACK(Leon[iD=30040]) /attacks the Leon NPC (archer) 

             DELAY(1000) 

             JMP(NORTHEAST) /this jump keep the attack going till the char die 

      } 

POSINRANGE(-84612,243233,-3728,550) 

      MOVETO(-86222,244575,-3728) /move to the nearest door 

      LABEL(SOUTHWEST) /label to keep attacking while still alive 

      CHARSTATUS(CHP,>,0) /check the char HP, while alive attaks 

      { 

             FORCEATTACK(Chiperan[iD=30044]) /attacks the Chiperan NPC (archer) 

             DELAY(1000) 

             JMP(SOUTHWEST) /this jump keep the attack going till the char die 

      } 

DELAY(2000) /delay a little until the return text is displayed 

GOHOME() /return the char to the town 

JMP(DELEVEL) /jump to the Delevel label to keep going till it reaches the desired lvl 

 

 

 

 

SCRIPT FOR MAGES

 

 

 

LABEL(DELEVEL) /label to jump till the desired level is reached 

CHARSTATUS(LV,<=,20) /here you set the level you want to get 

      SAY(All Right) /message for you 

      RETURN() /returns NULL 

      EXIT() /ends the script 

 

CHANGEWAITTYPE(1) /stands the char 

 

POSINRANGE(-84512,242679,-3728,600) /first possible position 

      MOVETO(-86156,241094,-3728) /move to the nearest door 

      LABEL(NORTHWEST) /label to keep attacking while still alive 

      CHARSTATUS(CHP,>,0) /check the char HP, while alive attaks 

      { 

             USESKILL(WIND STRIKE[iD=1177],NPC,Kenyos) /attacks the Kenyos NPC (archer) 

             DELAY(1000) 

             JMP(NORTHWEST) /this jump keep the attack going till the char die 

      } 

POSINRANGE(-83944,243412,-3728,600) /second possible position 

      MOVETO(-82454,244880,-3728) /move to the nearest door 

      LABEL(SOUTHEAST) /label to keep attacking while still alive 

      CHARSTATUS(CHP,>,0) /check the char HP, while alive attaks 

      { 

             USESKILL(WIND STRIKE[iD=1177],NPC,Arnold) /attacks the Arnold NPC (archer) 

             DELAY(1000) 

             JMP(SOUTHEAST) /this jump keep the attack going till the char die 

      } 

POSINRANGE(-83899,242743,-3728,550) /third possible position 

      MOVETO(-82375,241361,-3728) /move to the nearest door 

      LABEL(NORTHEAST) /label to keep attacking while still alive 

      CHARSTATUS(CHP,>,0) /check the char HP, while alive attaks 

      { 

             USESKILL(WIND STRIKE[iD=1177],NPC,Leon) /attacks the Leon NPC (archer) 

             DELAY(1000) 

             JMP(NORTHEAST) /this jump keep the attack going till the char die 

      } 

POSINRANGE(-84612,243233,-3728,550) 

      MOVETO(-86222,244575,-3728) /move to the nearest door 

      LABEL(SOUTHWEST) /label to keep attacking while still alive 

      CHARSTATUS(CHP,>,0) /check the char HP, while alive attaks 

      { 

             USESKILL(WIND STRIKE[iD=1177],NPC,Chiperan) /attacks the Chiperan NPC (archer) 

             DELAY(1000) 

             JMP(SOUTHWEST) /this jump keep the attack going till the char die 

      } 

DELAY(2000) /delay a little until the return text is displayed 

GOHOME() /return the char to the town 

JMP(DELEVEL) /jump to the Delevel label to keep going till it reaches the desired lvl 

 

 

 

The mages script can be used with any meele also only change the skill name and ID so you can hit them faster at lower lvls.

 

 

 

 

*credits go to Varacolaci from http://ltwo.insane-gamers.com

Posted
  On 7/9/2008 at 1:04 PM, PinGu said:

I am only able to find , Talking island , gludio , giran & dwarven. But i dont think that is usefull for you ?

i can find does too :) but most of them are kinda bugged
Posted
  On 7/9/2008 at 11:41 AM, zl4y3r said:

Well guys i did a search on fourm, and yes i found scripts, but non of them work char gets stuck here, and there all the time.. :( , and yes i also tried to auto delvling option in walker same problem chars get stuck...

 

so anyone got a good working delving script or know a location where to use the walker delving option..?

 

thx.

 

User Warned for not posting in the right section.

 

Moved.

Posted
  On 7/9/2008 at 1:50 PM, A-Style said:

User Warned for not posting in the right section.

 

Moved.

lol ur joking right? im searching for a script, and this is where i found all other scripts in, omg xD
Posted

this is how i solved my problem with delvling...

 

2 chars on walker both in same pt, the char u want to delvl u put near 1 guard and then use the walker option to attack only that guard, and the other char u put like 500 resser scrolls and set it up to auto ress.... and thats  who i did it :P

Posted

yea Orc village or talking island are best

 

I personally prefer TI.. you only need to put a guard at each of the 4 gates in walker's settings and you'll never get stuck or anything

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.



  • Posts

    • 我们已更新当前产品信息并重新设计了主题 — 欢迎访问,抢先了解我们项目的新产品与新服务! 相关链接: 数字商品商店: 点击 Telegram 机器人: 点击 SMM 面板: 点击 我们的项目正在积极寻找新的供应商和合作伙伴! — Snapchat 旧号和新号 | 含分数 (snapscores) | 地区: 欧洲/美国 | 通过邮箱/手机号完全访问 — Reddit 老账号,发帖和评论业力值从 100 到 100,000+ | 通过邮箱完全访问 — LinkedIn 老账号,含真实人脉 | 地区: 欧洲/美国 | 通过邮箱完全访问 + 有效的双重验证密码 — Instagram 老账号 (2010–2023 年) | 通过邮箱完全访问 (可能还绑定双重验证密码) — Facebook 老账号 (2010–2023 年) | 通过邮箱完全访问 (可能还绑定双重验证密码) | 含好友或无好友 | 地区: 欧洲/美国/亚洲 — Threads 账号 | 通过邮箱完全访问 (可能还绑定双重验证密码) — TikTok/Facebook/Google ADS 代理广告账号 请通过以下联系方式与我们联系 — 一起讨论合作条款! 我们也始终欢迎其他形式的合作提案。 联系方式与支持: Telegram: https://t.me/socnet_support Telegram 频道: https://t.me/accsforyou_shop WhatsApp: https://wa.me/79051904467 WhatsApp 频道: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n Discord: socnet_support Discord 服务器: https://discord.gg/y9AStFFsrh 邮箱: solomonbog@socnet.store 通过这些联系方式您还可以: — 获取批发采购咨询 — 建立合作伙伴关系 (现有合作伙伴: https://socnet.bgng.io/partners ) — 成为我们的供应商 SocNet — 数字商品与高级订阅商店 
    • 我们已更新当前产品信息并重新设计了主题 — 欢迎访问,抢先了解我们项目的新产品与新服务! 相关链接: 数字商品商店: 点击 Telegram 机器人: 点击 SMM 面板: 点击 我们的项目正在积极寻找新的供应商和合作伙伴! — Snapchat 旧号和新号 | 含分数 (snapscores) | 地区: 欧洲/美国 | 通过邮箱/手机号完全访问 — Reddit 老账号,发帖和评论业力值从 100 到 100,000+ | 通过邮箱完全访问 — LinkedIn 老账号,含真实人脉 | 地区: 欧洲/美国 | 通过邮箱完全访问 + 有效的双重验证密码 — Instagram 老账号 (2010–2023 年) | 通过邮箱完全访问 (可能还绑定双重验证密码) — Facebook 老账号 (2010–2023 年) | 通过邮箱完全访问 (可能还绑定双重验证密码) | 含好友或无好友 | 地区: 欧洲/美国/亚洲 — Threads 账号 | 通过邮箱完全访问 (可能还绑定双重验证密码) — TikTok/Facebook/Google ADS 代理广告账号 请通过以下联系方式与我们联系 — 一起讨论合作条款! 我们也始终欢迎其他形式的合作提案。 联系方式与支持: Telegram: https://t.me/socnet_support Telegram 频道: https://t.me/accsforyou_shop WhatsApp: https://wa.me/79051904467 WhatsApp 频道: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n Discord: socnet_support Discord 服务器: https://discord.gg/y9AStFFsrh 邮箱: solomonbog@socnet.store 通过这些联系方式您还可以: — 获取批发采购咨询 — 建立合作伙伴关系 (现有合作伙伴: https://socnet.bgng.io/partners ) — 成为我们的供应商 SocNet — 数字商品与高级订阅商店 
    • Get ready for the ultimate Lineage 2 experience! Join thousands of players on L2Blaze Interlude x150, the most balanced and thrilling mid-rate server of decade! X150 WARFIRE INTERLUDE BACK TO SCHOOL SEASON: 2025 SEPTEMBER 20th! Opening time: 14:00 UTC+3 Poland/Norway opening time: 13:00 UTC+2 Lithuania/Greece opening time: 14:00 UTC+3 UK opening time: 12:00 UTC+1 Brazil opening time: 8:00 UTC-3 Bonus #1 First 200 new players after completing third class will receive Premium Coin bonus! Bonus #2 First 3 clans after increasing their clan level to 8 level will receive FREE CLAN SKILLS bonus! Bonus #3 First 2 players who will complete enchanting their Arcana Mace or Draconic Bow to +9 will receive 50 FESTIVAL ADENAS bonus per each! Automatic registration on game login window, unnecessary to register in website! Do you want stability? Lagless and bugless game? Instant support? Daily PVP? Long-Term playing? You are in the right place, time to start! How to connect STEP BY STEP: 1. Install clear Lineage2 Interlude client 2. Download our patch, delete old system folder and add our 3. Delete, turn off anti virus or add our system folder to anti virus exceptions 4. Run l2.exe from Lineage2/system 5. Enter data on login window and enjoy the game! * You have to remove, turn off or use exceptions of antivirus because of our security protection. It is not a virus. * If you have connection issues with Windows 8 or 10, press right mouse button on l2.exe icon, press Properties, choose compatibility and unmark compatibility mode. Hearts of War EVENT! Collect War Hearts from Hot Springs monsters: Yeti, Buffalo, Antelope, Bandersnatch, Atroxspawn, Flava, Nepenthes, Grendel (3%), Atrox with (6%) and Heart Breaker Boss in Hot Springs Stage 2! You can trade it, sell it or spend in shop! Raid Boss Heart Breaker spawn every 4 hours (+4 hours random) Custom Raid Boss drop list: - Raid Boss Horus, Ember and Brakki, Nakondas: 1 VIP COIN (25%) | Korim (70%). - Raid Boss Apepi, Shacram, Atraiban, Korim: 1 BEWS (10%). - Raid Boss Glaki, Olkuth: 1-2 BEAS (40%). - Raid Boss Golkonda, Galaxia: 1-3 BEAS (60%). - Raid Boss Shyeed: 1-3 BEWS (30%) | 1-7 BEAS (40%) | 1-5 TOP LS 76 (50%). - Raid Boss Shuriel: 1-7 TOP LS 76 (50%) | 1-4 BEAS (60%). - Raid Boss Ashakiel: 1-2 BEWS (30%) | 1-7 TOP LS 76 (50%) | 1-4 BEAS (75%). - Raid Boss Antharas Priest Cloe: 1-3 BEWS (30%) | 1-7 TOP LS 76 (70%). ------------------------------------------------ - Hestia: Demon Splinters / Forgotten Blande (30%). - Ember: Arcana Mace / Draconic Bow (30%). - Galaxia: Angel Slayer / Heaven's Divider (30%) Take your friends, clan, alliance, enemys, sharp your sword, clean your armors and meet your destiny at 2025 SEPTEMBER 20th! WEBSITE: http://WWW.L2BLAZE.NET
    • We have updated the information about our current assortment and redesigned the topic — visit us to be the first to see new products and services of our projects! Relevant links: Digital goods store: Click Telegram bot: Click SMM Panel: Click Our project is actively seeking new suppliers and partners! — Snapchat old and new accounts | With snapscores | GEO: Europe/USA | Full access via email/phone number — Reddit old accounts with post and comment karma from 100 to 100,000+ | Full access via email — LinkedIn old accounts with real connections | GEO: Europe/USA | Full access via email + active 2FA password — Instagram old accounts (2010–2023) | Full access via email (possibly also with connected 2FA password) — Facebook old accounts (2010–2023) | Full access via email (possibly also with connected 2FA password) | With or without friends | GEO: Europe/USA/Asia — Threads accounts | Full access via email (possibly also with connected 2FA password) — TikTok/Facebook/Google ADS agency ad accounts Contact us below — let’s discuss the terms! We are always open to other partnership offers as well. Contacts and support: Telegram: https://t.me/socnet_support Telegram channel: https://t.me/accsforyou_shop WhatsApp: https://wa.me/79051904467 WhatsApp channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n  Discord: socnet_support  Discord server: https://discord.gg/y9AStFFsrh Email: solomonbog@socnet.store  Also via these contacts you can: — Get consultation about wholesale purchases — Establish a partnership (current partners: https://socnet.bgng.io/partners ) — Become our supplier SocNet — digital goods and premium subscriptions store 
    • We have updated the information about our current assortment and redesigned the topic — visit us to be the first to see new products and services of our projects! Relevant links: Digital goods store: Click Telegram bot: Click SMM Panel: Click Our project is actively seeking new suppliers and partners! — Snapchat old and new accounts | With snapscores | GEO: Europe/USA | Full access via email/phone number — Reddit old accounts with post and comment karma from 100 to 100,000+ | Full access via email — LinkedIn old accounts with real connections | GEO: Europe/USA | Full access via email + active 2FA password — Instagram old accounts (2010–2023) | Full access via email (possibly also with connected 2FA password) — Facebook old accounts (2010–2023) | Full access via email (possibly also with connected 2FA password) | With or without friends | GEO: Europe/USA/Asia — Threads accounts | Full access via email (possibly also with connected 2FA password) — TikTok/Facebook/Google ADS agency ad accounts Contact us below — let’s discuss the terms! We are always open to other partnership offers as well. Contacts and support: Telegram: https://t.me/socnet_support Telegram channel: https://t.me/accsforyou_shop WhatsApp: https://wa.me/79051904467 WhatsApp channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n  Discord: socnet_support  Discord server: https://discord.gg/y9AStFFsrh Email: solomonbog@socnet.store  Also via these contacts you can: — Get consultation about wholesale purchases — Establish a partnership (current partners: https://socnet.bgng.io/partners ) — Become our supplier SocNet — digital goods and premium subscriptions store 
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock