Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 38
Search took 0.00 seconds.
Search: Posts Made By: Garudan
Forum: Development::Bots 01-17-2019, 12:00 PM
Replies: 44
Views: 22,963
Posted By Garudan
At this point i would be happy, if some1 could...

At this point i would be happy, if some1 could give me a hint, how I make the bots just warp instead of trying to go with the pathing algo.
Forum: Development::Bots 01-17-2019, 06:14 AM
Replies: 44
Views: 22,963
Posted By Garudan
Hi, since I am still experiencing this Rubber...

Hi, since I am still experiencing this Rubber Band to an extreme extend, I wanted to ask if it is possible for a user, to just have them like they were before, i.e. running through walls no matter...
Forum: Support::General Support 01-05-2019, 07:02 AM
Replies: 1
Views: 1,789
Posted By Garudan
solved: it was an integer problem. changed...

solved:
it was an integer problem.

changed it to:
hit.damage_done = hit.damage_done*(((CastToClient()->GetSTR()-50)*100)/40);
hit.damage_done = hit.damage_done/100;

works like a charm!
Forum: Support::General Support 01-05-2019, 04:33 AM
Replies: 1
Views: 1,789
Posted By Garudan
Increasing Melee dmg with Str

so i modified the attack.cpp in line 5087 as follows

