Search found 315 matches

by swietlowka
Thu Mar 03, 2011 6:04 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5&swietlowka Autologin v2.1 with boxes and secondarypass
Replies: 193
Views: 51406

Re: rock5&swietlowka Autologin v2.1 with boxes and secondary

i'm stuck ;( cannot figure it out, somehow i get diffrent outcomes everytime f/e once i get an error even before entering password, and other time i get an prompt that i have to enter password but no window for it pops up...

but im still trying
by swietlowka
Tue Feb 15, 2011 5:17 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5&swietlowka Autologin v2.1 with boxes and secondarypass
Replies: 193
Views: 51406

Re: rock5&swietlowka Autologin v2.1 with boxes and secondary

still doesnt work, but theres something that caught my attention... theres a new folder in interface "Login" and inside theres captha.bmp... if they want to add captha, i dont really know if ill be able to go longer with this addon :o
by swietlowka
Mon Feb 14, 2011 4:04 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5&swietlowka Autologin v2.1 with boxes and secondarypass
Replies: 193
Views: 51406

Re: rock5&swietlowka Autologin v2.1 with boxes and secondary

so maybe like this... ill try it myself ofc, but not now ;d function LoginDialog_Show(which, text, data) if (which == "CONFIRM_PASSWORD" or which == "CONFIRM_PASSWORD2") and not PasswordFailed then local SecondaryPassword = CheckSecondaryPass(); if(SecondaryPassword == nil or Sec...
by swietlowka
Mon Feb 14, 2011 4:54 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5&swietlowka Autologin v2.1 with boxes and secondarypass
Replies: 193
Views: 51406

Re: rock5&swietlowka Autologin v2.1 with boxes and secondary

so id like to change the code to: if (which == "CONFIRM_PASSWORD" or which == "CONFIRM_PASSWORD2") and not PasswordFailedTwice then local SecondaryPassword = CheckSecondaryPass(); if(SecondaryPassword == nil or SecondaryPassword == "") and fastLoginAutoLogin then Second...
by swietlowka
Sun Feb 13, 2011 7:00 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5&swietlowka Autologin v2.1 with boxes and secondarypass
Replies: 193
Views: 51406

Re: rock5&swietlowka Autologin v2.1 with boxes and secondary

ah but the point is that i do get info that the password is incorrect (although i havent typed it yet) so it might be it, best way would be to set it put it once more after failure
by swietlowka
Sun Feb 13, 2011 11:43 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: tracking player name // time // WP // level and now gold
Replies: 37
Views: 12665

Re: tracking player name // time // WP // level

so id like also knwo like rom botter how exactly do i run the perl code? Not sure with method Othon1001 uses but there is 2 ways I found to utilise the perl. 1. install perl on your machine and then use cmd.exe to execute the .pl file. It then basically works like MM and has charcter output. 2. Whi...
by swietlowka
Sun Feb 13, 2011 11:25 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5&swietlowka Autologin v2.1 with boxes and secondarypass
Replies: 193
Views: 51406

Re: rock5&swietlowka Autologin v2.1 with boxes and secondary

function LoginDialog_Show(which, text, data) if (which == "CONFIRM_PASSWORD" or which == "CONFIRM_PASSWORD2") and not [b]PasswordFailed[/b] then local SecondaryPassword = CheckSecondaryPass(); if(SecondaryPassword == nil or SecondaryPassword == "") and fastLoginAutoLog...
by swietlowka
Sun Feb 13, 2011 1:22 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5&swietlowka Autologin v2.1 with boxes and secondarypass
Replies: 193
Views: 51406

Re: rock5&swietlowka Autologin v2.1 with boxes and secondary

it just happend when i was switching acc manually...
dont know what to look after even :/
by swietlowka
Sat Feb 12, 2011 2:11 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: tracking player name // time // WP // level and now gold
Replies: 37
Views: 12665

Re: tracking player name // time // WP // level

table.save( tbl,filename ) tbl = table.load( sfile ) since we can get players name we can make smt like table.save( tbl,"playernamedatabase" ) tbl = table.load( sfile ) also make another table like table.save( tbl, "savedplayernamesdatabases" ) tbl = table.load( sfile ) witch wo...
by swietlowka
Sat Feb 12, 2011 6:19 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: tracking player name // time // WP // level and now gold
Replies: 37
Views: 12665

Re: tracking player name // time // WP // level

lisa, if u are going to make something like itemviewer addon it could be great because the original file gets erased a lot (imho), one that would be outside SaveVariables.lua would mean a lot to me ;) acctualy i would somehow like all the addons to be stored in an outside file, because of the above ...
by swietlowka
Sat Feb 12, 2011 3:35 am
Forum: Runes of Magic
Topic: hey my game crashes when i run the bot
Replies: 15
Views: 4356

