So, actually compiler already tells you everything
pkg/systems/attributes/regen.ecl: Recompile required
You need to recompile your scripts
Search found 375 matches
- Sat Feb 06, 2021 7:01 am
- Forum: General Help
- Topic: error testing pol with TPC
- Replies: 2
- Views: 5071
- Mon Apr 20, 2020 4:23 am
- Forum: General Discussion
- Topic: Wow this makes me so happy
- Replies: 6
- Views: 6749
Re: Wow this makes me so happy
Welcome back, Syzy! ![Very Happy :D](./images/smilies/a_grin.gif)
![Very Happy :D](./images/smilies/a_grin.gif)
- Tue Dec 24, 2019 4:16 am
- Forum: Bug Reports & Feature Requests
- Topic: Actions Translation for Newer Client
- Replies: 4
- Views: 5085
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.
- Mon Nov 25, 2019 2:19 pm
- Forum: Complete Worlds
- Topic: Zulu Hotel Shard Project POL099
- Replies: 71
- Views: 88460
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...
- Thu Oct 10, 2019 9:09 am
- Forum: Scripting Help
- Topic: I looking for scripters
- Replies: 7
- Views: 8166
- Sun Sep 22, 2019 11:26 am
- Forum: Scripting Help
- Topic: Icronic world
- Replies: 7
- Views: 7228
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...
- Thu Sep 19, 2019 11:48 am
- Forum: Scripting Help
- Topic: Icronic world
- Replies: 7
- Views: 7228
Re: Icronic world
Sooo?
- Fri Sep 13, 2019 5:13 pm
- Forum: General Help
- Topic: mount
- Replies: 27
- Views: 20805
- Thu Sep 12, 2019 11:26 pm
- Forum: General Help
- Topic: mount
- Replies: 27
- Views: 20805
- Thu Sep 12, 2019 2:23 pm
- Forum: General Help
- Topic: mount
- Replies: 27
- Views: 20805
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...
- Thu Sep 12, 2019 1:47 pm
- Forum: General Help
- Topic: mount
- Replies: 27
- Views: 20805
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 ...
- Sat Sep 07, 2019 2:33 am
- Forum: General Discussion
- Topic: 90pol converted95?
- Replies: 5
- Views: 6481
Re: 90pol converted95?
90 core?? never heard about it.
Who knows, if it is so old, just try it
Who knows, if it is so old, just try it
- Thu Aug 29, 2019 7:16 am
- Forum: Scripting Help
- Topic: Say hello
- Replies: 29
- Views: 20154
Re: Say hello
Forget about it, it is not possible without having includes and sourcecode of scripts to support this class system.
- Wed Aug 28, 2019 11:57 pm
- Forum: Scripting Help
- Topic: Say hello
- Replies: 29
- Views: 20154
Re: Say hello
Please stop creating topics with subject "Say hello" "Hello forum" etc.
btw. nice screenshot
![Mr. Green :mrgreen:](./images/smilies/icon_mrgreen.gif)
btw. nice screenshot
![Mr. Green :mrgreen:](./images/smilies/icon_mrgreen.gif)
![Mr. Green :mrgreen:](./images/smilies/icon_mrgreen.gif)
- Wed Aug 28, 2019 9:03 am
- Forum: Scripting Help
- Topic: Hello forum
- Replies: 1
- Views: 3258
Re: Hello forum
You can only transfer *.ecl files if they were compiled and used on same version of pol core.
- Fri Aug 23, 2019 1:50 am
- Forum: Scripting Help
- Topic: Please tell me ,title
- Replies: 6
- Views: 6007
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: ...
- Fri Aug 23, 2019 1:22 am
- Forum: Scripting Help
- Topic: Please tell me ,title
- Replies: 6
- Views: 6007
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?
Every distro have its own implementation of title system, and it could be located everywhere.
Which distro do you use?
- Fri Aug 23, 2019 12:58 am
- Forum: Scripting Help
- Topic: Please tell me ,title
- Replies: 6
- Views: 6007
Re: Please tell me ,title
You can set a character title with "title_suffix" member.
https://docs.polserver.com/pol100/objref.php#Character
https://docs.polserver.com/pol100/objref.php#Character
Code: Select all
who.title_suffix="Master"
- Sat Jul 27, 2019 2:19 am
- Forum: Guides
- Topic: installing POL in linux
- Replies: 6
- Views: 7060
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...
- Sat May 11, 2019 2:56 pm
- Forum: Scripting Help
- Topic: How to prevent using commands/words?
- Replies: 11
- Views: 10142
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...
- Sat May 11, 2019 6:18 am
- Forum: Scripting Help
- Topic: How to prevent using commands/words?
- Replies: 11
- Views: 10142
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...
- Wed Mar 06, 2019 5:59 am
- Forum: Complete Worlds
- Topic: olduo.com
- Replies: 5
- Views: 6000
Re: olduo.com
Very nice features! I wonder how do people get such ideas, and implement it aswell ![Very Happy :D](./images/smilies/a_grin.gif)
![Very Happy :D](./images/smilies/a_grin.gif)
- Thu Feb 07, 2019 2:59 am
- Forum: Distro Bug Reports
- Topic: [BUG] Character crash walking
- Replies: 12
- Views: 16927
- Sat Jan 26, 2019 5:10 pm
- Forum: Distro Bug Reports
- Topic: [BUG] Character crash walking
- Replies: 12
- Views: 16927
Re: [BUG] Character crash walking
Looks like client map files differ from generated realms in server.
- Sun Jan 20, 2019 2:16 pm
- Forum: General Discussion
- Topic: Missing RTP/PAT files for gold client.
- Replies: 5
- Views: 6587
Re: Missing RTP/PAT files for gold client.
guys, what is gold client?