Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7

Search found 17 matches

by DeadLy_DeMaGe
07.02.2015 16:17
Forum: Help
Topic: Using External Files
Replies: 8
Views: 7193

Re: Using External Files

First script you posted (Так:) looks like working for me. My script working now (ish). I need to make some improvements ofcourse but thank you all for your kindness and help.
by DeadLy_DeMaGe
05.02.2015 16:01
Forum: Help
Topic: Using External Files
Replies: 8
Views: 7193

Re: Using External Files

I finally could work on this last night, I got stuck from another point. Thanks to your code, I managed to add all dig points to array but how do I use these spots? I mean how do we get CurrentRune's DigSpots from array? Lets say we are in first rune so CurrentRune will be 1. We need dig spots for r...
by DeadLy_DeMaGe
02.02.2015 20:23
Forum: Help
Topic: Using External Files
Replies: 8
Views: 7193

Re: Using External Files

Thanks for help, I'll work on this tonight when I get home. I appreciate your help :) I was working on tile/map scan before this but couldn't make it work properly. It would be awesome if I could because there would be no need for dig spots anymore with it but scanning area for both caves, sands an...
by DeadLy_DeMaGe
02.02.2015 19:46
Forum: Help
Topic: Using External Files
Replies: 8
Views: 7193

Re: Using External Files

Thanks for help, I'll work on this tonight when I get home. I appreciate your help :) I was working on tile/map scan before this but couldn't make it work properly. It would be awesome if I could because there would be no need for dig spots anymore with it but scanning area for both caves, sands and...
by DeadLy_DeMaGe
02.02.2015 5:05
Forum: Help
Topic: Using External Files
Replies: 8
Views: 7193

Using External Files

Is there any working script which uses external file for getting location? I am currently working on a script that uses x, y and z spots from another file (like diglocations.txt). Main goal is recalling rune's on runebook one by one and digging for ore. Tried to work with scanning area but its a mes...
by DeadLy_DeMaGe
13.01.2015 22:01
Forum: Help
Topic: Getting data from another file
Replies: 1
Views: 3168

Re: Getting data from another file

Well, I searched for a while and figured out how to load other files (like .txt's) to script thanks to FreD's Fishing thread. This is the sample usage; Program Mining; type DigPoint = record tile:word; px,py,pz:integer; end; var ItemCount,i:Integer; DigLoc: array [0..150] of DigPoint; Procedure GetD...
by DeadLy_DeMaGe
13.01.2015 19:23
Forum: Help
Topic: Getting data from another file
Replies: 1
Views: 3168

Getting data from another file

I am working on some mining script that recalls and gathers ore. I studied most of the mining scripts in Russian section but none of them uses dig locations. To be more clear, what I mean is giving every single dig location data (Tile, X, Y, Z) for each rune spot to script. I am planning saving this...
by DeadLy_DeMaGe
13.01.2015 5:10
Forum: Help
Topic: Server Names
Replies: 15
Views: 11407

Re: Server Names

The Runebook is a generic Gump. This means each Button has an BaseValue and Offsets. When you send a Click Reply you sent the Value the Component would send if you click. You can capture those informations by using <Prefix>GumpInfo while the Gump is open. Then the Buttons have a return_value you ne...
by DeadLy_DeMaGe
11.01.2015 21:25
Forum: Help
Topic: Server Names
Replies: 15
Views: 11407

Re: Server Names

//depends of shard codes of buttons for craft menu and RB gumps can differ. So, check it all. Thanks for translation and you are correct, my shard has different craft menu/RB buttons then scripts. First of all, I managed to start script thanks to you. I appericiate that. But as you translated, my s...
by DeadLy_DeMaGe
11.01.2015 16:57
Forum: Help
Topic: Server Names
Replies: 15
Views: 11407

Re: Server Names

Thanks, I will check it out later.
by DeadLy_DeMaGe
11.01.2015 6:45
Forum: Help
Topic: Server Names
Replies: 15
Views: 11407

Re: Server Names

I wandered on forums for a while with google translate and found this . This looks like the one I was searching for. Описание настроек: Anvile - идентификатор плавильни. IngotsStorage - идентификатор ящика для инготов. IngotsType - тип инготов. HomeRuneBook - идентификатор рунбуки к дому/базе. HomeR...
by DeadLy_DeMaGe
10.01.2015 19:09
Forum: Help
Topic: Server Names
Replies: 15
Views: 11407

Re: Server Names

Oh, I will explain what that is then. Its a mining script which recalls mining spots one by one, makes shovels with tinkering if needed and store the ores gathered to house. Full automatic miner script by other mean.
by DeadLy_DeMaGe
10.01.2015 18:13
Forum: Help
Topic: Server Names
Replies: 15
Views: 11407

Re: Server Names

I cant understand anything in Russian script section. Is there any mining script there like Spewy Runebook Mining in EUO? Hi, there are tonns of mining scripts at russian side, please be more exact. Can you read pascal, if so - there would be any problems to understand of what script is doing. No s...
by DeadLy_DeMaGe
10.01.2015 16:18
Forum: Help
Topic: Server Names
Replies: 15
Views: 11407

Re: Server Names

I cant understand anything in Russian script section. Is there any mining script there like Spewy Runebook Mining in EUO?
by DeadLy_DeMaGe
10.01.2015 15:50
Forum: Help
Topic: Server Names
Replies: 15
Views: 11407

Re: Server Names

I already sent e-mail to [email protected] and will sent pm to CFA too then. What about mining script that I mentioned? Can somebody prepare a topic in english section too?