-
[Release] Pokemon Den of Age
-
Re: [Release] Pokemon Den of Age
-
Re: [Release] Pokemon Den of Age
Is it 3d like pokemon diamond / pearl? Or just tiles like emerald?
The GUI could use some styling tbh.
-
Re: [Release] Pokemon Den of Age
Nice release but next time put up a data-base that doesn't have a huge list of accounts on it.
Two simple reasons.
1. Everyone can now see the account details for if server is running (I'm assuming it's not)
2. It makes it take a lot longer to run the query unless you go through it manually to remove them.
And, the ''server'' option button doesn't work. Where do you change the I.P in the client manually?
-
Re: [Release] Pokemon Den of Age
tutorial?
how to install?
-
Re: [Release] Pokemon Den of Age
As for the server.
Every time I just get a Error at 32% done.
Says "Item cannot be found in the collection corresponding to the requested name or ordinal."
-
Re: [Release] Pokemon Den of Age
Have you gone into the libraries and run the reg.bat file? you need to in order to run the client and server (reg.bat in both client and server)
-
Re: [Release] Pokemon Den of Age
i can't change ip in client,how to make it?
-
1 Attachment(s)
Re: [Release] Pokemon Den of Age
Attachment 138826
i config file server.ini in depandent but server not work :(
-
Re: [Release] Pokemon Den of Age
Quote:
Originally Posted by
DeathLord17
Have you gone into the libraries and run the reg.bat file? you need to in order to run the client and server (reg.bat in both client and server)
Just says regsvr32 is not recognized as a internal or external command, operable program or batch file.
Any other suggestions?
-
Re: [Release] Pokemon Den of Age
If some people are interested to develop this engine further...
I can spare someone from my Game development team to redesign all the GUI and everything...
But you have to put it together...
Additionally, the sound system need to be fixed...
-
Re: [Release] Pokemon Den of Age
-
Re: [Release] Pokemon Den of Age
I think that either the database or the source code is incorrect. Therefore, you can not start the server. The debug shows the file modDatabase.bas the error.
-
Re: [Release] Pokemon Den of Age
Quote:
Originally Posted by
KiruHoshino
I think that either the database or the source code is incorrect. Therefore, you can not start the server. The debug shows the file modDatabase.bas the error.
what do you mean??
-
2 Attachment(s)
Re: [Release] Pokemon Den of Age
When I run the server always shows me an error when loading the attacks
(32%)
Attachment 138928Attachment 138929
-
Re: [Release] Pokemon Den of Age
Have you compiled it yet??
And run it??
I don't really remember how to run it...
It's been a while and i forgot how... hahahah x.x
-
Re: [Release] Pokemon Den of Age
Quote:
Originally Posted by
Altheim
Have you compiled it yet??
And run it??
I don't really remember how to run it...
It's been a while and i forgot how... hahahah x.x
the reg.bat just says regsvr32 is not recognized as a command.
so cant compile it.
-
Re: [Release] Pokemon Den of Age
I am trying to get this working, but the source just doesn't want to run. I've fixed several object errors but then more always come. The rtl version comes up with the same error that KiruHoshino is having
-
Re: [Release] Pokemon Den of Age
use the compile command, on the top left
-
Re: [Release] Pokemon Den of Age
Quote:
Originally Posted by
joshyb123
Nice release but next time put up a data-base that doesn't have a huge list of accounts on it.
Two simple reasons.
1. Everyone can now see the account details for if server is running (I'm assuming it's not)
2. It makes it take a lot longer to run the query unless you go through it manually to remove them.
And, the ''server'' option button doesn't work. Where do you change the I.P in the client manually?
Here's the database with no characters then: Download pdoa-db_noChars.sql from Sendspace.com - send big files the easy way
-
Re: [Release] Pokemon Den of Age
Has anyone managed to compile the server files?
Very disappointing to finally be a normal pokemon mmorpg but it did not work.
-
Re: [Release] Pokemon Den of Age
Quote:
Originally Posted by
KiruHoshino
Has anyone managed to compile the server files?
Very disappointing to finally be a normal pokemon mmorpg but it did not work.
I get run-time error 91 when compiling with windows xp, and I have tried installling other things like the developer pack for adodb
-
Re: [Release] Pokemon Den of Age
Can you send me your source code? Checking out the mistake.
-
Re: [Release] Pokemon Den of Age
Quote:
Originally Posted by
KiruHoshino
Can you send me your source code? Checking out the mistake.
Are you talking to me?
Edit-
Okay, I've managed to get that to work but it now crashes on
Move(M).MaxPP = DB_RS!Max_PP
Saying that the item cannot be found.
Edit 2-
Okay, I don't think that the source and the database match up 100%:
The source asks for these from the pokemon_moves table:
Code:
!ID = M
!Name = Trim$(Move(M).Name)
!Type = Trim$(Move(M).Type)
!Category = Trim$(Move(M).Category)
!PP = Trim$(Move(M).PP)
!MaxPP = Trim(Move(M).MaxPP)
!BasePower = Trim$(Move(M).BasePower)
!Accuracy = Trim$(Move(M).Accuracy)
!BattleEffect = Trim$(Move(M).BattleEffect)
!SecondaryEffect = Trim$(Move(M).SecondaryEffect)
!TertiaryEffect = Trim$(Move(M).TertiaryEffect)
!FourthEffect = Trim$(Move(M).FourthEffect)
!EffectRate = Trim$(Move(M).EffectRate)
!Priority = Trim$(Move(M).Priority)
!Targets = Trim$(Move(M).Targets)
!BrightPowder = Trim$(Move(M).BrightPowder)
!KingsRock = Trim$(Move(M).KingsRock)
!PhysicalContact = Trim$(Move(M).PhysicalContact)
!AlterAtk = Trim(Move(M).AlterAtk)
!AlterDef = Trim(Move(M).AlterDef)
!AlterSpAtk = Trim(Move(M).AlterSpAtk)
!AlterSpDef = Trim(Move(M).AlterSpDef)
!AlterSpeed = Trim(Move(M).AlterSpeed)
!Invunerability = Trim(Move(M).Invunerability)
However, the database table is missing some of those
Okay, this source needs quite a bit of work to it, just to make the database match up to what is required. I've fixed the pokemon_moves table and what it lacks, the max_moves variable doesn't even match up to the amount stored... Will post once I have done more work on it.
edit--3
Okay, so far managed to get all pokemon and items to load, just fixing the npcs. The problem is the database doesn't match up at all.
edit--4
Okay, 50% loaded! aaand there is a whole table missing :( "quests"... time to create it :D
-
Re: [Release] Pokemon Den of Age
I also got to this conclusion. Or the source code of the old and the new database or vice versa.
-
Re: [Release] Pokemon Den of Age
Quote:
Originally Posted by
KiruHoshino
I also got to this conclusion. Or the source code of the old and the new database or vice versa.
Source is new, database is old. I'm 100% sure.
I've got 100% load (I have gotten rid of the quests loading as there is no table for it and I don't want to generate that atm) Just crashes on the server interface as I need to create one last table "server_information"
--edit 1
Okay, fully loaded working on client.
--edit 2
Alright, I can register, but not login :D the client crashed when I tried to however the server didn't.
-
Re: [Release] Pokemon Den of Age
I have a feeling that this game will not be functional.
I am glad that you managed to get the error code repaired.
-
Re: [Release] Pokemon Den of Age
Yes well, I'll be working on the client today to see how much is not working and if I can fix it.
Okay so, the source we have been given is multiple versions I believe.
The client, database and server are all from different times.
Client is Pokemon Online Adventures which is an upgraded version of Pokemon Den Of Ages
Server is Pokemon Den Of Ages
Database is even older than the server, or it could be that the server was half way onto an upgrade into Pokemon Online Adventures.
-
Re: [Release] Pokemon Den of Age
When I finish pokemon-area I'll make a PokemonMMO in Java as all the shit released here is bullcrap.
-
Re: [Release] Pokemon Den of Age
I´m Stuck at the same thing ... the Server is running , i can register but the Client only Shows the Logging in Screen an nothing more...I think its useless to try fixing the Source. The Language is outdated and the Server , Client and Database are from different Game/Versions.
-
Re: [Release] Pokemon Den of Age
Quote:
Originally Posted by
conrew
I´m Stuck at the same thing ... the Server is running , i can register but the Client only Shows the Logging in Screen an nothing more...I think its useless to try fixing the Source. The Language is outdated and the Server , Client and Database are from different Game/Versions.
I guess you are using the server and client that is already created, the source code is different to the executeables that have been created. I don't think that the server is actualyl finished as I cannot get the login packet to work. I don't think this source will work without hours (more like days or weeks) put into it but if anyone wants my database and source code (that work up to login) I'll upload. Not many changes but here is what I did in a about an hour or so:
Code:
Pokemon Den of Age changelog:
26/10/2013
EXTRA INFO
Quests have been deactivated, (MAX_QUESTS set to 0, and changed Quest(1 to MAX_QUESTS) to Quest(1))
-Database:
-pokemon_moves
-Added Rows:
NAME TYPE SIZE
TertiaryEffect varchar 255
FourthEffect varchar 255
Invulnerability int 3
AlterAtk int 3
AlterDef int 3
AlterSpAtk int 3
AlterSpDef int 3
AlterSpeed int 3
-pokemon
-Added Rows:
NAME TYPE SIZE
genderless int 3 'I believe this can be either 0,1,2 :: No gender, Male, Female
'these are all for the egg breeding
first_stage varchar 255
egg_group1 varchar 255
egg_group2 varchar 255
-npcs
-Added Rows:
NAME TYPE SIZE
Should just be the ID of the NPCs
Quest_Giver int 11
Quest_Ender int 11
-server_information
-Added Rows:
NAME TYPE SIZE
id int 3
players_online int 11
time_of_day varchar 50
season varchar 100
time_refreshed varchar 255 'Pretty sure that this shoudln't be varchar, but the data stored is required to be string and integer.
-quests
-Added Rows:
NAME TYPE SIZE
ID int 3
-Rows that will be needed to be added:
Name
Description
Repeatable
Quest_PreReq
Object1
Object1_Parameter1
Object1_Parameter2
Object1_Number
Object2
Object2_Parameter1
Object2_Parameter2
Object2_Number
Object3
Object3_Parameter1
Object3_Parameter2
Object3_Number
Object4
Object4_Parameter1
Object4_Parameter2
Object4_Number
Object5
Object5_Parameter1
Object5_Parameter2
Object5_Number
Reward1
Reward1_Type
Reward1_Number
Reward2
Reward2_Type
Reward2_Number
Reward3
Reward3_Type
Reward3_Number
Reward4
Reward4_Type
Reward4_Number
Reward5
Reward5_Type
Reward5_Number
Repeat_Reward1
Repeat_Reward1_Type
Repeat_Reward1_Number
Repeat_Reward2
Repeat_Reward2_Type
Repeat_Reward2_Number
Repeat_Reward3
Repeat_Reward3_Type
Repeat_Reward3_Number
-Server Code
-modTypes
-Variables Changed:
MAX_POKEMON = 493
MAX_MOVES = 467
-modDatabase
Fixed the database reading to read from the correct rows (Max_PP still needs to be fixed, this applies to ALL database tables, 90% of them were wrong I think.)
-
Re: [Release] Pokemon Den of Age
Good job. Unfortunately, I am an amateur in the VB programming, and more than happy to help.
-
Re: [Release] Pokemon Den of Age
Quote:
Originally Posted by
KiruHoshino
Good job. Unfortunately, I am an amateur in the VB programming, and more than happy to help.
Not really much vb6 coding changed, mainly variable adjustments needed to be done.
-
Re: [Release] Pokemon Den of Age
Since then I managed to move the game?
-
Re: [Release] Pokemon Den of Age
Quote:
Originally Posted by
KiruHoshino
Since then I managed to move the game?
What do you mean by that?
-
Re: [Release] Pokemon Den of Age
You said that you can not connect to the client.
-
Re: [Release] Pokemon Den of Age
I can connect, but the client cannot login
-
Re: [Release] Pokemon Den of Age
is possible upload full source Fix please?
-
Re: [Release] Pokemon Den of Age
-
Re: [Release] Pokemon Den of Age
is possible upload full source Fix plss?
-
3 Attachment(s)
Re: [Release] Pokemon Den of Age
Upload new Database pleace??
here loadet 49% -...-
All SQL Tables addet
Attachment 160425Attachment 160426
-
Re: [Release] Pokemon Den of Age
Thank You for no Help ist Fixed 100% :(
Hahahahahah... :P
Attachment 160427
-
Re: [Release] Pokemon Den of Age
Quote:
Originally Posted by
Meik2010
Would you help me?
-
Re: [Release] Pokemon Den of Age
Can one upload the right db?
-
Re: [Release] Pokemon Den of Age
The database Is there It's just to do with the configurations.
-
Re: [Release] Pokemon Den of Age
New informations on this source ? Fix ?