Search found 375 matches

by RusseL
Sat Feb 06, 2021 7:01 am
Forum: General Help
Topic: error testing pol with TPC
Replies: 2
Views: 4296

Re: error testing pol with TPC

So, actually compiler already tells you everything

pkg/systems/attributes/regen.ecl: Recompile required

You need to recompile your scripts
by RusseL
Mon Apr 20, 2020 4:23 am
Forum: General Discussion
Topic: Wow this makes me so happy
Replies: 6
Views: 5782

Re: Wow this makes me so happy

Welcome back, Syzy! :D
by RusseL
Tue Dec 24, 2019 4:16 am
Forum: Bug Reports & Feature Requests
Topic: Actions Translation for Newer Client
Replies: 4
Views: 4517

Re: Actions Translation for Newer Client

There is a config animxlate, probably you can fix it there. But i don't know exactly how, never used it.
by RusseL
Mon Nov 25, 2019 2:19 pm
Forum: Complete Worlds
Topic: Zulu Hotel Shard Project POL099
Replies: 71
Views: 76990

Re: Zulu Hotel Shard Project POL099

Ehi guys I downloaded the distro of ZH using the tortoise, followed the README guide inside, but I have got his error ; this emulator is a mess.. to be configurate :lol: Error reading configuration file config/boats.cfg: Property 'MultiID' was not found. Element: Boat , found on line 31 You need to...
by RusseL
Thu Oct 10, 2019 9:09 am
Forum: Scripting Help
Topic: I looking for scripters
Replies: 7
Views: 6958

Re: I looking for scripters

DevGIB wrote: Thu Oct 10, 2019 4:20 am I'll do it for $385 a week, minimum 1 year contract.
Oh, this is a nice offer 8)
by RusseL
Sun Sep 22, 2019 11:26 am
Forum: Scripting Help
Topic: Icronic world
Replies: 7
Views: 6047

Re: Icronic world

It looks like you try to start 093 scripts with newer core. You must edit almost all scripts manually. For example FindStorageArea function was moved into storage module, so you need to use it inside your script. Find guild - moved to guild module. There is no "=" operator anymore, use &qu...
by RusseL
Thu Sep 19, 2019 11:48 am
Forum: Scripting Help
Topic: Icronic world
Replies: 7
Views: 6047

Re: Icronic world

Sooo?
by RusseL
Fri Sep 13, 2019 5:13 pm
Forum: General Help
Topic: mount
Replies: 27
Views: 17197

Re: mount

Yukiko wrote: Fri Sep 13, 2019 4:46 pm I wonder how the file ended up with Unix newlines. Very odd...
Newline it is a character like A or B or C, inserted when you press enter button. So, someone, who wrote this itemdesc had Unix system.
I assume you didn't wrote it line-by-line:)
by RusseL
Thu Sep 12, 2019 11:26 pm
Forum: General Help
Topic: mount
Replies: 27
Views: 17197

Re: mount

Yukiko wrote: Thu Sep 12, 2019 2:30 pm Could be but I use Windows. So the newline character in the file should be compatible with older versions of Windows.
It has absolutely nothing to do with your windows. This file has unix newlines, and Trikes notepad is bugged.
by RusseL
Thu Sep 12, 2019 2:23 pm
Forum: General Help
Topic: mount
Replies: 27
Views: 17197

Re: mount

Yeah, I figured it was a newline issue. I understand other systems have different newline encoding but he is on Windows, windows10 ist not always the same, because windows10 have a tons of subreleases now. And, after a short goooogling i found some infos that notepad properly recognize newlines onl...
by RusseL
Thu Sep 12, 2019 1:47 pm
Forum: General Help
Topic: mount
Replies: 27
Views: 17197

Re: mount

Yes. I clicked on the link I posted. Saved the file to my disc. Extracted the files using 7-Zip to a folder. Navigated to /pkg/systems/combat/config/. Right-clicked on itemdesc.cfg and chose Open with Notepad. I do not know why you see something different. I checked to see if Notepad has a setting ...
by RusseL
Sat Sep 07, 2019 2:33 am
Forum: General Discussion
Topic: 90pol converted95?
Replies: 5
Views: 5566

Re: 90pol converted95?

90 core?? never heard about it.
Who knows, if it is so old, just try it
by RusseL
Thu Aug 29, 2019 7:16 am
Forum: Scripting Help
Topic: Say hello
Replies: 29
Views: 16324

Re: Say hello

