My clients close a few seconds after I start a script. No message or anything, the client simply vanishes.
Anyone had th same thing happening? I can run 64bit with vanila without problems, but the 32bit with AS simply does this.
Search found 114 matches
- Thu Feb 08, 2018 11:09 pm
- Forum: General Discussion
- Topic: NA problems
- Replies: 1
- Views: 44
- Wed Jan 24, 2018 9:49 pm
- Forum: General Discussion
- Topic: 6.0 = the end of botting?
- Replies: 4
- Views: 127
Re: 6.0 = the end of botting?
If we can still sell something then this is stupid, I will still be able to trade money from my bots to my main by putting something on broker so my alts will buy it. The kinah sellers will also tell people that buy kinah to put something in broker for the amount of kinah they bought, so the kinah s...
- Wed Jan 24, 2018 9:47 pm
- Forum: LUA Scripting
- Topic: UnknownProject 23.01.2018
- Replies: 36
- Views: 400
Re: UnknownProject 23.01.2018
Ah ok, that would also work, it is like the folder I keep functions that do something so whenever I need to do something, I copy the function, paste it in the script so I can use the whole code by invoking the name of the function.
- Tue Jan 23, 2018 11:34 pm
- Forum: LUA Scripting
- Topic: UnknownProject 23.01.2018
- Replies: 36
- Views: 400
Re: UnknownProject 23.01.2018
I assume you want to make a type of user interface similar to l2walker the famous bot for Lineage II that had probably the best user interface for absolute non programmers, where you could simply click tick boxes and select items in drop down menus.
Correct me if I am wrong.
Correct me if I am wrong.
- Tue Jan 23, 2018 11:28 pm
- Forum: General Discussion
- Topic: 6.0 = the end of botting?
- Replies: 4
- Views: 127
6.0 = the end of botting?
So in 6.0 everything will be soul bound, except stigma they said or some skins. Kinah is soul bound (but since you can broker skins you can always probably trade kinah like that, I guess), you cannot set a private store, you cannot /trade anyone anymore etc. I think they try so hard to fight botters...
- Tue Jan 02, 2018 9:40 pm
- Forum: LUA Scripting
- Topic: Luna Hell Pass/Contaminated Underpath - Beta 28.10.2017
- Replies: 61
- Views: 787
Re: Luna Hell Pass/Contaminated Underpath - Beta 28.10.2017
Change this function with this new. Set escapeOffsetY (100 should be good) NOT TESTED, try it :) function EscapeAggro() --Write("EscapeAggro"); local escapeOffsetY=0; if goToStartRoom then local tempTimer = Time(); local elapsedTime = tempTimer - offsetTimer; if elapsedTime > updatePositionTime the...
- Mon Jan 01, 2018 8:37 pm
- Forum: LUA Scripting
- Topic: Luna Hell Pass/Contaminated Underpath - Beta 28.10.2017
- Replies: 61
- Views: 787
Re: Luna Hell Pass/Contaminated Underpath - Beta 28.10.2017
I'll try it and I'll try to change the 190 in this function. I'll have to give it a test tomorrow since I already afked all my lunas today.
- Sun Dec 31, 2017 8:44 pm
- Forum: LUA Scripting
- Topic: Luna Hell Pass/Contaminated Underpath - Beta 28.10.2017
- Replies: 61
- Views: 787
Re: Luna Hell Pass/Contaminated Underpath - Beta 28.10.2017
Well I changed it but that is not what I was asking for, when the fat boss is out the 250 changed only how in I went to grab it. Once I grab it my chars goes from front barrier to back barrier back and forth. I wanted him to be going in different Y positions, I wanted to eat the fat guy inside the a...
- Sun Dec 31, 2017 8:38 pm
- Forum: General Discussion
- Topic: Aion Script Cpu % use.
- Replies: 14
- Views: 236
Re: Aion Script Cpu % use.
I am not sure how to do those steps to be honest. How do I open the ingame console and I didn't see "chatting2" formcooco wrote: ↑Wed Dec 27, 2017 3:33 pmYou can set FPS simply by:
1)Login your character
2)Open AS and active "Console" from chating2 form
3) Open in game console
4) Insert this commandCode: Select all
\g_MaxFPS 20
![]()
- Sun Dec 31, 2017 5:23 pm
- Forum: Tutorials
- Topic: system.cfg - The config value master doc!
- Replies: 2
- Views: 301
Re: system.cfg - The config value master doc!
Hey thanks for that, I opened the system.cfg and I saw non of the values you have here, do I copy all that and paste it in the file and then save it?
I think I'll also change some values in there that already exist.
I think I'll also change some values in there that already exist.