Search found 23 matches

by Agrozet
Sat Jan 04, 2020 12:14 pm
Forum: Runes of Magic
Topic: READ FOR COMMUNITY
Replies: 42
Views: 46122

Re: READ FOR COMMUNITY

Happy New Year.
Thank you for trying to solve a problem, I don't have that knowledge to fix functionality.
by Agrozet
Thu Mar 15, 2018 1:01 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: userfunction_magicbox
Replies: 3
Views: 7672

Re: userfunction_magicbox

Hi.
Can you tell me what to insert in the script to repeat the task and finish ok?
Thank you

<?xml version="1.0" encoding="utf-8"?><waypoints type="RUN">
<onload>

UMB_fuseItems (241095,241095,241095,241114)
yrest(2000)
if inventory:itemTotalCount(241096) ~= 81 then
inventory:update ...
by Agrozet
Thu Sep 21, 2017 4:03 am
Forum: Runes of Magic
Topic: [SOLVED] How do I turn off the Item Shop window after the game starts?
Replies: 0
Views: 7452

[SOLVED] How do I turn off the Item Shop window after the game starts?

After you merge the server, (Siochain -- Vidar) the IS window is still open and the script does not work. I tried to add it to the script

RoMScript("} ItemMallFrame:Show(); ItemMallFrame:Hide(); a={")

https://www.solarstrike.net/phpBB3/viewtopic.php?f=27&t=3039&hilit=close+Item+Shop&start=60 ...
by Agrozet
Fri Mar 10, 2017 5:39 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Please help... wont change characters automaticly..
Replies: 3
Views: 10008

Re: Please help... wont change characters automaticly..

http://www.solarstrike.net/phpBB3/viewtopic.php?p=48043#p48043

https://www.solarstrike.net/phpBB3/viewtopic.php?f=27&t=1245&hilit=Loginxml

<?xml version="1.0" encoding="utf-8"?><waypoints type="TRAVEL">
<onload>
__WPL:setWaypointIndex(9)

function relog()

