Search found 82 matches

by Sadahar
Sun Dec 09, 2012 10:52 am
Forum: Current stable release (099)
Topic: 2.0.0 Encryption broken
Replies: 1
Views: 2346

2.0.0 Encryption broken

I've come back to POL after several years... In my old days I used POL095, now I would like to use latest version, and possibly contribute some code to the project if needed. My biggest problem right now with the new core is that 2.0.0 encryption is not working anymore. I set up clean Pol095 and 099...
by Sadahar
Sat Jan 16, 2010 4:37 am
Forum: General Discussion
Topic: Problem with custom map
Replies: 22
Views: 10352

Re: Problem with custom map

Im not 100% sure but...
1) name the deed: CoveHouseDeed (for example)
2) Deed's HouseObjType must be House's Objtype (0x4018)

I think that way will work.
by Sadahar
Sat Jan 16, 2010 4:34 am
Forum: UOFiddler
Topic: Feature Request copy content from one Mul to another
Replies: 7
Views: 5758

Re: Feature Request copy content from one Mul to another

Um... nice nice textures... I have same color to pass colors from verdata to colors.mul, im not good with graphic stuff... :(
by Sadahar
Tue Jan 05, 2010 6:29 am
Forum: General Discussion
Topic: I am looking for a server like Icrontic/Ikrontik/Neverlands
Replies: 16
Views: 13601

Re: I am looking for a server like Icrontic/Ikrontik/Neverlands

that one is what i used ;) let me finish it up, and ill send you a 099 compatible version
by Sadahar
Sun Dec 27, 2009 11:04 am
Forum: General Discussion
Topic: I am looking for a server like Icrontic/Ikrontik/Neverlands
Replies: 16
Views: 13601

Re: I am looking for a server like Icrontic/Ikrontik/Neverlands

Its up in beta state.. im still developing some things :P
There are some bugs but ill fix them soon ;)
by Sadahar
Fri Dec 25, 2009 4:42 am
Forum: General Discussion
Topic: I am looking for a server like Icrontic/Ikrontik/Neverlands
Replies: 16
Views: 13601

Re: I am looking for a server like Icrontic/Ikrontik/Neverlands

Im developing an Icrontic-based server.. Scripts are almost done and the host is prepared :D

Middle Age Shard - middleage.witorrent.com

