Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

RPG Unity3d - Black Wing Blade 2 - Source Code

Newbie Spellweaver
Joined
Jan 7, 2017
Messages
23
Reaction score
9
Re: [Release] MMO RPG Unity3d - Black Wing Blade 2 - Source Code

mysql db darksword2 -> task -> tables 581
you progaram task(Records of table 448 ) - > your program will display as 92 tables. i need all tables.

281 map fix need 485 table.

 
Newbie Spellweaver
Joined
Jan 7, 2017
Messages
23
Reaction score
9
Re: [Release] MMO RPG Unity3d - Black Wing Blade 2 - Source Code

mysql db darksword2 -> task -> tables 581
you progaram task(Records of table 448 ) - > your program will display as 92 tables. i need all tables.

281 map fix need 485 table.

the Tables, - is a table like "task".
tables contain entryes (records, rows).
Table "task" only contains 441 entryes (records, rows) ! (in MySQL database)
581 - is ID (unique identifier) of one task (records, rows)

djbadboys38 - RPG Unity3d - Black Wing Blade 2 - Source Code - RaGEZONE Forums


Main utilite:
djbadboys38 - RPG Unity3d - Black Wing Blade 2 - Source Code - RaGEZONE Forums


MySQL Base:
djbadboys38 - RPG Unity3d - Black Wing Blade 2 - Source Code - RaGEZONE Forums
 
Last edited:
Newbie Spellweaver
Joined
Jan 16, 2017
Messages
22
Reaction score
1
Re: [Release] MMO RPG Unity3d - Black Wing Blade 2 - Source Code

i cant login using 127.0.0.1 . it always reconnecting.
 
Joined
Sep 24, 2012
Messages
405
Reaction score
63
Re: [Release] MMO RPG Unity3d - Black Wing Blade 2 - Source Code

Troxex change 127.0.0.1 not work.
Mimi Neko sorry my mistake. my problem you progarm ! down max 63 line and auto reload up line 0 all time.

my pc - Windows 10 64bit - i7 - 8 gb ram
 
Last edited:
Newbie Spellweaver
Joined
Jan 7, 2017
Messages
23
Reaction score
9
Re: [Release] MMO RPG Unity3d - Black Wing Blade 2 - Source Code

Troxex change 127.0.0.1 not work.
Mimi Neko sorry my mistake. my problem you progarm ! down max 63 line and auto reload up line 0 all time.

my pc - Windows 10 64bit - i7 - 8 gb ram

- I am also watching it. It seems it is only on the table "task"?
perhaps this is due to a bug in the table or bug Unity3d UI component.
Doing a filter on the table, then it will be easier!
 
Newbie Spellweaver
Joined
Jan 16, 2017
Messages
22
Reaction score
1
Re: [Release] MMO RPG Unity3d - Black Wing Blade 2 - Source Code

Troxex change 127.0.0.1 not work.
Mimi Neko sorry my mistake. my problem you progarm ! down max 63 line and auto reload up line 0 all time.



my pc - Windows 10 64bit - i7 - 8 gb ram




what should i put
 
Joined
Sep 24, 2012
Messages
405
Reaction score
63
Re: [Release] MMO RPG Unity3d - Black Wing Blade 2 - Source Code

Global ip ? Mimi Neko all tables max 60 lines the bug. Video open 2 tables task and maplvl.. plizz fix
 
Newbie Spellweaver
Joined
Jan 7, 2017
Messages
23
Reaction score
9
Re: [Release] MMO RPG Unity3d - Black Wing Blade 2 - Source Code

anyone who want to help me i just bought taichi panda full resource files. help me to setup then gonna share you my files.


message me here or email me at ian.mhart21@gmail.com

It is very good! Where did you buy it? you can link to the resource?
this is a Chinese online source games?!
 
Newbie Spellweaver
Joined
Mar 17, 2014
Messages
17
Reaction score
4
Re: [Release] MMO RPG Unity3d - Black Wing Blade 2 - Source Code

how i can translate everything i just changed the text in unity but once i start the game its chinese again
 
Newbie Spellweaver
Joined
Jan 7, 2017
Messages
23
Reaction score
9
Re: [Release] MMO RPG Unity3d - Black Wing Blade 2 - Source Code

A new version of my utilities!
What's new:
- Adding new rows in table
- Delete the selected rows from the table
Filter array of strings
- Removed a bug due to which the scroll the table to the beginning.
- Added a progress indicator.

How to select rows using a filter:

in the filter bar above the desired column in the table, enter your query and click "Filter Entry"
Queries:

enter "8" - selects all rows where, in this column, will be found in "8". (search mark in the column)

enter "=8" - choose a string containing only the number "8" (the exact query)

enter ">2" or "<2" - displays all the rows in column where the number is greater than 2 or less than 2.

enter "2~3" - displays the rows whose values are between 2 and 3 (inclusive)

*Note: For large tables, the filter can work for very long! Wery slow! I will try to optimize this in the new versions.

djbadboys38 - RPG Unity3d - Black Wing Blade 2 - Source Code - RaGEZONE Forums


Tutorial:
djbadboys38 - RPG Unity3d - Black Wing Blade 2 - Source Code - RaGEZONE Forums


Download:
 
Newbie Spellweaver
Joined
Mar 17, 2014
Messages
17
Reaction score
4
Re: [Release] MMO RPG Unity3d - Black Wing Blade 2 - Source Code

awesome! thank you a lot! Is there any chance that you fixxed the bug where you cant scroll down to the bottom?
 
Newbie Spellweaver
Joined
Jan 7, 2017
Messages
23
Reaction score
9
Re: [Release] MMO RPG Unity3d - Black Wing Blade 2 - Source Code

Is there any chance that you fixxed the bug where you cant scroll down to the bottom?
- That bug was fixed! In this version it is not.
 
Newbie Spellweaver
Joined
Jan 7, 2017
Messages
23
Reaction score
9
Re: [Release] MMO RPG Unity3d - Black Wing Blade 2 - Source Code

thx. good.

table GameHelp scroll down bug!
Amazing... On my computer, no such problem!
I have a big screen.
I'll see what I can do.
And you can select the range of rows in the table, in their room!
Enter the column "№", it: >120
Use:
"> 120"
">180"
"120~240"
"240~360"
"360~480"
and so on...
 
Newbie Spellweaver
Joined
Jan 6, 2017
Messages
26
Reaction score
8
Re: [Release] MMO RPG Unity3d - Black Wing Blade 2 - Source Code

cant run , always reconnecting , i use localhost.
 
Back
Top