This is a discussion thread for my server files.
You can post all questions and all bugs here.
If you have a problem, then create here http://forum.ragezone.com/f882/ a new thread AND DONT ASK HERE FOR HELP.
Printable View
This is a discussion thread for my server files.
You can post all questions and all bugs here.
If you have a problem, then create here http://forum.ragezone.com/f882/ a new thread AND DONT ASK HERE FOR HELP.
And 'possible to have a guide on how to host with hamachi?
Is that bug, that when you use an attack, or debuff, that has Area of effect, it hits only one target, still out there?
Plus, some buffs have Area of Effect too - they apply on a limited number of players that are in range.
Okay then, what about quests? Have you worked on them? And what is warfog?
Yes Im currently working on skills, quests, shenron and bug fixes. Also working on server performance.
Warfog = the fog on the map (which make you unable to see the map)
Ohh, and have you started to work on Poko skills, that summon pets (sort of) to fight? There are 2 skills. And they cannot be used at the same time.
I can only work on things which are on the beta.
No no, they are not mascots nor pets. Ppl just call them pets. There are two Poko skills with which you can summon dragons to fight
http://www.youtube.com/watch?v=q_YZVdPP2mU
http://www.youtube.com/watch?v=1-HVQu2-njA
These skills were fromt he beginning. Poko is like a summoner class in DBO. I loved this class myself. Btw, some buffs of Poko only work on these "pets". This is the one http://dbocom.com/skills/347-Kamis-Awakening/ but I dont't rembmer if it was in OB
Few more questions (you don't need to reply to them here, post them in change log, so people would see):
what about Instant Transmission (fighter and dende skills)?
Have you worked on burn/bleeding/poison skills? (the ones that deal Damage over time)
Do stun/paralyse/sleep skills work? ( a litte reminder: http://dbocom.com/skills/301-Freeze/ <--- this skill locks the user too)
And this http://dbocom.com/skills/17-Dragons-Punishment/ skill doesn't work atm.
Dont need to work on second class things because changing first to second class isnt working.
Edit:
Just figured out how to get ID from the objects on the game as example shenron altar. Soon working warfog etc.
I want a fully working game so I work step by step.
Here is a facebook page ive created.
https://www.facebook.com/dbodev
I will also post there new updates.
PS:
At 50 or more likes I will release Version 0.50
Worked a little on GM commands
https://www.youtube.com/watch?v=5V7lN8D1e_g
Edit:
Time to work on HTB skills and get the basic things ready.
50 likes on FB time to release version 0 50 :P
Alright guys.. Thanks to everyone who liked my facebook page.
Here is the version 0.50 !
Please report all bugs you know so I can fix them. The faster you report the faster they will be fixed.
Download and support me:
http://filerack.net/file/0X6jq
Download and dont support me:
https://www.sendspace.com/file/g68shw
Here you can report bugs or ask questions if you have any
http://forum.ragezone.com/f882/dbo-s...s-1036443-new/
Enjoy
Great!
I am now during instalation and i see one issue. In table accounts:
got error with column reg date i changed it intoCode:CREATE TABLE `accounts` (
`AccountID` int(10) NOT NULL AUTO_INCREMENT,
`Username` varchar(20) DEFAULT NULL,
`AccountPW` varchar(100) DEFAULT NULL,
`acc_status` enum('block','active') DEFAULT 'active',
`email` varchar(50) DEFAULT NULL,
`mallpoints` int(10) DEFAULT '0',
`reg_date` datetime DEFAULT CURRENT_TIMESTAMP,
`last_login` datetime DEFAULT NULL,
`reg_ip` varchar(15) DEFAULT NULL,
PRIMARY KEY (`AccountID`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1;
and then it worked without errors. I use xamp + navicat as u i think.Code:`reg_date` timestamp DEFAULT CURRENT_TIMESTAMP,
GameServer.exe is bugged... Reason: 10 or 15 minutes on playing, and Gameserver turn off. After that, dmp file appear on Server's folder. Can you help me? My operative system is Windows XP professional.
Old
NewCode:`reg_date` datetime DEFAULT CURRENT_TIMESTAMP,
Upgrade to the line and done.Code:`reg_date` datetime NOT NULL,
Killing mobs...
I already know why the error appear. It must be because of the zeni. I made a mistake xD
Anyway new version coming out in some days.
I use this for the account table
Quote:
-- ----------------------------
-- Table structure for accounts
-- ----------------------------
DROP TABLE IF EXISTS `accounts`;
CREATE TABLE `accounts` (
`AccountID` int(10) NOT NULL AUTO_INCREMENT,
`Username` varchar(20) DEFAULT NULL,
`AccountPW` varchar(100) DEFAULT NULL,
`acc_status` enum('block','active') DEFAULT 'active',
`email` varchar(50) DEFAULT NULL,
`mallpoints` int(10) DEFAULT '0',
`reg_date` TIMESTAMP NOT NULL DEFAULT '0000-00-00 00:00:00',
`last_login` datetime DEFAULT NULL,
`reg_ip` varchar(15) DEFAULT NULL,
PRIMARY KEY (`AccountID`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1;
well, when it comes to GM commands you could add such as: add exp (or something like that (and maybe to add levels)), add zeni.. Could it be possible to make a teleportation command? Also a command to change the sky from light to dark.... There are dozens of commands a lot of us would like to see but I dunno if it's possible to make them. The question that comes to my mind is, how GM's created items with +15 stats like 1000000% att.speed and etc ?
And you haven't worked on item stats and upgrade yet have you?
EDIT
Whenever I try to use command like @createitem or @learnskill then Gameserver.exe crashes. @Recover works normally
Okay, I feel dumb now -_- :D
Would it be possible to use GM commands on other people?
Like, I'm a character X and other person is character Y. I use GM command like @Additem Y (the other person) 1542154 (well, item ID) 1(amount). It should work because there isn't and can't be another character with the same name (I'm not a programmer so I don't know for sure)
About suggesting more commands - those commands could be made for everything, even adding a buff (well, if I remember quite right, GM's could add a buff on a player even if it's class didn't have it. plus there were buffs that, for example, mobs could put on you). And of course, commands like kick/ban and etc are mandatory. Command for changing name, command for upgrading item (well, later on, when (if) you will have that system running), command for infinite LP/EP, even a command for summoning shenron! :D I could go on and on but you don't have time for this and plus - many of them might not even be possible to make.
I just test 055 version , gameserver work good for now ,no more crash. . EP and RP works good ,but now LP CHARGE NOT WORKING ,mobs not moving around and no EXP from quest or items. Othr way skill s and buffs working good for now ,good job on that ! :)
The server is on Windows XP SP2 but it is special distribution (MX). The core it is still XP. And i think it is not problem with windows mayby with a version of XAMP - because it is problem with Database. But i solve the problem with change type od that column (other option is Default NULL)
Edit: Problem solved!
Current private shop status
http://s14.directupload.net/images/141113/wv4uifkg.jpg
Time to sleep now.
Hi thanks for your work!! I was testing 0.55 and i noticed that some skill doesn't work. Only trying human spiritualist, for esample: poison bleed charges the skill then does nothing, and other not have animation. And also the quests doesn't give rewards of any type. Sorry if you already know these bugs and for my bad english! :D
Is it possible to put that budokai winner aura on a character?
Is it a buff skill or what?
I can create a gm command for that
No, deffinately not a buff. When you win budokai you get a title (which you can choose in Chatacter window) which gives you a golden aura (it's a small golden shenron flying around you, I'm sure you have seen it). Btw there were more titles but they didn't give any aura only stats (pretty low) but idk if they existed in OB. Oh and when you take off that budokai title - you lose it and need to win budokai to win again. However if you don't take it off - it can br on you forever. Other titles could have been switched between and they wouldn't disappear. Anyway, if you still don't understand - I will post a video but tommorow only
oh and p.s. you planned 0.60 to be your last version to be released. Have you changed your mind? Or will it really be the last release?
in some old version i saw a budokai buff (but i am not shure that was a programmed or edited in client). Buff is appear for example in this movie:
https://www.youtube.com/watch?v=366K-3cKrUA
I made a video server work good , 95% skills work, realy good progress for now !!! All the credits to Daneos.. https://www.youtube.com/watch?v=G_TFHHuONWE
okay..
hoi poi system looks good until now
https://www.youtube.com/watch?v=2bBycPSllwk
time to work on some new gm commands
When you buy/craft/pick up or in any other way get items that can stack up (like senzu beans) they have to stack up the moment you get them. Dunno if you'll understand but well.. :D It's just a little thing but well, we have to report everything we see.
Another thing is that when you add a npc and kill it, it respawns. It shouldn't happen in my opinion
About the skills, I know that some of them don't work yet (like fighter's Glitz and Solar flare debuff) so yeah, nothing more to tell about it.
And if I remember quite right in original DBO every character had basic teleports to: West City (in which you can either teleport or enter through a portal), Korin map center (it was like a marketplace, a gathering area for everyone) and the teleport to race starting city (Human - Kookara, Majin - dunno how's it called and Namek - dunno either). They were market with a yellow star like icon (not that blue/green dot - those are a normal teleport). And these cost only 10 zeni to teleport. All others cost more (the higher the level of the map the higher the cost).
I have a strange problem with the server files. Not sure if it me or the server itself. The error happens when I try to "start all". I can't run any of the servers now.
Spoiler:
server manager isnt working. Dont know why its only working for me. But anyway dont use it. Wait till I work on new versions.
yes I know XD I will work on it now. But that shit is complicated xdQuote:
When you buy/craft/pick up or in any other way get items that can stack up (like senzu beans) they have to stack up the moment you get them. Dunno if you'll understand but well.. :D It's just a little thing but well, we have to report everything we see.
Server Manager works for me :) you just need to edit ServerManager.xml file and change the directory that is in there to your server file directory :)
Hey, Daneos, could it be possible for you to add like dogis/hats/back items and etc from newer clients to this older version? It's just that in HK and TW (especially in HK) there were dozens of dogis and in this version.. no more than 10 :/
Yes, like ignasmh said. It seems obvious to me, and I got it working. Editing the ServerManager.xml to point to the same folder, instead of pointing to Daneos' default location in the xml:Change this toCode:<PathToServerFiles>C:\Users\Silfro\Desktop\DBO\aDragonBall Server Files\Debug</PathToServerFiles>
Am I wrong? This worked for me... unless we're not talking about the same thing here...Code:<PathToServerFiles>./</PathToServerFiles>
As long its working all is fine :D
Worked a little bit on the item drop system. Here we go
https://www.youtube.com/watch?v=pVqvwKDOZQU
Bugs:
1. Buffs doesn't remove after death. Plus you should receive a buff after death which decreases your stats for some time.
2. Mobs respawn too fast. They should take a minute or even more to respawn.
I'll keep updating. There are still plenty of bugs with skills too but you said you weren't working on master class so whatever.
btw is there any practical use of that warfog? How does it even look like?
the client exe dont run in win32 system?plz recompile ,thankyou ~
@Daneos I am sorry if you get this question a lot but I have a akcore server and I just want to ask about if you use the sql file to code or the source itself. I am sorry if this question annoys/angers you.
After I fixed the previous bug a new one came up. The servers stop working after a few seconds.
"MySQL Error code: 1045"
One suggestion for the shop system, we had a limit of 999,999z which allowed us to sell only useless crap. It would be nice if can set higher prices.
Anyway, just a lil reminder Daneos
1. A lot of mobs in DBO world were agressive (they would start to attack you if you are close enough).
2. Stronger enemies had different name colours: Supers - light blue, Ultras - dark blue, Bosses and Heros - purple.
Normal mob names' colour would depend on your level:
Grey - super weak, 10 or more lvl lower
Green - weak, 5 or less lvl lower
Yellow - your level mobs
Orange - the ones that are 2-5 levels higher. (Ain't sure about this)
Red - the ones that are 5+++ levels higher (ain't sure about this either)
And as I said, mobs respawn too fast. This is an important part.
p.s. forgot to mention, you should be able to see all mob names the momeny you see them (not those ??? Marks) without the need to scan.
there are only 2 circumstances when you should see ??? Marks instead of name: 1. You don't have a scouter. 2. Your scouter is broken (needs to be repaired).
How about you say what is the last message in gameserver before crash? And what did you do before it crash?
Anyway updates vehicle system. Now no problems getting off of vehicles.
https://www.youtube.com/watch?v=IhervlX52pQ
1. name moster ???? how to fix for english. :P:
2. IF i use commend: @setspeed 50..vv.vv. for GM in game! game will crash file GameServer.exe and out game. how to set user or GM account for commend.
http://i58.tinypic.com/n3l0kx.jpg
I get this error using whatever gm commands avaliable, like @setspeed 20
1. U forgot to change the name of ur Database_log in Server u change just Database name.. And u must put both sql file in Navicat dbo.sql and dbo_log.sql.. 2. All mobs are ??? u must open a scouter and check ther PL then you will see the name of mob.. @stigmas @dontlookbackds
http://s29.postimg.org/rr1rcpl87/image.png
http://s27.postimg.org/kojnvqjhv/db1.png
Server.ini & mysql has the same name, so that is not the problem.
Looks like dbo_log in navicat is empty.
http://i59.tinypic.com/etyvjm.jpg
Nop u did it wrong u have 2 database in Navicat u have dbo and dbo_log thats wrong u need 1. Delete that dbo and dbo_log and go made new database in Navicat just one and name it dbo, then open it and insert 1st dbo then dbo_log sql file/ Then open server and change both Db - dbo Db - dbo
That´s what i´ve done
This is the dbo_log.sql im using
The table gm_command_log should be created, but nothing happens when i insert the dbo_log.sql into the dbo_log dbCode:/*
Navicat MySQL Data Transfer
Source Server : xampp mysql
Source Server Version : 50620
Source Host : localhost:3306
Source Database : dbo_log
Target Server Type : MYSQL
Target Server Version : 50620
File Encoding : 65001
Date: 2014-11-11 23:01:23
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for gm_command_log
-- ----------------------------
DROP TABLE IF EXISTS `gm_command_log`;
CREATE TABLE `gm_command_log` (
`id` int(20) NOT NULL AUTO_INCREMENT,
`UserID` int(15) NOT NULL DEFAULT '0',
`Command` varchar(100) NOT NULL DEFAULT 'unknown',
`Value` int(20) NOT NULL DEFAULT '0',
`DateTime` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records of gm_command_log
-- ----------------------------
Now i have opened the console over dbo_log to insert the code of dbo_log.sql manually & get this error
http://i61.tinypic.com/2prbgg0.jpg
If i delete the datetime line, the table gm_command_log is created, so theres something wrong in that line. Now i can use gm commands without datetime field
I have this error:
http://blood.xtrweb.com/images/hellodaneo.png
When i'm playing... I think this is the error: Player dwKey 200007 not found. D:
Why create a new datebase only for GMLOG? I thnik app->db doesn't work u have to use db2, with other config..., anyway, try to create only the table inside "dbo" datebase.
I was talking about this, this is the way i done, and works pefect for me
http://s4.postimg.org/4ujsx2ue5/prob.png
http://s29.postimg.org/eqoykvbcn/prob_2.png
Anyway, Daneos, none of the debuffs work (they don't even show animation). Even Spiritualist skills that do damage (but are treated as debuffs, because of the DoT and other reasons (dunno, ask devs, it's their decision)) doesn't work
Is there a problem with receiving exp from quests ? I've done a few and so far nothing.
Edit: Also new characters start with 100lp.
Edit2: Character regeneration doesn't work.
i config "Server.ini" [DATABASE_LOG] and [DATABASE] same : "dbo"
i import dbo_log
http://s13.postimg.org/ecbn45d7b/image.jpg
run server all ok
http://s13.postimg.org/nhjzy0glz/image.jpg
but add commend GM test @Setup 50 for character account Daneos
http://s13.postimg.org/683izeqs7/image.jpg
@Setup is not a gm command in daneos files.
You can see in this thread the gm commands avaliable till now.
@tIGMAS i use database Daneos, fhfhfh and Buffer is GM! i can check in database GameMaster is 1.
sr i post error! i commend "@setspeed 50" sir. i can continue run speed with 50 but gameserver crash
Is it OK if I put both dbo.sql ad dbo_log.sql in the same database?
i found some bugs, if i want to use more the 8 buffs dbo froze and stop working here the video. after that cant log in on that accaunt anymore.
https://www.youtube.com/watch?v=LeyYgXSF8lQ&feature=youtu.be
That's not a problem to delete buff from table i already did that. I just wanted to show wher the bugs is ,so bugs can be fix in the future that was my intention...
Max should be 15 buffs but well it's open beta. And when you reach the maximum you still can use that buff but yhe effects won't apply anymore - you just waste EP
Would have a list of Skills?
Just did lots of changes on all servers.
Now its possible to create more than 1 channel and run them on multiple gameserver ( 1 channel = 1 gameserver )
You should be able to drop item by dragging them from your inventory to anywhere in the map. It will ask you if you really want to delete the item and if you choose yes the item is dropped (deleted).
The same is with skill icons. You can drop them the same way from skill bars. The difference is that the question window doesn't appear (well because you can always put it back there)
All (25) vehicle items can be used now - that's not all of them. You should add that not all of them work. Because there are a few more "fancy" vehicles that only cashers had.
anyway is it possible to put stats (attributes, as you call them) on items yourself? Like set constitution (increases LP) to 9999 on jacket?
first of all it works perfectly and super easy set up
1)how i learn all skill for SM? i try gm command but learn only for MA not for SM (even if i put sm mastery so i add 1 by one with that command)
2) how to upgrade item throu database?
3)gm command for leanr all teleport
4)gm command for a set of dbs(i see some code are different in beta idk why)
5)id of scramble items
6)cannot upgrade skills of master class(if i changhe to 8 and put 1 my gameserver crash or i get only MA or only SM skills)
7)gm command to upgrade all to +15
8) why i dont see any effect?
thanks :D
You need to change your class in database. Change number of Class into 8 (it's SM id) and Changeclass index from 0 to 1.
You can upgrade item by changing Grade into whatever you want (up to 15 I guess). It might be another one because there is one for changing item rarity. I just don't remember.
ID for scramble balls is where all other item id's are. Daneos told where to search dozens of times. Do your RESEARCHES, my friend.
My Problem is this :(
http://img5.fotos-hochladen.net/uplo...z76mncjodf.png
can you help me Daneos?
Hi, daneos
[2014-12-05 19:27:16:595] Session[725AA00] GQCS Error : Err:64()
[2014-12-05 19:49:32:738] Session[30FF368] GQCS Error : Err:64()
[2014-12-05 19:50:12:877] Session[705AA00] GQCS Error : Err:64()
[2014-12-05 19:51:27:694] Session[70596F8] GQCS Error : Err:64()
[2014-12-05 19:52:58:252] itertype(m_defQuest) it = m_defQuest.find(ItemId) ERROR
[2014-12-05 19:54:37:1] Session[70570E8] GQCS Error : Err:64()
[2014-12-05 19:55:22:506] Session[70583F0] GQCS Error : Err:64()
[2014-12-06 47:829] Session[2C7FA68] GQCS Error : Err:64()
[2014-12-06 4:57:26:921] Session[306F368] GQCS Error : Err:64()
[2014-12-06 11:34:18:156] Session[77AF168] GQCS Error : Err:64()
[2014-12-06 22:35:1:116] Session[57F5628] GQCS Error : Err:64()
[2014-12-06 22:49:32:628] Session[107E540] GQCS Error : Err:64()
[2014-12-06 23:14:14:381] Session[714AA00] CompleteIO Error : Err:10054()
[2014-12-06 23:17:1:738] Session[716AA00] GQCS Error : Err:64()
[2014-12-06 23:23:3:738] Session[314F368] GQCS Error : Err:64()
[2014-12-06 23:23:31:53] Session[730AA00] GQCS Error : Err:64()
[2014-12-08 0:24:15:51] Session[739AA00] GQCS Error : Err:64()
[2014-12-08 0:31:35:549] Session[12FFA68] GQCS Error : Err:64()
[2014-12-08 0:33:55:731] itertype(m_defQuest) it = m_defQuest.find(ItemId) ERROR
[2014-12-08 0:33:55:747] itertype(m_defQuest) it = m_defQuest.find(ItemId) ERROR
[2014-12-08 0:39:16:686] Session[749AA00] CompleteIO Error : Err:100045(NTL_ERR_NET_SESSION_CLOSED)
and 2 other errors :
Attachment 149173
(character position, skill upgrade, clothes upgrade ...)
if you want log say to me.