Search found 96 matches

by Bot_romka
Wed Apr 03, 2013 1:19 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 316014

Re: rock5's "fastLogin Revisited"

For login on current channel with use SetChannelForLogin

Code: Select all

		SetCharList(CharList)
		local currentChannel = RoMScript("GetCurrentParallelID()")
		printf("Current channel %d\n", currentChannel)
		SetChannelForLogin(currentChannel)
		LoginNextChar()
by Bot_romka
Tue Apr 02, 2013 4:08 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 316014

Re: rock5's "fastLogin Revisited"

Same modification of userfunction_LoginNextChar.lua Use LoginNextChar(true) for login next char on Current channel. Its good for farming on different channel without changing channel for next char after login. function LoginNextChar(_Currentchannel) ... if _Currentchannel then local currChan = RoMSc...
by Bot_romka
Tue Apr 02, 2013 3:45 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 316014

Re: rock5's "fastLogin Revisited"

Code for auto set accounts group. If you use one Wp for different accounts group. Put this code in onload Wp. example: Accounts = { [1] = { {account=1,chars={}}, {account=2,chars={}}, {account=3,chars={}}, {account=4,chars={}}, {account=5,chars={}}, {account=6,chars={}}, {account=7,chars={}}, }, [2...
by Bot_romka
Sat Mar 30, 2013 11:57 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 316014

Re: rock5's "fastLogin Revisited"

Little modified version fastLogin addon - Loginxml v3.1 Added function for Delete All Characters on accaunt. Hold Shift and click Delete button for open ["DELETE_ALL_CHARACTERS"] dialog. Thanks to rock5's . I changed the code. Now a function for delete all characters on account works corr...
by Bot_romka
Fri Mar 29, 2013 11:45 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 316014

Re: rock5's "fastLogin Revisited"

Little modified version fastLogin addon - Loginxml v3.1

Added function for Delete All Characters on accaunt.
Hold Shift and click Delete button for open ["DELETE_ALL_CHARACTERS"] dialog.

_Delete old version. new in next my massage in next page.
by Bot_romka
Wed Feb 27, 2013 8:51 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Automatic 'login' script
Replies: 181
Views: 68488

Re: Automatic 'login' script

For testing i manually crash client with ROMeo's Multihack. For kill client use Ctrl+K
by Bot_romka
Wed Feb 27, 2013 6:37 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Automatic 'login' script
Replies: 181
Views: 68488

Re: Automatic 'login' script

I try this.
Code from userfunction_login.lua cant be used because after restart client Bot stops with an error message. Need to completely restart client and Bot with waypoint. Or do something to disable the error messages after restart cient.
by Bot_romka
Tue Feb 26, 2013 6:08 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Automatic 'login' script
Replies: 181
Views: 68488

Re: Automatic 'login' script

Automatic restart after crash. Put this code in onload WP, or Profile onload. _Sorry for my bad English. Пишу как могу, по английски я только читать умею ;) local currAcc = RoMScript("LogID") local currChar = RoMScript("CHARACTER_SELECT.selectedIndex") local dirPath = getExecuti...
by Bot_romka
Tue Jan 22, 2013 12:21 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: course of terror WP
Replies: 449
Views: 115046

Re: course of terror WP

New another version of Course of Terror WP by Bot_romka. Version 1.4.1 --without use swim hack, teleport hack (for teleport player) or model hack. Based on Rock5's cot_tele V1.72 --for enable speed hack uncomment --SpeedUp(59) --fix finded error and test version on few accaunts. If you find any err...
by Bot_romka
Wed Oct 24, 2012 7:06 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: course of terror WP
Replies: 449
Views: 115046

Re: course of terror WP

New another version of Course of Terror WP by Bot_romka. Version 1.3.3 --without use swim hack, teleport hack (for teleport player) or model hack. Based on Rock5's cot_tele V1.72 --for enable speed hack uncomment --SpeedUp(59) --fix finded error and test version on few accaunts. If you find any err...
by Bot_romka
Tue Oct 09, 2012 3:31 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Rent userfunction
Replies: 1
Views: 2198

Re: Rock5's Rent userfunction

To view the remainder of time of rent, enter the following command in the game chat. for mailbox: /run DEFAULT_CHAT_FRAME:AddMessage("MailLet: "..math.floor(string.format("%.1f",TimeLet_GetLetTime("MailLet")/1440)).." days."); for bank: /run DEFAULT_CHAT_FRAME...
by Bot_romka
Thu Oct 04, 2012 7:01 am
Forum: RoM general
Topic: Servers that let you sell diamonds on AH
Replies: 20
Views: 5911

Re: Servers that let you sell diamonds on AH

At all official Rusion servers can sell diamonds on AH, but NPC in Varanas that give diamonds do not work.

Kano - Yes
Gebo - Yes
Raido - Yes
Berkana - Yes
by Bot_romka
Sun Sep 16, 2012 7:09 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Xaviera waypoint file lvl 42-48
Replies: 11
Views: 6971

Re: Xaviera waypoint file lvl 42-48

I tried to write waypoint like this but did not complete.
by Bot_romka
Mon Jul 09, 2012 4:21 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 316014

Re: rock5's "fastLogin Revisited"

I think 2 mode for generate character name is good idea. If you need generate full random character name edit "charactercreate.lua" and set GENERATE_FULL_RANDOM_CHARACTER_NAME = true; Spesial for people who worry about accidentally delete character on accaunt Now you can disable Fast Chara...
by Bot_romka
Thu Jul 05, 2012 8:24 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 316014

Re: rock5's "fastLogin Revisited"

Little modified version fastLogin addon. Based on fastLogin Revisited v2.24 by rock5 1. Added fast character create with Auto generated random character name. You can manually change Name or Race. Edit "charactercreate.lua" and set number of Race for auto generated character: 1-HUMAN, 2-E...
by Bot_romka
Thu Jul 05, 2012 6:25 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 316014

Re: rock5's "fastLogin Revisited"

Well I wouldn't use unsecured passwords. Counldn't you have done something in logindialog.lua? Maybe in the "DELETE_CHARACTER" dialog itself? Also is there anyway to detect the a moded client.exe? If so you could have it default to fast delete if regular client and non fast delete for saf...
by Bot_romka
Thu Jul 05, 2012 5:49 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 316014

Re: rock5's "fastLogin Revisited"

Also you changed the CustomSecondaryPass variable to a global variable. That's a no-no. ps. I don't think you have to worry about the delete feature. After all, you have 24 hours to undo a character delete, if you wish. 1. I set to global because SecondaryPass used in "characterselect.lua"...
by Bot_romka
Thu Jul 05, 2012 2:40 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 316014

Re: rock5's "fastLogin Revisited"

Little modified version fastLogin addon.

deleted old version/
by Bot_romka
Wed Jul 04, 2012 3:19 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 316014

Re: rock5's "fastLogin Revisited"

Little modified version fastLogin addon.



Delete old version.
by Bot_romka
Tue Nov 08, 2011 5:34 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Disenchanting items
Replies: 0
Views: 4318

Disenchanting items

Disenchanting items

Waypoint for buy and disenchanting items for production rune, wood and ore. You need open store ferst than run waypoint. Bot buy items in 10 slot in store but you can change it to anoder slot.


_Sory for my bad english.