Search found 30 matches

by KalVasFlam
2005-01-26 09:30:18
Forum: General
Topic: Can we get a full update about UO:SE
Replies: 2
Views: 1891

Injection can't be used yet;
by KalVasFlam
2005-01-11 23:34:58
Forum: General
Topic: how do i but hotkey on script?
Replies: 3
Views: 2253

Just go to Hotkeys tab;

in the command field type: exec Loot

then click on the hotkey field and HIT F4

then click 'Add new hotkey'
by KalVasFlam
2005-01-11 15:42:00
Forum: General
Topic: PayPal account
Replies: 7
Views: 3848

Wow! they says it's possible to get money without being user!

http://www.paypal.com/cgi-bin/webscr?cmd=p/ema/index-outside
https://www.paypal.com/cgi-bin/webscr?cmd=p/dmo/demo_sm_1-outside

They says money can be sent this way:

the "benefactor" clicks on paypal money by mail,
paypal send to the ...
by KalVasFlam
2005-01-10 21:15:21
Forum: General
Topic: PayPal account
Replies: 7
Views: 3848

Error during sign-up:

o Citizenship Required !

Insert coin then try kicking terminal

debug.print sending U.S.A citizenship ...
socket.error = UNKNOWN_RESPONSE_FROM_SERVER
Connection lost



Sorry we will have to fix this World with the next release.

^_^

(c) God - Earth Version 2.0.05A ...
by KalVasFlam
2005-01-10 13:01:38
Forum: General
Topic: AoS:SE Download URL needed
Replies: 29
Views: 19652

to Loki_cz:
The trial DOES ONLY APPLIES TO OSI Servers, I've already stated. U can 'enjoy' (...) how long u wish.
by KalVasFlam
2005-01-10 12:45:14
Forum: General
Topic: PayPal account
Replies: 7
Views: 3848

I think there's no way

PayPal has international agreement/treaties only with the countries you've listed.

also can't signup as *any_country*. with CC n. <your_number>

http://www.paypal.com/cgi-bin/webscr?cmd=_display-approved-signup-countries-outside

It's just their policy

They also break any ...
by KalVasFlam
2005-01-09 20:36:05
Forum: General
Topic: AoS:SE Download URL needed
Replies: 29
Views: 19652

Well I've patched!

So Lalla Image u were right, thus Tokuno can be obtained from another site and its size is just 1.37mb.

Monsters are added but not used by some emux.
by KalVasFlam
2005-01-09 13:11:28
Forum: General
Topic: AoS:SE Download URL needed
Replies: 29
Views: 19652

ADVERTISING:

By January 15th

RunUO gets OPEN SOURCE 8)
by KalVasFlam
2005-01-09 01:28:39
Forum: General
Topic: AoS:SE Download URL needed
Replies: 29
Views: 19652

I Love You Image
by KalVasFlam
2005-01-09 01:11:43
Forum: General
Topic: AoS:SE Download URL needed
Replies: 29
Views: 19652

the n/a refers to that...



ok ok let's stop debating lalla :oops: pls http://users.telenet.be/eforum/emoticons4u/love/1112.gif

(I dont' understand why more I try to avoid debates and more I get into http://users.pandora.be/eforum/emoticons4u/sad/106.gif )

Does Everybody here Hates me so much ...
by KalVasFlam
2005-01-09 00:58:53
Forum: General
Topic: AoS:SE Download URL needed
Replies: 29
Views: 19652

my shard staff says we have to patch only
but I've not played yet

and also I think that however full or not does not matters at all i.e. to upgrade injection client.exe and bare *mul *idx is more than enough.

Thus I will check what u said as I've time!
by KalVasFlam
2005-01-09 00:12:06
Forum: General
Topic: AoS:SE Download URL needed
Replies: 29
Views: 19652

I'm not sure but I know only AoS can be downloaded directly

To get S.E. you must patch;

AoS can be downloaded from:

http://www.gigex.com/gp/dlexe.asp?packageid=0054000025&gameid=2008&source=00001&sourcelist=

but sometimes it supplies a bad archive if u don't use their "Download manager ...
by KalVasFlam
2005-01-07 15:03:58
Forum: Requests
Topic: Suport for UOAM
Replies: 24
Views: 18429

UOAM uses UOMap.ocx? are you sure hun? :)


last I checked, UOAM reads UO's map data itself and it builds the BMPs using a very nice algo... damned one byte bmps...


How do u think it builds (UO's map data itself) ?

For better comphrension:
I've just discovered this some version ago, when ...
by KalVasFlam
2005-01-07 14:31:36
Forum: Requests
Topic: Suport for UOAM
Replies: 24
Views: 18429

do not use UOMap.ocx...

its buggy and slow as hell

UOAM uses it ^_^

1.
I don't know what version u refer to thus I've checked latest and really flies on my PC; I've seen a post of yours where u claim u 've made a better one (MAP) is this true?

1b. I referred to UOMap.ocx 'cause it's plug'n ...
by KalVasFlam
2005-01-06 02:14:35
Forum: Requests
Topic: always on top
Replies: 14
Views: 9759

Lord:

When DLL gets FAT furthermore

use #pragma comment (linker,"/FILEALIGN:0x200") then relink with msvcrt.lib and ignore default libs.

Code: Select all

night ^_^
by KalVasFlam
2005-01-06 01:51:27
Forum: Requests
Topic: always on top
Replies: 14
Views: 9759

sorry
by KalVasFlam
2005-01-06 01:48:39
Forum: Requests
Topic: always on top
Replies: 14
Views: 9759

from http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwui/html/layerwin.asp

Examples of Using Layered Windows

If you want a dialog box to come up as a translucent window:

Create the dialog box as usual.
On WM_INITDIALOG, set the layered bit of the window's extended style and ...
by KalVasFlam
2005-01-06 01:01:46
Forum: Requests
Topic: Suport for UOAM
Replies: 24
Views: 18429


HWND map_hWnd = FindWindow("CUOAMWindow", NULL);
if (map_hWnd==NULL) { MessageBox(0, "UOAM is not running ", "Error",MB_OK); return 0; }

int x = 1234;
int y = 1234;

long nPos = x + (y * 0x10000);

// Drop marker ("track")
SendMessage(map_hWnd, WM_USER + 303, 0, nPos );

// Move to point ...
by KalVasFlam
2005-01-05 13:43:53
Forum: Requests
Topic: Client 4.0.6a # run UO
Replies: 7
Views: 6074

every runuo emulated shard uses un-encrypted client, u simply need a riced client (UORice) or disable encryption within Injection