(It's not up atm, but will be soon)
by Sadahar
Mon Nov 23, 2009 10:58 am
Forum: General Help (098)
Topic: Pol running in Linux 64 bits
Replies: 0
Views: 2531

Pol running in Linux 64 bits

Well i open this thread to ask about how to run pol on a Ubuntu 8.10 Server 64-bits.
I guess Gentoo distribution wont work :D but i am a bit noob on linux anyway.

ty for help.
by Sadahar
Sat Sep 26, 2009 2:49 am
Forum: General Discussion
Topic: New Custom Client Hits The Scene
Replies: 22
Views: 23691

Re: New Custom Client Hits The Scene

Well you cant compile becouse you need XNA framework installed with Visual Studio >< (Or whatever its called) and to run the client.. the same stuff.. you need the XNA framework. I dont know C# enought to work on the client.. graphic stuff and so.. im still unable to handle it.. i want to learn and ...
by Sadahar
Fri Sep 25, 2009 5:52 am
Forum: General Discussion
Topic: New Custom Client Hits The Scene
Replies: 22
Views: 23691

Re: New Custom Client Hits The Scene

Is this project still alive?
by Sadahar
Mon Sep 21, 2009 9:57 am
Forum: Scripting Help
Topic: Is it possible to centralize accounts?
Replies: 5
Views: 5890

Re: Is it possible to centralize accounts?

It is possible. POL has an excelent "scripted" web system, that is that you can mix eScript with html. I've been iddle for a while from the eScript language so i dont remember the file extension or teh exact way to make the script.. but i think it was: test.asp --compilation--> test.ecl <h...
by Sadahar
Sun Aug 23, 2009 2:00 am
Forum: Scripting Help
Topic: Tooltips; What are they and why don't they work or do they?
Replies: 12
Views: 5977

Re: Tooltips; What are they and why don't they work or do they?

I'm not sure if the tooltip will display the "Tooltip" cfg entry of the item (maybe you have to script that), but if you have them enabled, every time you hover the mouse over an item the tooltip will display its default name.

Myabe you dont have the correct expansion enabled(ML)?
by Sadahar
Thu Aug 20, 2009 9:55 am
Forum: Distro Patch Submissions
Topic: Revival
Replies: 10
Views: 8021

Re: Revival

Yeah would be nice to have a fully functional distro.
Anyway there is a little problem with Ultima Online.. its comunity is about to die, and that is not good for new servers.
by Sadahar
Sat May 30, 2009 1:09 pm
Forum: General Help (095)
Topic: Ore and damage
Replies: 4
Views: 5506

Re: Ore and damage

I guess you are not using official pol098's distro ... so try to check your pkg/skills/balcksmithy/ blacksmithy.src or useSmithHammer.src or similar.

That script handles the creation of an item so there is where you have to edit/add any property to the item.
(That is for BS items.)
by Sadahar
Sat May 30, 2009 5:39 am
Forum: General Help (095)
Topic: Ore and damage
Replies: 4
Views: 5506

Re: Ore and damage

you can do it in your cfraft script. It depends of your distro.
by Sadahar
Fri May 29, 2009 3:21 am
Forum: Complete Worlds
Topic: Zulu Hotel Shard Project POL099
Replies: 71
Views: 76998

Re: Fantasia Shard project 7.0!

I worked with that base.. but man... there was so many things that didnt work.. too many to run a shard xD
by Sadahar
Sat May 02, 2009 2:56 pm
Forum: Complete Worlds
Topic: Zulu Hotel Shard Project POL099
Replies: 71
Views: 76998

Re: Fantasia Shard project 7.0!

delete the script setting of restart form all merchants. or script a new restart script
by Sadahar
Thu Apr 30, 2009 12:06 pm
Forum: Complete Worlds
Topic: Zulu Hotel Shard Project POL099
Replies: 71
Views: 76998

Re: Fantasia Shard project 7.0!

That's because merchant's restart script is messed up, try to.. or just delete each merchant's restart script from npcdesc.. or fix the script. (I did a. XD)
by Sadahar
Sat Apr 25, 2009 6:42 am
Forum: Scripting Help
Topic: SpellWeaving -> Error
Replies: 12
Views: 6697

Re: SpellWeaving -> Error

Code: Select all

Attribute SpellWeaving
...
const ATTRIBUTEID_SPELLWEAVING := "spellweaving";
Atributte must be exactly the same as the const defined.
so, for the attribute SpellWeaving, the const must be "SpellWeaving", and no "spellweaving.
by Sadahar
Wed Apr 22, 2009 7:17 am
Forum: General Discussion
Topic: I need a bit of info
Replies: 5
Views: 3959

Re: I need a bit of info

I tryed to make it work already.. but theres just one big problem.. gumps.
KR Gumps are not supported by POL... yet. so I could logon, walk around and so... but no gumps were displayed.
by Sadahar
Tue Apr 21, 2009 1:40 pm
Forum: Contributed Scripts & Packages
Topic: Zulu Hotel First Age Pol 097 Script Set Converted!
Replies: 2
Views: 5440

Re: Zulu Hotel First Age Pol 097 Script Set Converted!

Good work man, that is very appreciated :P
by Sadahar
Sat Apr 18, 2009 11:27 am
Forum: General Discussion
Topic: In theory, is there a limit on how many players pol handles?
Replies: 4
Views: 3504

Re: In theory, is there a limit on how many players pol handles?

Internet conexion i guess...
How much kb/sec does pol needs for each player?
by Sadahar
Fri Apr 17, 2009 9:16 am
Forum: General Help (098)
Topic: POL 098 Win32, Linux and FreeBSD - Beer and Waffles
Replies: 9
Views: 7890

Re: POL 098 Win32, Linux and FreeBSD - Beer and Waffles

ummm custom MMORPGs ... sound very good!
by Sadahar
Mon Apr 13, 2009 11:14 am
Forum: Complete Worlds
Topic: Zulu Hotel Shard Project POL099
Replies: 71
Views: 76998

Re: Fantasia Shard project 7.0!

Ummm i know you said you wont give any support... but do ya have the shard's files (hues.mul, maybe verdata.mul)? I've used this projects as my server's base.
by Sadahar
Sat Apr 04, 2009 10:41 am
Forum: Bug Reports Archive (098)
Topic: Client crash on player creation
Replies: 4
Views: 5310

Client crash on player creation

Client: 6.0.13
When I create a new character everything is done allright but client freezes.
If I try out any older version like 5.0.9.1 its ok, there is no crash.
Maybe a core 'bug'?
by Sadahar
Wed Apr 01, 2009 2:55 am
Forum: General Discussion
Topic: POL Open Source -April Fools 2009
Replies: 10
Views: 6791

Re: POL Open Source

Maybe you shouldnt do this...