Search found 16 matches

by Ispa
Thu Jun 03, 2010 3:59 pm
Forum: Scripting Help
Topic: how to get backpack owner?
Replies: 3
Views: 3366

Re: how to get backpack owner?

I think I've always in that situation used item.container.container.

The container the item is in being the backpack and the container the backpack is in being the character.


i tried like this

var who := item.container.container;

but it doesn't work.


edit : ok now it works i made a loop ...
by Ispa
Wed Jun 02, 2010 4:06 pm
Forum: Scripting Help
Topic: how to get backpack owner?
Replies: 3
Views: 3366

how to get backpack owner?

if i put an item inside a character backpack is there any way to link character just knowing the item reference? (i.e. something like GetOwner(item.container);)
by Ispa
Fri Feb 05, 2010 11:42 am
Forum: Scripting Help
Topic: mastering datafile systems
Replies: 4
Views: 4367

Re: mastering datafile systems

ok i won but i dont undestand something...
now i'm able to read and write datafile in game but i dont understood when it saves on a datafile.txt under /data/ds/pkg/ folder???
by Ispa
Wed Feb 03, 2010 6:53 am
Forum: Scripting Help
Topic: mastering datafile systems
Replies: 4
Views: 4367

mastering datafile systems

hi guys :) is there any guide to learn the way of datafiles?! :D
by Ispa
Fri Jan 08, 2010 6:55 am
Forum: Scripting Help
Topic: bandwidth requirements
Replies: 3
Views: 3534

bandwidth requirements

i guys, i dunno if this is the right place to discuss about that but i really need help.


for a server which the average online player is 150-200 what is the minimum bandiwdth requirements? are 2Mbps enough?


Thank you.
by Ispa
Sun Nov 22, 2009 4:21 pm
Forum: Scripting Help
Topic: mountypes?
Replies: 0
Views: 2371

mountypes?

i was trying to add new custom mounts from http://uo-pixel.de/ (examlpe new mountable cows) but i dunno how to get mounttype can someone plz explain me how to conver graphic into mount type?

i see this config file but i dont understand how it converts graphic into mount tile graphic....


Elem ...
by Ispa
Sun Nov 22, 2009 5:26 am
Forum: Scripting Help
Topic: debug packet xchange
Replies: 1
Views: 2315

debug packet xchange

is there anyway to debug (printing log to external file or console) the packet exchange between the POL SRV and UO Client?
by Ispa
Mon Nov 09, 2009 8:33 am
Forum: Scripting Help
Topic: error BrainAI
Replies: 4
Views: 4529

Re: error BrainAI

why this work and the other not?!!? i dont see nothing difference in the logic, do you?:




use uo;
use os;

include ":brainAI:npcNerves";
include ":brainAI:npcCommands";

program BrainNerve(params)
var npc := params[1];
//var nerve_name:= params[2];
var event := params[3];
//var settings ...
by Ispa
Mon Nov 09, 2009 8:30 am
Forum: Scripting Help
Topic: error BrainAI
Replies: 4
Views: 4529

Re: error BrainAI

nono there is hey are you italian?
by Ispa
Mon Nov 09, 2009 3:57 am
Forum: Scripting Help
Topic: error BrainAI
Replies: 4
Views: 4529

error BrainAI

Hi Guys, ;)

i was playing with BrainAI(really i wanted to understood how it work :P)

i made a script just to mount the npc but when i doubleclick(in this case just return a sysmsg) on npc pol console says :


WARNING: pkg/mobiles/brainAI/bundled/tamed/prova.ecl: Unable to find module npc
syslog ...
by Ispa
Thu Oct 22, 2009 10:36 am
Forum: Scripting Help
Topic: could pol read cookies?
Replies: 0
Views: 2153

could pol read cookies?

is there anyway to let the pol to read a client web cookie? via anyway? (html.em could help?)
by Ispa
Mon Oct 19, 2009 6:27 am
Forum: Scripting Help
Topic: gump!?
Replies: 5
Views: 5125

Re: gump!?

really not... i didnt see it how did you navigate to that?

anyway tnx :P
by Ispa
Mon Oct 19, 2009 5:46 am
Forum: Scripting Help
Topic: gump!?
Replies: 5
Views: 5125

gump!?

could someone help me to understand how to create my first gump script? i dont understand how to implement it on my scripts.....
by Ispa
Tue Sep 22, 2009 3:55 am
Forum: Scripting Help
Topic: Is it possible to centralize accounts?
Replies: 5
Views: 9977

Re: Is it possible to centralize accounts?

and what about externa account database?
by Ispa
Sun Sep 20, 2009 1:53 pm
Forum: Scripting Help
Topic: Is it possible to centralize accounts?
Replies: 5
Views: 9977

Re: Is it possible to centralize accounts?

none have never tought about that?! O_O
by Ispa
Sun Sep 20, 2009 12:33 pm
Forum: Scripting Help
Topic: Is it possible to centralize accounts?
Replies: 5
Views: 9977

Is it possible to centralize accounts?

Hi All,

is there any way to synch pol account to external Radius server instead of a simple account.txt file? and there is also a way to create a dynamic html page where we can see character of a single account?


Thank you.