if (IsClient()) {
int extra = 0;
switch (hit.skill) {
case EQEmu::skills::SkillThrowing:
case EQEmu::skills::SkillArchery:...
Forum: Support::Windows Servers 01-04-2019, 03:32 PM
Replies: 4
Views: 2,641
Posted By Garudan
so i solved the problem: i followed this...

so i solved the problem:

i followed this guide:
https://github.com/EQEmu/Server/wiki/Ground-Up-Windows-Install

which - at least for my system - shows problems with the dependencies.
using...
Forum: Support::Linux Servers 01-04-2019, 02:58 AM
Replies: 9
Views: 6,411
Posted By Garudan
I have a very similar problem under Windows 10: ...

I have a very similar problem under Windows 10:

World.exe first runs into a:

loop for about 100(?) times.
then World.exe says


and also with EQ client i can go into the login screen which...
Forum: Support::Windows Servers 01-03-2019, 02:56 PM
Replies: 12
Views: 4,272
Posted By Garudan
omg you solved it for me!!!! thank you so much...

omg you solved it for me!!!! thank you so much phantomghost!

the problem was: in the environment variables, there was mariadb10, as the akkadius windows installer installed. but there was also a...
Forum: Support::Windows Servers 01-03-2019, 02:44 PM
Replies: 4
Views: 2,641
Posted By Garudan
i pulled the master branch from...

i pulled the master branch from https://github.com/EQEmu/Server
and trying to build it with cmake.

Should i use a different source code?
Forum: Support::Windows Servers 01-03-2019, 01:27 PM
Replies: 12
Views: 4,272
Posted By Garudan
I have googled arround a lot on the error message...

I have googled arround a lot on the error message "the system cannot find the path specified" and found that it may be something related to 32 vs 64 bit environment and/or that the paths in Windows...
Forum: Support::Windows Servers 01-03-2019, 05:34 AM
Replies: 4
Views: 2,641
Posted By Garudan
well after carefully reading it again i am...

well after carefully reading it again i am apparently missing the unistd.h dependency.
Any help (or link) where i might find this?
Forum: Support::Windows Servers 01-03-2019, 02:00 AM
Replies: 4
Views: 2,641
Posted By Garudan
CMAKE NOTFOUND problem

when i try to compile the files with cmake, i get a NOFOUND error with the following error log:
Forum: Support::Windows Servers 01-03-2019, 01:54 AM
Replies: 8
Views: 4,074
Posted By Garudan
got it working, you need to have the zlib_x64...

got it working, you need to have the zlib_x64 folder in the dependencies.
Forum: Support::Windows Servers 01-03-2019, 01:32 AM
Replies: 12
Views: 4,272
Posted By Garudan
i now sourced peq database files into my peq...

i now sourced peq database files into my peq database, which i created out of the installer myself

it worked, the server starts now and the windows are up and running

looking into the world.exe...
Forum: Support::Windows Servers 01-03-2019, 12:51 AM
Replies: 12
Views: 4,272
Posted By Garudan
It is definately mysql related. strangely there...

It is definately mysql related.
strangely there is mysql running.
it shows on task manager and I can log into with HeidiSQL.
but there is no peq Database. (just the standart mysql databases)
I...
Forum: Support::Windows Servers 01-02-2019, 05:53 PM
Replies: 12
Views: 4,272
Posted By Garudan
so first, i rerunned the autoinstaller...getting...

so first, i rerunned the autoinstaller...getting the exact same error message, even though i manually created the 'peq' database

i rerun the eqemu_server.pl and created a new server.
same thing...
Forum: Support::Windows Servers 01-02-2019, 03:56 PM
Replies: 12
Views: 4,272
Posted By Garudan
task manager says its running, but then checking...

task manager says its running, but then checking with heidisql it is running, but there is no PEQ database.....

The automatic installer must have missed that part.
any idea how i can fix this?
...
Forum: Support::Windows Servers 01-02-2019, 03:47 PM
Replies: 8
Views: 4,074
Posted By Garudan
hi I have the same issue and was not able to...

hi I have the same issue and was not able to solve this problem:

when I compile the zlib project (from the website) i get a zlibd.dll which i rename to zlib1.dll and create a new folder in my...
Forum: Support::Windows Servers 01-02-2019, 03:00 PM
Replies: 12
Views: 4,272
Posted By Garudan
Windows 10 Server Loop Crash

So I run the Akkadius installer.

When i run either t_start_server.bat or t_start_server_with_login_server.bat it opens the perl Window.

1. Then the World: changes from down to UP, you can see...
Forum: Support::Windows Servers 10-12-2017, 10:30 AM
Replies: 539
Views: 652,761
Posted By Garudan
Anyone? I have also used a self compiled version...

Anyone? I have also used a self compiled version of the .exe's, which leads me to think of a configuration problem. But no clue where to look at.
Forum: Support::Windows Servers 09-30-2017, 07:22 AM
Replies: 539
Views: 652,761
Posted By Garudan
When I did the whole installer thing, no errors...

When I did the whole installer thing, no errors come up, I end with a folder which looks like its suppost to do.

When I start t_start_server.bat a window pops up, as it is supposed to.

World:...
Forum: Development::Bug Reports 02-21-2015, 01:25 PM
Replies: 21
Views: 8,703
Posted By Garudan
you are my hero of the day dagulus, ty! ...

you are my hero of the day dagulus, ty!

since i got something else in the PATH thingy, i got no updates at all...gravity was the prob...

ty!
Forum: Development::Bug Reports 02-21-2015, 12:47 PM
Replies: 21
Views: 8,703
Posted By Garudan
sorry, I feel a bit stupid. i used and...

sorry, I feel a bit stupid.

i used

and i dont have this gravity column

it would make sense what you said because akkadius zone.exe with which it works is from 5/2/2015

could you be so...
Forum: Development::Bug Reports 02-21-2015, 12:34 PM
Replies: 21
Views: 8,703
Posted By Garudan
i just tried. it says: Charactersname Flymode...

i just tried.
it says: Charactersname Flymode OFF

it seems to think its already on. i cant turn it on

Could you please explain, where i could find the gravity setting?
Forum: Development::Bug Reports 02-21-2015, 12:16 PM
Replies: 21
Views: 8,703
Posted By Garudan
aehm, this could be something, where exactly...

aehm, this could be something, where exactly would that be?
i looked in the sql "zone" table, there is no gravity.
i looked in the zone.h and zone.cpp, there is no gravity either.
Forum: Development::Bug Reports 02-21-2015, 10:58 AM
Replies: 21
Views: 8,703
Posted By Garudan
I just created a new character and tried it...

I just created a new character and tried it again.

The character was able to move: it was similar like moving on ice (as in skyshrine for example). he accelerated once, and then became slowly...
Showing results 1 to 25 of 38

 
Forum Jump
   

All times are GMT -4. The time now is 12:07 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3