Search found 244 matches

by DevGIB
Tue Sep 19, 2017 6:47 pm
Forum: Development Discussion
Topic: The starthere batch files
Replies: 11
Views: 7143

Re: The starthere batch files

My ecompile stops on errors :S
by DevGIB
Mon Sep 18, 2017 8:09 pm
Forum: Development Discussion
Topic: I have started moving posts referencing old "Distros".
Replies: 6
Views: 5245

Re: I have started moving posts referencing old "Distros".

Yeah i understand the logistics of doing it would be something different. I just figured it would allow people to try and get support of specific full world sets after the original supporters have gone away. I get that its a case of most people don't release their scripts until they're done with the...
by DevGIB
Mon Sep 18, 2017 8:04 pm
Forum: Development Discussion
Topic: Distro versioning.
Replies: 6
Views: 4803

Re: Distro versioning.

Cool I agree with that :D
by DevGIB
Mon Sep 18, 2017 12:36 am
Forum: Development Discussion
Topic: I have started moving posts referencing old "Distros".
Replies: 6
Views: 5245

Re: I have started moving posts referencing old "Distros".

This is probably a stupid suggestion, but maybe we need another forum where people can create sub forums for their distros and people can support those specific scripts?
by DevGIB
Mon Sep 18, 2017 12:26 am
Forum: Development Discussion
Topic: Distro versioning.
Replies: 6
Views: 4803

Re: Distro versioning.

I'm not so sure that versioning really applies to the Distro unless you're planning on periodically packing all the scripts into some sort of installer. As its currently an open source software on the GIT anyone can get the latest versions. I guess I'd need to know why you would want to look at addi...
by DevGIB
Fri Sep 15, 2017 4:05 pm
Forum: First steps
Topic: Question on POL99 Distro
Replies: 7
Views: 6235

Re: Question on POL99 Distro

inside the attributes package there should be a pkg.cfg file. in there is an enable option.
Can you check this is set to 1?
by DevGIB
Thu Sep 14, 2017 11:40 pm
Forum: First steps
Topic: Question on POL99 Distro
Replies: 7
Views: 6235

Re: Question on POL99 Distro

Hi Kiddiosky and welcome.
It's probably related to the ecompile.cfg file in the /scripts/ folder.
Check that as you need to enter some locations for the install of your POL directory.
See if you can work out where things are supposed to point to and try again.
by DevGIB
Mon Sep 11, 2017 6:30 am
Forum: Current stable release (099)
Topic: Adding New Status Mods
Replies: 3
Views: 4012

Re: Adding New Status Mods

A question for Turley maybe, should the resists caps or should "caps" be added as another section of the "AOSVALUEPACK" rather than giving them seperate entries?

Could caps even be packed into the same thing and still have the spacing saving?
by DevGIB
Mon Sep 11, 2017 6:19 am
Forum: Current stable release (099)
Topic: Adding New Status Mods
Replies: 3
Views: 4012

Adding New Status Mods

I've gone back to trying to work on adding new resists to the core. I might need some guidance down the track but for now i want peoples opinions/suggestions to see if I've got it right. Below is a list of the items that would need to be added and how they will be applied. Characters: CAPS PHYSICAL ...
by DevGIB
Sun Sep 10, 2017 5:35 pm
Forum: Development Discussion
Topic: A Git Hub question.
Replies: 5
Views: 4735

Re: A Git Hub question.

I use SourceTree by Atlassian ::
https://www.sourcetreeapp.com/

I find it more functional and easier to understand than Git for Windows.

I can't really help you with your Git For Windows problem as i don't know enough about it.

