Search found 88 matches
- Thu Feb 02, 2017 3:22 am
- Forum: General Discussion
- Topic: NoAnimation
- Replies: 2
- Views: 99
- Thu Feb 02, 2017 3:21 am
- Forum: LUA Scripting
- Topic: Change Medals
- Replies: 10
- Views: 259
Change Medals
ChangeMedal.lua function OnLoad() PlayerInput:Console("/select Moterinerk"); -- PlayerInput:Console("/select Mezirinerk"); end function OnRun() if not DialogList:GetDialog( "dlg_dialog" ):IsVisible() then PlayerInput:Console( "/Attack" ); Timer = Time() + 400; return false; end if Timer ~= nil and ...
- Thu Feb 02, 2017 3:19 am
- Forum: LUA Scripting
- Topic: Open Items - for the few event ones you can't auto open!
- Replies: 0
- Views: 105
Open Items - for the few event ones you can't auto open!
-- -- Open Event Item -- Author: 0x00 <0x00.ninja@gmail.com> -- -- FOR USE ONLY WITH AIONSCRIPT 2.0 from Nyerk.xyz -- Purpose: -- Open all those [RANDOM ITEM NAME] event items -- change this to the event item inventory_item_name = "Kuporinerk's box containing Ceranium Medal Fragments"; -- change th...
- Thu Feb 02, 2017 3:18 am
- Forum: General Discussion
- Topic: [REQ] 2 scripts
- Replies: 2
- Views: 112
Re: [REQ] 2 scripts
Its a little buggy, I think the order of clicking is wrong :S easy fix tbh. this is just what I had saved!
Change Medal
Auto Open Items
Change Medal
Auto Open Items
- Thu Feb 02, 2017 2:55 am
- Forum: Tutorials
- Topic: Securing your Client from Telemetry (ncdiagS32.exe)
- Replies: 8
- Views: 503
Securing your Client from Telemetry (ncdiagS32.exe)
Good morning all, During my messind around and editing AION files, I came to notice a constant creation of ZIP files. Having done some research I found out the following: 1. ncdiagS64.exe & ncdiagS32.exe is a diagnostics tool used to collect your PCs info. It is used to create a common & compatable ...
- Tue Jan 24, 2017 4:52 am
- Forum: Assassin
- Topic: Official: Assassin.lua
- Replies: 27
- Views: 691
Re: Assassin.lua (Highest DPS)
Oh ofc I believe you! I only used HIGHEST DPS to promote it. I'm missing a few skills to be honest! Its because I used it for support in a shitty PvP situation so I left some space for human interaction. and with attack speed at 75% I can believe it. Maybe not a FULLY geared Sorc but definately the ...
- Thu Jan 12, 2017 9:43 pm
- Forum: Assassin
- Topic: Collection of Functions()
- Replies: 0
- Views: 155
Collection of Functions()
if Player:GetState():GetState( 3481 ) == nil and Helper:CheckAvailable( "Apply Deadly Poison" ) then elseif Range <= 10 and Helper:CheckAvailable( "Flurry" ) then Helper:CheckExecute( "Flurry" ); end The above code is a check for poison buff and some attack inc. Ideally your char should start buffi...
- Thu Jan 12, 2017 9:37 pm
- Forum: Assassin
- Topic: Official: Assassin.lua
- Replies: 27
- Views: 691
Official: Assassin.lua
The official Assassin LUA. Please submit any edits and I will implement! Last updated - 14.03.2017 --[[ -------------------------------------------------- Copyright (C) 2011 agonic & Blastradius & macrokor This program is free software: you can redistribute it and/or modify it under the terms of the...