SetCharList({
{account=4, chars ...
by Agrozet
Wed Jun 25, 2014 4:45 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: GM detection and banning chance reduction
Replies: 499
Views: 263234

Re: GM detection and banning chance reduction

Hi,

GM may have two names as: John John
He whispered to me
by Agrozet
Sat May 31, 2014 1:21 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: GM detection and banning chance reduction
Replies: 499
Views: 263234

Re: GM detection and banning chance reduction

Hi,
I have v. 7.8d.
Script was released and I was not at home
This is a listing of the console

Use MACRO: Executing RoMScript "AskPlayerInfo('**');".

You have been whispered by: **

GM detected! Name: **, Class IDs: 0/-1
The game client did not crash.
- ...cro/scripts/rom/userfunctions ...
by Agrozet
Sun May 04, 2014 6:00 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Daily ElvenXavi
Replies: 0
Views: 4860

Daily ElvenXavi

I made a simple scripts on daily in Elven Island, Coast of Opportumity and Xavier.

Description

I used to switch http://solarstrike.net/phpBB3/viewtopic.php?f=27&t=1245&start=720

Elven Island is the start NPC Jifand Coast of Opportumity and Xaviera start Hefner Camp - Snoop

In Xavier sell ...
by Agrozet
Sun May 04, 2014 4:44 am
Forum: RoM general
Topic: Auto sales
Replies: 6
Views: 4123

Re: Auto sales

Yes I need to sell only one item, such as Phirius Potion - Type A
by Agrozet
Sat May 03, 2014 11:42 am
Forum: RoM general
Topic: Auto sales
Replies: 6
Views: 4123

Re: Auto sales

the problem was setting, I was not in the profile function

<option name="INV_AUTOSELL_TYPES_NOSELL" value="nil" />

must write to your profile

<!-- Auto selling options when used with player:merchant -->
<option name="INV_MAX_SLOTS" value="180" />
<option name="INV_UPDATE_INTERVAL" value="300 ...
by Agrozet
Thu May 01, 2014 7:15 am
Forum: RoM general
Topic: Auto sales
Replies: 6
Views: 4123

Auto sales

Hi,

How do I write to Items List


-- changeProfileOption("INV_AUTOSELL_TYPES", )
changeProfileOption("INV_AUTOSELL_TYPES_NOSELL", Potion,General,Tools,Rune,Runes)


Unknown profile option 'INV_AUTOSELL_TYPES_NOSELL'. We can't change that value. Please check your settings.

<?xml version="1.0 ...
by Agrozet
Mon Apr 21, 2014 4:02 am
Forum: RoM general
Topic: move the item
Replies: 6
Views: 3831

Re: move the item

this works in Xavier, else it will be different?

function Bank()
-- print(count)
inventory:update()
local ISitems_array = {
-- 206632, -- Infernal Nightmare Soul Core
203033, -- Horse Rental Ticket
201967, -- Simple Repair Hammer
206423, -- Ruins Investigation Team Medal

}
for slot = 61 ...
by Agrozet
Sat Apr 19, 2014 12:35 pm
Forum: RoM general
Topic: move the item
Replies: 6
Views: 3831

Re: move the item

I found a function to open a bank :)

http://www.solarstrike.net/phpBB3/viewt ... =21&t=4344

Code: Select all

sendMacro("OpenBank()")
if someone was looking for
by Agrozet
Wed Apr 16, 2014 3:43 pm
Forum: RoM general
Topic: move the item
Replies: 6
Views: 3831

move the item

Hi,
Items need to move to the "Storage Chest" and "bank"

<?xml version="1.0" encoding="utf-8"?><waypoints type="TRAVEL">
<onLoad>

startGMDetect()

function relog()

SetCharList({
{account=1,chars={1}},
{account=2,chars={1,3}},
{account=3,chars={1,2}},
{account=4,chars={1 ...
by Agrozet
Thu Apr 03, 2014 3:13 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 554596

Re: rock5's "fastLogin Revisited"

does not load the: loadPaths("daily2")

SetCharList({
{account=4, chars= {2,3}},
{account=1, chars= {2}},
})
if IsLastChar() then
ChangeChar(2,1) -- Char 1, Acc 2 - First char in daily2 list.
loadProfile()
loadPaths("daily2")
else
LoginNextChar()
end
end

Edit

I understand where I went ...
by Agrozet
Wed Apr 02, 2014 12:23 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 554596

Re: rock5's "fastLogin Revisited"

Hi, I have an idea
My accounts:

SetCharList({
{account=1,chars={1,2,3,4,5,6}},
{account=2,chars={1,2,3,4}},
{account=3,chars={1,2}},
{account=4,chars={1,2.3}},
})

-------------------------------------------------- --------------------------
This group does: daily_1
{account=1,chars={2,3 ...
by Agrozet
Sun Feb 02, 2014 3:59 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 554596

Re: rock5's "fastLogin Revisited"

Thank rock5, script works, I just gave tag=""
Char stood at waypoint 51 and did not go away

<!-- # 51 --><waypoint x="-6718" z="-3710" y="172">
relog()
goto_wp("aa")
</waypoint>
<!-- # 52 --><waypoint x="-6534" z="-3801" y="166" tag="aa"> </waypoint>
<!-- # 53 --><waypoint x="-6404" z="-3866 ...
by Agrozet
Sat Feb 01, 2014 8:31 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 554596

Re: rock5's "fastLogin Revisited"

Hi,
can someone please me on this script practically demonstrate how to set switching.
I can not understand how to set up.

I have this set up,

fastlogin - accountlogin.lua, logindialog.lua

userfunction_LoginNextChar.lua - SetCharList

AT.xml script switches

My English is bad, sorry

Loaded ...
by Agrozet
Sat Oct 12, 2013 10:02 am
Forum: RoM general
Topic: Ban the sale of selected items
Replies: 2
Views: 2661

Re: Ban the sale of selected items

thank you rock5
by Agrozet
Sat Oct 12, 2013 5:37 am
Forum: RoM general
Topic: Ban the sale of selected items
Replies: 2
Views: 2661

Ban the sale of selected items

Hi,

I use a script to farming, such as: KS

http://www.solarstrike.net/phpBB3/viewt ... =27&t=4178

This entry sells all Items

Code: Select all

changeProfileOption("INV_AUTOSELL_ENABLE",true)
Please select how to set?

Looking for a solution, but my English is bad, just link :)