Search found 40 matches

by yayafan
Fri Jan 31, 2020 8:05 pm
Forum: Current development (100)
Topic: razor negotiate feature
Replies: 2
Views: 3565

Re: razor negotiate feature

The script is ok to run, no error. But the function doesn’t work, i mean no matter your razor set “ negotiate with server” or not, the function will not be trigged when player login into the server.
by yayafan
Tue Jan 28, 2020 10:05 pm
Forum: Current development (100)
Topic: razor negotiate feature
Replies: 2
Views: 3565

razor negotiate feature

Hello,
Does anyone have razor negotiate feature script for POL100?
I tyied the script package from this forum, but it doesn't work with latest POL100 version.
by yayafan
Sat Dec 21, 2019 2:00 am
Forum: Current development (100)
Topic: A new Core is available built on 2019-12-18.
Replies: 10
Views: 7030

Re: A new Core is available built on 2019-12-18.

Hi,
I downloaded, rec-complie all scripts, and tyied command ".control", it still not work.
Language is "CHT"
by yayafan
Wed Dec 18, 2019 12:28 am
Forum: Bug Reports & Feature Requests
Topic: StrFormatTime error with latest POL100 core
Replies: 4
Views: 4411

Re: StrFormatTime error with latest POL100 core

I tried with LANG set to CHT and ENU, both have this problem.
What's LC_TIME ? I don't know the mean of it.
by yayafan
Mon Dec 16, 2019 7:13 am
Forum: Bug Reports & Feature Requests
Topic: StrFormatTime error with latest POL100 core
Replies: 4
Views: 4411

StrFormatTime error with latest POL100 core

I found something wrong with StrFormatTime function: for example: var time := StrFormatTime( "%I:%M:%S %p", CInt( POLCore().systime )); it doesn't work change to : var time := StrFormatTime( "%I:%M:%S", CInt( POLCore().systime )); it works seems %p paramter doesnt' work in StrFor...
by yayafan
Sun Dec 15, 2019 7:21 pm
Forum: Bug Reports & Feature Requests
Topic: gump error with latest pol100 core
Replies: 6
Views: 5170

Re: gump error with latest pol100 core

You are great!
The problem is solved with this core!
:cheesy:
by yayafan
Sun Dec 15, 2019 6:34 am
Forum: Bug Reports & Feature Requests
Topic: gump error with latest pol100 core
Replies: 6
Views: 5170

Re: gump error with latest pol100 core

Can you complie your latest veriosn and give me the link to download?

I can't complie Core.....
by yayafan
Sun Dec 15, 2019 1:22 am
Forum: Bug Reports & Feature Requests
Topic: gump error with latest pol100 core
Replies: 6
Views: 5170

Re: gump error with latest pol100 core

[12/15 16:59:50] Logfile opened. Server -> Client: 0x1C, 65 bytes 0000 1c 00 41 01 01 01 01 01 01 00 03 b2 00 03 53 79 ..A..... ......Sy 0010 73 74 65 6d 00 00 00 00 00 00 00 00 00 00 00 00 stem.... ........ 0020 00 00 00 00 00 00 00 00 00 00 00 00 49 2f 4f 20 ........ ....I/O 0030 6c 6f 67 20 66 69...
by yayafan
Sat Dec 14, 2019 7:02 pm
Forum: Bug Reports & Feature Requests
Topic: gump error with latest pol100 core
Replies: 6
Views: 5170

gump error with latest pol100 core

Hello , I updated to the latest version of POL100, to use uicode function, it works! But for some gump, I got error, for example: when I use acctinfo command, and I click "Default CmdLevel:" button to change default cmdlevel for me, then no gump pup up and an error message in game :" ...
by yayafan
Wed Dec 11, 2019 4:11 am
Forum: Development Discussion
Topic: mf_SendTextEntryGumpUC in unimod.cpp
Replies: 10
Views: 7203

Re: mf_SendTextEntryGumpUC in unimod.cpp

That’s great! I will download the latest core to try.
It seems There is something wrong with download link on the download page, I cant’s get the latest pol100 core now!
by yayafan
Wed Dec 11, 2019 3:44 am
Forum: Current development (100)
Topic: There is a freshly baked Core out and is it yummy!11
Replies: 3
Views: 4362

Re: There is a freshly baked Core out and is it yummy!11

Hello,
Can you check the download link ?
I tryied, but the page show erro and I can't download it.
by yayafan
Tue Dec 10, 2019 8:40 pm
Forum: Development Discussion
Topic: mf_SendTextEntryGumpUC in unimod.cpp
Replies: 10
Views: 7203

Re: mf_SendTextEntryGumpUC in unimod.cpp

Do you mean you will implement this function into the next POL core version? :cheesy:
by yayafan
Mon Dec 09, 2019 1:12 am
Forum: Development Discussion
Topic: mf_SendTextEntryGumpUC in unimod.cpp
Replies: 10
Views: 7203

