Code Monkey home page Code Monkey logo

dayzhiveepoch's People

Contributors

epochmodteaminternal avatar maca134 avatar rajkosto avatar vbawol avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

dayzhiveepoch's Issues

Problem with compile hiveExt with detours.h

Hi, please help fix error when i start compile library, i install boost library download 5 deps (repository) add 5 environment variable to windows (5 deps folider) and try to compile but i see error with detours.h (No such file or directory)

Looking for documentation on new features

I have been attempting to use the new 500 series handlers without luck. My main issue comes from the lack of usable comments or documentation regarding these new handlers. 500 calls for a SUPERKEY but with no reference to what this needs to be its unusable. Knowing SQL lead me to believe it needed to be the column containing the unique identifier among all of the columns but nothing logical works. I have used the field marked primary key in the database for character_data in these forms:
CharacterID
'CharacterID'
"CharacterID"
""CharacterID""
and I have tried to pass an array with PlayerUID & IsAlive with no luck. Handler 302 says that it returns SUPERKEY as first _result but that number seems to change every time I restart my server. Searching for _initkey, (which the first param is compared to), gives only its declaration as a string and the comparison itself. Any chance of at least getting better examples of how to implement these so we can start migrating from unofficial workarounds to what you intend on us actually using for custom SQL calls?

Please provide compiled Version

Hi there,

unfortunately I can't manage to compile the new hive version with the 999 function.

Please provide a precompiled version

Thanks!

compiling errors.

------ Build started: Project: HiveLib, Configuration: Release Win32 ------
fatal: Not a git repository (or any of the parent directories): .git
Traceback (most recent call last):
File "C:\DayZhiveEpoch\Hive\Source\HiveLib\version_gen.py", line 8, in
_out.write(_in.read().replace("%GIT_VERSION%", version))
TypeError: expected bytes, bytearray or buffer compatible object
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppCommon.targets(124,5): error MSB3073: The command "python C:\DayZhiveEpoch\Hive\Source\HiveLib\version_gen.py C:\DayZhiveEpoch\Hive\Source\HiveLib\Version.cpp.template C:\DayZhiveEpoch\Hive\Source\HiveLib\Version.cpp

C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppCommon.targets(124,5): error MSB3073: :VCEnd" exited with code 1.

SqlObjDataSource.cpp

At file: https://github.com/vbawol/DayZhiveEpoch/blob/master/Hive/Source/HiveLib/DataSource/SqlObjDataSource.cpp

Should be :
auto worldObjsRes = getDB()->queryParams("SELECT ObjectID FROM %s WHERE Instance = %d AND ObjectUID = %'PRIu64'", _objTableName.c_str(), serverId, objectIdent);

instead of double quotes:

auto worldObjsRes = getDB()->queryParams("SELECT ObjectID FROM %s WHERE Instance = %d AND ObjectUID = %"PRIu64"", _objTableName.c_str(), serverId, objectIdent);

Throws an error that ) is missing

Method 202 not working properly

Hi,
i have found this in my hiveext.log
2014-02-02 15:19:49 HiveExt: [Information] Method: 202 Params: 162301:0:Panadur:
2014-02-02 15:19:49 HiveExt: [Error] Error executing |CHILD:202:162301:0:Panadur:|

So the players just respawn beside their body.

This is the corresponding db row
162301 113160774 11 2014-02-02 11:53:52 2014-02-02 15:18:19 [["ItemFlashlight","ItemKeyRed1939"],["ItemPainkiller","ItemBandage"]] ["DZ_Patrol_Pack_EP1",[[],[]],[[],[]]] [87,[2808.9,2190.36,0.002]] [false,false,false,false,false,false,false,12000,[],[0,0],0,[55.66,52.504]] 1 35 2014-02-02 11:53:52 2014-02-02 11:53:52 0 0 79892 7 ["","aidlpercmstpsnonwnondnon_player_idlesteady01",39,[]] 0 Survivor2_DZ 0 25064 0 450000

The Db-Design at my server is a lillte bit different to standard, but until this update there were no problems with that.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.