InfiniteSky server open try but some error

04/29/2017 03:54 SeiD001996#1
all is fine config files .. but try to start CMD is freeze and no continue its freeze in [VMS] added: Commands/testskilllearn.js
05/02/2017 14:10 Dragons144#2
Quote:
Originally Posted by SeiD001996 View Post
all is fine config files .. but try to start CMD is freeze and no continue its freeze in [VMS] added: Commands/testskilllearn.js
how you solve the error?? TypeError: "callback" argument must be a function
2017-05-02T12:03:03.295Z
Stacktrace:
at exports.setTimeout (timers.js:348:11)
at Object.world.addSocketToTransferQueue (C:\TSX\InfiniteSky-master\world.js:665:37)
at Object.GameStart [as function] (C:\TSX\InfiniteSky-master\packets\login\handleGameStart.js:124:9)
at Socket.CachedBuffer.onData (C:\TSX\InfiniteSky-master\CachedBuffer.js:117:41)
at Socket.<anonymous> (C:\TSX\InfiniteSky-master\CachedBuffer.js:170:18)
at emitOne (events.js:96:13)
at Socket.emit (events.js:191:7)
at readableAddChunk (_stream_readable.js:178:18)
at Socket.Readable.push (_stream_readable.js:136:10)
at TCP.onread (net.js:559:20)
05/02/2017 23:58 SeiD001996#3
no, its second error in try to log to world :) its not ready game ... full of bugs
05/03/2017 01:53 Mega Byte#4
Wrong branch, Wrong directory.
Sorry its difficult to set up :P
05/03/2017 12:11 SeiD001996#5
i use FruitSalat :)
05/03/2017 12:48 Dragons144#6
I use fruitsalat i logged in and when i want to make a caracter i cant. When i put the name and i press ok nothing happ.
05/04/2017 07:04 Mega Byte#7
Any errors in console?
Need to import the game data into the db using some of the grunt tasks which may have a problem on some PC due to race condition or something.
05/04/2017 10:38 Dragons144#8
Quote:
Originally Posted by Mega Byte View Post
Any errors in console?
Need to import the game data into the db using some of the grunt tasks which may have a problem on some PC due to race condition or something.
[Login] new Connection #1
CharacterInfos {
character:
{ RealZ: 1575,
RealY: 412,
RealX: -225,
MapID: 6,
ServerName: 'Development',
AccountID: 2,
Name: 'a',
Usable_StorageValut: 0,
Usable_HermitValut: 0,
Usable_LuckyCombining: 0,
Usable_LuckyUpgrading: 0,
Usable_LuckyEnchanting: 0,
Usable_GuildInsignia: 0,
Usable_ProtectionCharm: 0,
QuestOther: 0,
QuestCounter: 0,
QuestPart: 0,
QuestCurrent: 0,
QuestPrevious: 0,
Friends: [],
Storage: [],
SkillBar: [ [Object], [Object] ],
Skills: [],
SkillList: [ [Object], [Object] ],
QuickUseItems: [ [Object], [Object] ],
Inventory: [ [Object], [Object], [Object], [Object] ],
BankSilver: 0,
StorageSilver: 0,
StackedSilver: 100,
Silver: 50000,
StorageUse: 0,
Pet: null,
Weapon: { ID: 11 },
Bottle: null,
Boots: { Combine: 0, Enchant: 0, ID: 16 },
Amulet: null,
Gloves: { Combine: 0, Enchant: 0, ID: 15 },
Outfit: { Combine: 0, Enchant: 0, ID: 14 },
Cape: null,
Ring: null,
Stat_Vitality: 1,
Stat_Dexterity: 1,
Stat_Chi: 1,
Stat_Strength: 1,
ContributionPoints: 0,
StatPoints: 0,
SkillPoints: 0,
Honor: 0,
StatBonus: 0,
OtherIngame: 0,
Experience: 0,
Level: 1,
Face: 0,
Hair: 7,
Gender: 0,
Clan: 1,
PlayTime: 0,
IsGM: 0,
GuildAccess: 2,
GuildName: null },
Clan: 1,
Level: 1,
Modifiers:
{ HP: 14.29,
Chi: 17.14,
HitRate: 4.5700002,
Dodge: 2.29,
Damage: [ 1.36, 3.1700001, 2.71, 2.9400001 ] },
MaxHP: 0,
MaxChi: 0,
Damage: 0,
Defense: 0,
DodgeRate: 0,
HitRate: 0,
ElementalDamage: 0,
ElementalDefense: [ 0, 0, 0 ],
SkillMastery: {},
AllSkillsMastery: 0,
Chance_ReturnDamage: 0,
Chance_DeadlyBlow: 0,
AcupressureDefense: 0,
Chance_Acupressure: 0,
Luck: 0,
Weapon:
{ Damage: 0,
Mod: 1.36,
HitRate: 0,
ElementalDamage: 0,
Mastery: {},
AllMastery: 0 },
Outfit:
{ Vitality: 0,
Defense: 0,
DodgeRate: 0,
ElementalDefense: [ 0, 0, 0 ],
Luck: 0,
Skills: {},
AllSkills: 0 },
Cape:
{ Defense: 0,
DodgeDeadlyBlow: 0,
DecreasedChiConsumption: 0,
ElementalDefense: [ 0, 0, 0 ],
Mastery: {},
AllMastery: 0 },
Boots: { Defense: 0, DodgeRate: 0, Luck: 0, Mastery: {} },
Gloves: { Defense: 0, HitRate: 0, Luck: 0, Mastery: {} },
Ring:
{ Dexterity: 0,
ElementalDamage: 0,
DeadlyRate: 0,
Luck: 0,
Mastery: {},
AllMastery: 0 },
Amulet:
{ Chi: 0,
ElementalDefense: [ 0, 0, 0 ],
Luck: 0,
Mastery: {},
AllMastery: 0 },
Pet:
{ HP: 0,
Chi: 0,
Damage: 0,
Defense: 0,
Mastery: {},
DodgeRate: 0,
HitRate: 0,
ElementalDamage: 0,
ElementalDefense: 0,
MaxGrowth: 0,
Scale: 0 },
updateCalls: {} }
Looking up experience for level: 1
Exp info not found while updating character infos


but the caracter is not created!!
05/04/2017 11:00 Mega Byte#9
Quote:
Originally Posted by Dragons144 View Post
Looking up experience for level: 1
Exp info not found while updating character infos


but the caracter is not created!!
You need to import the experience information into the mongodb from the game data.

Use the grunt task to do this.

If not done already.
Code:
npm install -g grunt-cli
cd grunt
Code:
grunt expToMongo
grunt itemsToMongo
grunt monstersToMongo
grunt npcToMongo
grunt questsToMongo
grunt skillsToMongo
etc...

grunt -h can tell you all the commands you can run. Although some are experiemental or require downloading translation CSV from google sheets.

to make an account

grunt createAccount:admin:admin:100

Make sure you configure the json files in the config directory to point them to game directory.
05/04/2017 23:38 Dragons144#10
it workkkkkkkk i logged innnnnnn thanks very very much


i cant buy nothing from item mall its say unhandled packet: 0x76 size:40
i cannot drop anything.
05/05/2017 04:41 Mega Byte#11
Then those things need to be coded/implemented in.

Figure out how to investigate how things work. (RE means Reverse Engineer)
And how to code them into the project.

Also look / search existing github issues for idea of where things are at or things that you might be able to pick up and work on.

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]