gangsterofhouse Posted November 3, 2008 Posted November 3, 2008 i need a script becourse i want delvl my char but if i let start him he go to guard atk him and go to town and run on walls becourse he want run to gurards any can help me ?
owned91 Posted November 3, 2008 Posted November 3, 2008 Use this script, START AT OREN!: // BASED ON DWARF DELEVEL SCRIPT BY ADLERBR // START AT OREN CITY // NEED EQUIP ANY NO GRADE BLUNT // MAKE SURE YOU DONT HAVE ANY OTHER ITEMS AT INVENTORY // // // FOLLOW THIS INSTRUCTION: // // CHECK AND CHANGE HASTE POTION ITEM ID // HECK AND CHANGE NPC DIALOGUE TO GET GROCERY SHOP WINDOW // // LABEL(START) // Check The LVL // CharStatus(LV,<=,38) //>>> YOU CAN CHANGE THE LEVEL HERE { EXIT() } CharStatus(CHP,==,0) { JMP(DIED) } // // Square 1 // Spawn Near Oren GateKeeper // POSINRANGE(82593,53795,-1496,800) { MOVETO(81600,53471,-1496) MOVETO(81051,53436,-1544) MOVETO(80311,54265,-1560) JMP(GOPOTS) } // // Square 2 // Spawn Near Oren Manager // POSINRANGE(82680,55770,-1520,1000) { MOVETO(81595,55513,-1520) JMP(GOSTAN) } // // Square 3 // Spawn Near Sir Gustaf POSINRANGE(80329,56121,-1560,800) { MOVETO(80355,55410,-1560) MOVETO(80367,54336,-1560) JMP(GOPOTS) } // // Square 4 // Spawn Near Weapon Shop // POSINRANGE(80143,53208,-1560,800) { MOVETO(80578,53917,-1560) JMP(GOPOTS2) } // // Square 5 // Spawn Near Jerin // POSINRANGE(80334,54400,-1560,800) { MOVETO(79733,54245,-1560) JMP(GOJERIN) } // // Move Near to Stan // LABEL(GOSTAN) MOVETO(81606,56228,-1520) UseSkill(Stun Attack,NPC,Pinaps) FORCEATTACK(Pinaps) Delay(8000) CharStatus(CHP,>,0) { CALL(GOSTAN) } JMP(DIED) // // Move Near Jerin // LABEL(GOJERIN) MOVETO(79699,54340,-1560) FORCEATTACK(Yates) USESKILL(STUN ATTACK,NPC,Yates) DELAY(8000) CharStatus(CHP,>,0) { CALL(GOJERIN) } JMP(DIED) // // Died go Home // LABEL(DIED) CharStatus(CHP,==,0) { GoHome(0) } Delay(5000) USEITEM(Haste Potion[iD=734]) Call(START) // POTS ADDON LABEL(GOPOTS) ITEMCOUNT(Haste Potion[iD=734],<,5) // CHANGE ITEM ID HERE { MOVETO(80318,54921,-1586) MOVETO(79702,54928,-1572) NPCSEL(Sara[iD=7180]) NPCDLG(Sara[iD=7180]) DLGSEL(Buy Consumables and Minerals ) // CHANGE NPC DIALOGUE HERE BUYITEM(Haste Potion[iD=734],100 // CHANGE ITEM ID HERE MOVETO(79702,54928,-1572) MOVETO(80318,54921,-1586) MOVETO(80311,54265,-1560) JMP(GOJERIN) } JMP(GOJERIN) LABEL(GOPOTS2) ITEMCOUNT(Haste Potion[iD=734],<,5) // CHANGE ITEM ID HERE { MOVETO(80436,53994,-1560) MOVETO(80318,54921,-1586) MOVETO(79702,54928,-1572) NPCSEL(Sara[iD=7180]) NPCDLG(Sara[iD=7180]) DLGSEL(Buy Consumables and Minerals ) // CHANGE NPC DIALOGUE HERE BUYITEM(Haste Potion[iD=734],100 // CHANGE ITEM ID HERE MOVETO(79702,54928,-1572) MOVETO(80318,54921,-1586) MOVETO(80311,54265,-1560) JMP(GOJERIN) } JMP(GOJERIN)
Klaymen Posted November 3, 2008 Posted November 3, 2008 If use that script my char always stucks in something. If im in that mood i will correct the paths and post it.
sltbnjr Posted November 3, 2008 Posted November 3, 2008 If use that script my char always stucks in something. If im in that mood i will correct the paths and post it. you don't need a script
Klaymen Posted November 3, 2008 Posted November 3, 2008 I play on dragonnetwork, and from interlude the chars stuck in everything with the walkers delevel. So yes i need a script.
sltbnjr Posted November 4, 2008 Posted November 4, 2008 you wouldn't get stuck on talking island or in dion
Klaymen Posted November 4, 2008 Posted November 4, 2008 you wouldn't get stuck on talking island or in dion I will try it. Thanks!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now