Trike wrote: Thu Aug 29, 2019 6:42 am you do not understand me, I need an src script to .skill class books that I dropped because I only have ecl because of this, I can’t go from 095pol to 100pol in
Forget about it, it is not possible without having includes and sourcecode of scripts to support this class system.
by RusseL
Wed Aug 28, 2019 11:57 pm
Forum: Scripting Help
Topic: Say hello
Replies: 29
Views: 16324

Re: Say hello

Please stop creating topics with subject "Say hello" "Hello forum" etc.


btw. nice screenshot :mrgreen: :mrgreen:
by RusseL
Wed Aug 28, 2019 9:03 am
Forum: Scripting Help
Topic: Hello forum
Replies: 1
Views: 2693

Re: Hello forum

You can only transfer *.ecl files if they were compiled and used on same version of pol core.
by RusseL
Fri Aug 23, 2019 1:50 am
Forum: Scripting Help
Topic: Please tell me ,title
Replies: 6
Views: 4982

Re: Please tell me ,title

No idea whats that. i would say just search your scripts for "title_suffix" text, and you will find your title system. After a bit of search pkg/systems/brainAI/scripts/listen/titleMaster.src:127: mobile.title_suffix := ""; pkg/systems/brainAI/scripts/listen/titleMaster.src:137: ...
by RusseL
Fri Aug 23, 2019 1:22 am
Forum: Scripting Help
Topic: Please tell me ,title
Replies: 6
Views: 4982

Re: Please tell me ,title

pol099 is a core, so clean pol doesn't have it.
Every distro have its own implementation of title system, and it could be located everywhere.
Which distro do you use?
by RusseL
Fri Aug 23, 2019 12:58 am
Forum: Scripting Help
Topic: Please tell me ,title
Replies: 6
Views: 4982

Re: Please tell me ,title

You can set a character title with "title_suffix" member.
https://docs.polserver.com/pol100/objref.php#Character

Code: Select all

who.title_suffix="Master"
by RusseL
Sat Jul 27, 2019 2:19 am
Forum: Guides
Topic: installing POL in linux
Replies: 6
Views: 5982

Re: installing POL in linux

Interesting things... Not all of my scripts were compiled. At my Windows VPN all scripts were compiled successfully, but at Ubuntu 18.04 - there is a mystery! Compiling: /home/xxx/123/pkg/skills/standard/Spiritspeak/sSpeak.src Unable to read include file '/home/xxx/123/pkg/player/community/guildsto...
by RusseL
Sat May 11, 2019 2:56 pm
Forum: Scripting Help
Topic: How to prevent using commands/words?
Replies: 11
Views: 8660

Re: How to prevent using commands/words?

Thank you guys! I use this hook also and log all commands from staff after ".". But at final, I dont understand how to prevent chars msgs after they press Enter?) Maybe someone of you can show an example or share some code? With best regards! It depends on return value of your hook. 0 - s...
by RusseL
Sat May 11, 2019 6:18 am
Forum: Scripting Help
Topic: How to prevent using commands/words?
Replies: 11
Views: 8660

Re: How to prevent using commands/words?

I used this hook to log all player messages, and to prevent in-game flooding if message repeats. It works pretty good, had 100-150 online. But, i used old svn 099 core version on my server, and after 20-25 days uptime hook always stopped working. I don't know why, never tried to search, just did a r...
by RusseL
Wed Mar 06, 2019 5:59 am
Forum: Complete Worlds
Topic: olduo.com
Replies: 5
Views: 5179

Re: olduo.com

Very nice features! I wonder how do people get such ideas, and implement it aswell :D
by RusseL
Thu Feb 07, 2019 2:59 am
Forum: Distro Bug Reports
Topic: [BUG] Character crash walking
Replies: 12
Views: 14115

Re: [BUG] Character crash walking

morgoth wrote: Wed Feb 06, 2019 5:04 pm Is there any order to be followed in the generation of realms?
Nope
by RusseL
Sat Jan 26, 2019 5:10 pm
Forum: Distro Bug Reports
Topic: [BUG] Character crash walking
Replies: 12
Views: 14115

Re: [BUG] Character crash walking

Looks like client map files differ from generated realms in server.
by RusseL
Sun Jan 20, 2019 2:16 pm
Forum: General Discussion
Topic: Missing RTP/PAT files for gold client.
Replies: 5
Views: 5511

Re: Missing RTP/PAT files for gold client.

guys, what is gold client?