Sorry :(
by DevGIB
Sun Sep 03, 2017 10:09 pm
Forum: Bug Reports & Feature Requests
Topic: Sort out
Replies: 4
Views: 4518

Re: Sort out

I guess i'd need to know why you want to search for those things or what you're looking to achieve so i could make a recommendation. In an old version of POLHOOK we had an item searcher and it was super heavy on resources and would lock the whole shard up trying to find things. Was a horrible idea, ...
by DevGIB
Thu Aug 31, 2017 7:34 pm
Forum: Bug Reports & Feature Requests
Topic: Scripts stuck
Replies: 18
Views: 11463

Re: Scripts stuck

Delete the files and start fresh.
by DevGIB
Wed Aug 30, 2017 7:23 pm
Forum: General Discussion
Topic: POL Discord Server.
Replies: 7
Views: 7979

Re: POL Discord Server.

Server link has been removed, you can now access the discord server by going to the Chat tab of the main website.
Please note that you'll need to be logged into the forums to access the discord server link.
by DevGIB
Mon Aug 14, 2017 11:55 pm
Forum: General Discussion
Topic: POL Discord Server.
Replies: 7
Views: 7979

Re: POL Discord Server.

New server invite:
<EDITED>
by DevGIB
Sat Aug 12, 2017 10:18 pm
Forum: Scripting Help
Topic: Attach(character) question.
Replies: 6
Views: 4038

Re: Attach(character) question.

For characters i believe actions that the character performs should be attached to that character. For example if they are using a skill or casting a spell it should be attached. As a player can only have 1 script attached at a time it stops them from being able to do multiple things at once. I figu...
by DevGIB
Sat Aug 12, 2017 10:04 pm
Forum: Current stable release (099)
Topic: A question about server required config file values.
Replies: 2
Views: 3273

Re: A question about server required config file values.

I believe when they refer to true or false they are referring to 0 and 1 in most cases.
by DevGIB
Sun Aug 06, 2017 6:48 am
Forum: Scripting Help
Topic: Cycle wait time and Set_Priority()
Replies: 3
Views: 2812

Re: Cycle wait time and Set_Priority()

All good, i can't count the amount of times i've spent far too long looking at a script and can't work out why it doesn't work like it should in my head, only to leave it and come back a day or two later and have it suddenly click i've got something in the wrong position or have used the wrong varia...
by DevGIB
Sun Aug 06, 2017 4:57 am
Forum: Scripting Help
Topic: Cycle wait time and Set_Priority()
Replies: 3
Views: 2812

Re: Cycle wait time and Set_Priority()

Firstly are you setting the cycle_wait on that exact same line where its commented out now? If so you're setting it after the original calculation converts the minutes into seconds: cycle_wait *= 60; The reason why it would be somewhat consistently the same is in RegenVeins you have a for each which...
by DevGIB
Sun Aug 06, 2017 1:25 am
Forum: Development Discussion
Topic: Proposed change in the way resistances are handled.
Replies: 2
Views: 3420

Re: Proposed change in the way resistances are handled.

Does using the core resistances show in the status gump? I was trying to work out if the Distro already uses a custom status bar packet, however it looks like it currently has a config in the packethook package but i can't see anywhere that calls the settings or find a reference to that status bar p...
by DevGIB
Thu Aug 03, 2017 12:55 am
Forum: Current stable release (099)
Topic: New Windows Core builds built on 31-Jul-2017
Replies: 2
Views: 3451

Re: New Windows Core builds built on 31-Jul-2017

Hellow, Second link also says x86 but links to the x64 file :)
by DevGIB
Wed Aug 02, 2017 6:01 pm
Forum: Scripting Help
Topic: extend default class ?
Replies: 14
Views: 8552

Re: extend default class ?

Does it only happen when calling one of the functions or is it crashing when you boot the server?
by DevGIB
Tue Aug 01, 2017 6:25 pm
Forum: Scripting Help
Topic: extend default class ?
Replies: 14
Views: 8552

Re: extend default class ?

Firstly are you running the most recent core? The most recent patch fixed some major crash errors when it came to method scripts. Secondly the method script crashes were related to core function scripts in method scripts which require user input e.g. target() or RequestInput() or SendInputGump(). Wh...
by DevGIB
Sun Jul 30, 2017 6:36 pm
Forum: Development Discussion
Topic: The eScript style guide.
Replies: 15
Views: 9795

Re: The eScript style guide.

Only other things which i didn't notice in the guide.
  • Spacing
  • Indentation
Preference on spacing:
if( variable )
or
if(variable)

and indentation:
using spaces or tabs to indent functions, if statements, case statements etc.
by DevGIB
Fri Jul 28, 2017 9:01 am
Forum: Development Discussion
Topic: New Distro Repository
Replies: 1
Views: 3063

New Distro Repository

Hi All, As mentioned in previous threads we've setup a new repository which will but just for the active distro only. This is polserver/distro , The old repository will be renamed and will be kept for historical purposes only. The new repository will likely contain 2 branches but only 1 is available...
by DevGIB
Thu Jul 27, 2017 4:38 pm
Forum: Distro Bug Reports
Topic: Propedit
Replies: 2
Views: 4206

Re: Propedit

Do you mean when you use the .propedit command and it loads the struct as a string its causing the client to crash? I'm guessing there might be an issue with the way the client handles gump strings and if they get too long they cause a problem. I haven't seen it with structs but i have had issues in...