Search found 8 matches

by cheech
Tue Apr 26, 2011 5:04 am
Forum: POL Tools
Topic: POL Scripter - new version by Hannibal
Replies: 13
Views: 41312

Re: POL Scripter - new version by Hannibal

i rly wish i could put my hands on this new pol scripter, but seems its corrupted, actually a few files on polserver files storage, seems a bit corrupted at all lol... :bacondance: i mean, when i dl it, i just can't open.
by cheech
Mon Apr 18, 2011 3:40 am
Forum: General Help (096)
Topic: bank.inc
Replies: 7
Views: 29618

Re: bank.inc

Which one are you still having a problem with? The expected identifier, got user function or the NPCKeeper 'me' variable? And the first thing that jumps out at me on bank.inc is that it includes itself...

The conversion from 095 to 096 is going to be a long project... took me months... but ...
by cheech
Fri Apr 15, 2011 9:38 am
Forum: General Help (096)
Topic: bank.inc
Replies: 7
Views: 29618

Re: bank.inc

solved the first issue, i was tryin to compile includes, to check if its corret, and as it sould be, i did insert includes, inside of the includes lol, i just rcomved the includes, from the includes, and got it working properlly.

tnx CWO, i saw a topic where he solved it before.

my question about ...
by cheech
Fri Apr 15, 2011 6:49 am
Forum: General Help (096)
Topic: bank.inc
Replies: 7
Views: 29618

Re: bank.inc

didn't solve yet the first problem but i think i alrdy found-out the problem, i think the function was defined two times, in a way that causes error, im pretty busy right now ( im at work =p ) but soon as im free im try to fix that.

anyways thnx for viewing. >_<

fail, i tried to rename the ...
by cheech
Fri Apr 15, 2011 6:43 am
Forum: General Discussion
Topic: Program keeps Crashing.
Replies: 2
Views: 3919

Re: Program keeps Crashing.

mr bubbles wrote:what program? UO Fiddler?

If that's it, try click on 'Settings' -> 'Path Settings' and make sure the path is set to your UO dir.

good mr bubbles, i had some issues with uoFiddler aswell, but mine i solved reinstalling the framework, try updating if the bubble's tips doesn't work.
by cheech
Fri Apr 15, 2011 5:46 am
Forum: General Help (096)
Topic: bank.inc
Replies: 7
Views: 29618

Re: bank.inc

didn't solve yet the first problem but i think i alrdy found-out the problem, i think the function was defined two times, in a way that causes error, im pretty busy right now ( im at work =p ) but soon as im free im try to fix that.

anyways thnx for viewing. >_<
by cheech
Fri Apr 15, 2011 4:38 am
Forum: General Help (096)
Topic: bank.inc
Replies: 7
Views: 29618

Re: bank.inc

btw, i got some error relationed to the "var" me,
start_script("NPCKeeper", me);
i decided to declare "me" as a var like this:

Code: Select all

    var me := self();
is it ok?
what you think about it?
by cheech
Fri Apr 15, 2011 4:35 am
Forum: General Help (096)
Topic: bank.inc
Replies: 7
Views: 29618

bank.inc

Having some errors, i can't figure out how to solve, actually im upgrading my scripts from pol095 to 096.7, so cept for the regular changes, mi experiecing some other errors, smoeone could help me please?

tryin to compile appraiser.scr

use npc;
use basic;
use os;
use uo;

include "include/eventid ...