Re: hey my game crashes when i run the bot

we really need to change the rom/update functionality, beacuse all the ppl use it, even before they start the bot...
by swietlowka
Thu Feb 10, 2011 5:23 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5&swietlowka Autologin v2.1 with boxes and secondarypass
Replies: 193
Views: 51406

Re: rock5&swietlowka Autologin v2.1 with boxes and secondary

yes but to login again i use command if (AutoChangeToon) then CustomLoginButton_OnClick(AutoLoginAccount); end and function CustomLoginButton_OnClick(ID) local Name, Pass, LocalLogID = ReturnLoginID(ID); AccountLoginAccountEdit:SetText(Name); AccountLoginPasswordEdit:SetText(Pass); LogID = LocalLogI...
by swietlowka
Wed Feb 09, 2011 5:32 pm
Forum: Off topic
Topic: editing game display settings
Replies: 12
Views: 8632

Re: editing game display settings

only thing i know of is setting a window really small for exapmple 100x100 it uses a loot less memory this way (and its still clikable if need be) u configure this in rom config file
by swietlowka
Wed Feb 09, 2011 10:30 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5&swietlowka Autologin v2.1 with boxes and secondarypass
Replies: 193
Views: 51406

Re: rock5&swietlowka Autologin v2.1 with boxes and secondary

so thats my goal for now ;) will make it work for sure :d i have it working while switching on the same account... when i do have to relog i get a promt that i have to give secondary pass, but no login dialog pops up, dont know why its like this... rock5 since u made the logindialog maybe u have som...
by swietlowka
Wed Feb 09, 2011 5:05 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5&swietlowka Autologin v2.1 with boxes and secondarypass
Replies: 193
Views: 51406

Re: rock5&swietlowka Autologin v2.1 with boxes and secondary

ok now last thing function ToonChange(toontoload, acctoload) local AutoLoginAccount = acctoload local AutoLoginCharacter = toontoload Logout(); if ( AutoLoginAccount == LogID ) then CHARACTER_SELECT.selectedIndex = AutoLoginCharacter CharacterSelect_EnterWorld(); else CharacterSelect_Exit(); CustomL...
by swietlowka
Wed Feb 09, 2011 5:01 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Millers Ranch Scripts
Replies: 778
Views: 222227

Re: Rock5's Millers Ranch Scripts

it will be easily solvable with the autologin addon imho
by swietlowka
Tue Feb 08, 2011 3:39 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5&swietlowka Autologin v2.1 with boxes and secondarypass
Replies: 193
Views: 51406

Re: swietlowka Autologin v2 with boxes and secondary pass

rock5 u sure that this function should work? cause i alwyas get a nil value... i have it like this: function LoginDialog_OnShow() local CustomSecondaryPass = CheckSecondaryPass() LoginDialogEditBox:SetText(CustomSecondaryPass); end local function CheckSecondaryPass() for i = 1, 18 do if CustomSecond...
by swietlowka
Tue Feb 08, 2011 6:36 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5&swietlowka Autologin v2.1 with boxes and secondarypass
Replies: 193
Views: 51406

Re: swietlowka Autologin v2 with boxes and secondary pass

lol it really worked? strange, i tried to use it without anything else (the original one) and it wasnt working for me...
by swietlowka
Tue Feb 08, 2011 6:26 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5&swietlowka Autologin v2.1 with boxes and secondarypass
Replies: 193
Views: 51406

Re: swietlowka Autologin v2 with boxes and secondary pass

imho logindialog doesnt work at all, i added a onshow function to the character.lua and it works, but i cannot add confrim pass and ofc the function u just metnioned wasnt working either, ill try to make it work tonight
by swietlowka
Mon Feb 07, 2011 11:45 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5&swietlowka Autologin v2.1 with boxes and secondarypass
Replies: 193
Views: 51406

Re: swietlowka Autologin v2 with boxes and secondary pass

functions from logindialog are not workind correct imho... i still have some issues with this, if u'll come up with some code share it, ill upload asap my will work correctly