Re: mf_SendTextEntryGumpUC in unimod.cpp

POL100 latest version
by yayafan
Fri Dec 06, 2019 6:25 pm
Forum: Development Discussion
Topic: mf_SendTextEntryGumpUC in unimod.cpp
Replies: 10
Views: 7203

Re: mf_SendTextEntryGumpUC in unimod.cpp

I mean, in Runuo or sphere, you can write unicode in gump in script, but in polserver, can’t do that. The only way to show Unicode in gump in pol it’s to use clioc now
by yayafan
Thu Dec 05, 2019 1:46 am
Forum: Development Discussion
Topic: mf_SendTextEntryGumpUC in unimod.cpp
Replies: 10
Views: 7203

mf_SendTextEntryGumpUC in unimod.cpp

BObjectImp* UnicodeExecutorModule::mf_SendTextEntryGumpUC() { // SendTextEntryGumpUC(who, uc_text1, cancel := TE_CANCEL_ENABLE, // style := TE_STYLE_NORMAL, maximum := 40, uc_text2 := {} ); return new BError( " Function not implimented " ); } I found there is a function for unicode gump su...
by yayafan
Wed Nov 29, 2017 12:55 am
Forum: General Discussion
Topic: strange issue need support
Replies: 0
Views: 4930

strange issue need support

I'm using POL99 and client 6.0 and razor, when player fly from britinia to britinia_alt map, some monster's graphic will not show(other monster's can show as normal), player need login out and login in again, then he can see the graphic of these mosters. Does anyone have similar before and how to so...
by yayafan
Tue Nov 21, 2017 3:51 pm
Forum: General Discussion
Topic: max account limitation per IP
Replies: 5
Views: 5944

Re: max account limitation per IP

Thank to everyone above!
by yayafan
Tue Nov 21, 2017 3:11 am
Forum: General Discussion
Topic: max account limitation per IP
Replies: 5
Views: 5944

Re: max account limitation per IP

hello,

Thanks for your suggestion.

I want to create a script that can limit the numbers of same IP , such as 2 or 3. I will try to write one.

BR!
by yayafan
Mon Nov 20, 2017 11:33 pm
Forum: General Discussion
Topic: max account limitation per IP
Replies: 5
Views: 5944

max account limitation per IP

Hello,
Does anyone know how to limit the maximum accounts per IP ?
In my shard some one register a lot of new accounts to get new player starting gold , I'm running POL99 server. I'm wondering whether there is a setting in some .cfg file.
Thanks!
by yayafan
Fri Nov 17, 2017 5:54 pm
Forum: Contributed Scripts & Packages
Topic: Complete Auction System
Replies: 26
Views: 18132

Re: Complete Auction System

Hello,
I tried to write a auctioner.src file, and it works on my shard with "complete auction system", for anyone maybe need it, please find the file here. Just put it into the brainAI\scripts\listen folder.
by yayafan
Fri Nov 17, 2017 12:56 am
Forum: Current stable release (099)
Topic: The procedure entry point K32*** could not be located in the dynamic link library KERNEL32.dll
Replies: 5
Views: 9859

Re: The procedure entry point K32*** could not be located in the dynamic link library KERNEL32.dll

Hello, This page has some helpful information regarding this issue: https://www.khronos.org/bugzilla/show_bug.cgi?id=1216 The procedure entry point K32GetProcessMemoryInfo could not be located in the dynamic link library KERNEL32.dll. The MSDN page for GetProcessMemoryInfo (http://msdn.microsoft.com...
by yayafan
Thu Nov 16, 2017 9:01 pm
Forum: Contributed Scripts & Packages
Topic: Complete Auction System
Replies: 26
Views: 18132

Re: Complete Auction System

The auctioneer.src can't be used with this "complete auction system", I will try to write a new one by myself.
by yayafan
Wed Nov 15, 2017 10:37 pm
Forum: Contributed Scripts & Packages
Topic: Complete Auction System
Replies: 26
Views: 18132

Re: Complete Auction System

*Edwards wrote: Wed Nov 15, 2017 9:57 am That's because they replaced the official distro with some 'new' files.

See if the file on https://github.com/polserver/Distro/tre ... scripts/ai is working.
I will try this one, thank you!
by yayafan
Tue Nov 14, 2017 10:56 pm
Forum: Contributed Scripts & Packages
Topic: Complete Auction System
Replies: 26
Views: 18132

Re: Complete Auction System

Hello,

Can anyone send me the auctioner.src ?

It's not included in the zip file.

Thanks!
by yayafan
Sun Nov 12, 2017 4:13 pm
Forum: Current stable release (099)
Topic: The procedure entry point K32*** could not be located in the dynamic link library KERNEL32.dll
Replies: 5
Views: 9859

Re: The procedure entry point K32*** could not be located in the dynamic link library KERNEL32.dll

The error information is:
"The procedure entry point K32GetProcessMemoryInfo could not be located in the dynamic link library KERNEL32.dll"