Search found 184 matches

by Desmond
Mon Sep 22, 2014 7:37 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 330055

Re: rock5's "fastLogin Revisited"

To use specific names at the character creation screen use CharacterCreateDefaultNames . It's just below the account information in accountlogin.lua. Example; local CharacterCreateDefaultNames = { Account1 = {"Alphaone","Betatwo","Capathree"}, Account2 = {"Tom&quo...
by Desmond
Mon Sep 22, 2014 7:04 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 330055

Re: rock5's "fastLogin Revisited"

Addon prescribes random nicknames. but as to do that he inserted my nicknames it at creation of personage?
by Desmond
Mon Sep 22, 2014 3:57 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Fusion Control Functions
Replies: 187
Views: 63041

Re: Rock5's Fusion Control Functions

rock5 wrote:If you need to use a particular belt you can use Fusion_Config to change the settings, eg.

Code: Select all

		Fusion_Config("Use Item Whitelist", true)
		Fusion_Config("Set Whitelist", "Recall Belt")
		Fusion_MakeMaxManaStones()
well interesting hank you
by Desmond
Mon Sep 22, 2014 3:47 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Fusion Control Functions
Replies: 187
Views: 63041

Re: Rock5's Fusion Control Functions

works and in a true Fusion _ MakeMaxStones was needed to substitute by Fusion _ MakeMaxManaStones works perfectly Thank you to you enormous Rock5
by Desmond
Mon Sep 22, 2014 3:41 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Fusion Control Functions
Replies: 187
Views: 63041

Re: Rock5's Fusion Control Functions

rock5 wrote:Fusion_MakeMaxStones is no longer supported. It was too complicated a function to use. It's a lot simpler to just use Fusion_MakeMaxManaStones. Do you really need to use Fusion_MakeMaxStones?
do I need to do the stone of маны ур 5 - there is another way?
by Desmond
Mon Sep 22, 2014 3:27 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Fusion Control Functions
Replies: 187
Views: 63041

Re: Rock5's Fusion Control Functions

now other error
by Desmond
Mon Sep 22, 2014 3:22 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Fusion Control Functions
Replies: 187
Views: 63041

Re: Rock5's Fusion Control Functions

rock5 wrote:I modified the current version instead. Try version 0.46 b1. Let me know if it works ok.
thank you, we will check well
by Desmond
Mon Sep 22, 2014 3:15 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Fusion Control Functions
Replies: 187
Views: 63041

Re: Rock5's Fusion Control Functions

rock5 wrote:I assume you are using an older version of the bot that can't handle long command strings. I'll add an older version to the first post for you and people like you.
forward
by Desmond
Mon Sep 22, 2014 12:25 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Fusion Control Functions
Replies: 187
Views: 63041

Re: Rock5's Fusion Control Functions

Help me if I use Fusion _ MakeMaxManaStones(5) then me Error
by Desmond
Sat Sep 20, 2014 6:41 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 256143

Re: Rock5's Mail Mods

player:update() local names ={"Dawurk", "Strashen", "Kyne"} for k, recipient in pairs(names) do UMM_SendFunction(name, .228966.2.) end RoMScript("UMMFrame:Hide()") ChangeChar() loadPaths(__WPL.FileName) </waypoint> </waypoints> not working
by Desmond
Sat Sep 20, 2014 5:15 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 256143

Re: Rock5's Mail Mods

how to do to send to the personages?
Islan Marti Kyne
by Desmond
Fri Sep 12, 2014 6:34 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's BuyFromItemShop userfunction
Replies: 123
Views: 37932

Re: Rock5's BuyFromItemShop userfunction

If you are having the same problem as Rickster try his fix. I don't know if it will fix it because I still don't understand the problem, it shouldn't be happening. I understood you, there is such code function buycharges() if getAcc() == 6 then BuyFromItemShop(2759, "account 6 secondary passwo...
by Desmond
Fri Sep 12, 2014 6:05 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's BuyFromItemShop userfunction
Replies: 123
Views: 37932

Re: Rock5's BuyFromItemShop userfunction

that needs to be done if there are not charges then a boat them will buy?
by Desmond
Sun Aug 24, 2014 8:17 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's tradeTo userfunction
Replies: 28
Views: 6784

Re: Rock5's tradeTo userfunction

names={"Islan", "Eirloa", "Gopaque", "Blegei", "Squers"} for _, name in pairs(names) do local item for slot = 61, 240 do item = self.BagSlot[slot] item:update() if item.Name == "Magicbreath Belt" and item.Stats > 3 then tradeTo("recip...
by Desmond
Sat Aug 23, 2014 5:52 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's tradeTo userfunction
Replies: 28
Views: 6784

Re: Rock5's tradeTo userfunction

that is how I do it?
by Desmond
Thu Aug 21, 2014 3:54 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's tradeTo userfunction
Replies: 28
Views: 6784

Re: Rock5's tradeTo userfunction

I have 4account there is Characters on them, you correctly said to me it is needed the points 2
by Desmond
Wed Aug 20, 2014 2:30 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's tradeTo userfunction
Replies: 28
Views: 6784

Re: Rock5's tradeTo userfunction

local ammoCount = GetInventoryItemCount("228966", 1); then.
Check must whether there is a belt for a shooting-gallery

I need a lot of characters Islan, Eirloa, Gopaque, Blegei, Squerst.
I need that send straps for a shooting-gallery to the personages
by Desmond
Wed Aug 20, 2014 9:44 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's tradeTo userfunction
Replies: 28
Views: 6784

Re: Rock5's tradeTo userfunction

reinjecting straps my characters? I need a lot of characters Islan, Eirloa, Gopaque, Blegei, Squerst. How do I add?
by Desmond
Wed Aug 20, 2014 8:50 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's tradeTo userfunction
Replies: 28
Views: 6784

Re: Rock5's tradeTo userfunction

<?xml version="1.0" encoding="utf-8"?><waypoints> <onLoad> accountpw = { [5] = "do628783", [6] = "k80681852902", [7] = "Oksanya1988", } BuyFromItemShop(829, accountpw[getAcc()], 1) local ammoCount = GetInventoryItemCount("228966",1); then ...