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!

Urban Gaming Client/Database/Source Code Only

Custom Title Activated
Loyal Member
Joined
Jul 16, 2012
Messages
1,310
Reaction score
116
on tyranny.ini remove this symbol // <<<< .. same on " GUIDANCE_FILE guid04.ini "

i remove that already nothing happens... how about ta tw_file ?

there is no CAPTURETHEFIELD_FILE in the source code .. only tw_file and rr_file
sanaVo - Urban Gaming Client/Database/Source Code Only - RaGEZONE Forums


if i will create towerwars01.ini
sanaVo - Urban Gaming Client/Database/Source Code Only - RaGEZONE Forums
 
Last edited:
Newbie Spellweaver
Joined
Feb 20, 2017
Messages
46
Reaction score
6
It's already enabled rename your .ini file to TowerWars01.ini then check GLTowerWars.cpp for Config.
 
Newbie Spellweaver
Joined
Dec 13, 2007
Messages
76
Reaction score
19
is the LINK SKILL function working in this source?

i see the icon, but not seeing the code of skill id;

struct SEXT_DATA
{
sICONINDEX(0,0)
}
 
Joined
Apr 15, 2011
Messages
663
Reaction score
132
yes there is but i think they remove someparts ...

can you post screenshot of your tyranny working .. thanks

Try this one. Save it as TowerWars01.ini then put it in your glogicserver. Don't forget to uncomment in your default.charclass

;
;capture the field Configuration File
[SCHOOL_WARS]
;
ID = 1
NAME = Tyranny
;
;war map
CLUB_MAP= 222,0 <-- Change to 223,0
;
;revive or gen gate per school
REVIVE_GATE= 0,1,2
;
BATTLE_NEXT_TIME = 10800
BATTLE_LAST_TIME = 1
BATTLE_PREVIOUS_TIME = 0
; sched
;you can have as many schedules per day but make sure schedules are valid and does not overlap to each other
;for safety add minimum 1 hour interval per event
;failure of schedule will cause next scheduled event fail to start
; Sunday(1), Monday(2), Tuesday(3), Wednesday(4), Thursday(5), Friday(6), Saturday(7)
BATTLE_TIME = 1,1,0
BATTLE_TIME = 1,4,0
BATTLE_TIME = 1,7,0
BATTLE_TIME = 1,10,0
BATTLE_TIME = 1,13,0
BATTLE_TIME = 1,16,0
BATTLE_TIME = 1,19,0
BATTLE_TIME = 1,22,0
BATTLE_TIME = 2,1,0
BATTLE_TIME = 2,4,0
BATTLE_TIME = 2,7,0
BATTLE_TIME = 2,10,0
BATTLE_TIME = 2,13,0
BATTLE_TIME = 2,16,0
BATTLE_TIME = 2,19,0
BATTLE_TIME = 2,22,0
BATTLE_TIME = 3,1,0
BATTLE_TIME = 3,4,0
BATTLE_TIME = 3,7,0
BATTLE_TIME = 3,10,0
BATTLE_TIME = 3,13,0
BATTLE_TIME = 3,16,0
BATTLE_TIME = 3,19,0
BATTLE_TIME = 3,22,0
BATTLE_TIME = 4,1,0
BATTLE_TIME = 4,4,0
BATTLE_TIME = 4,7,0
BATTLE_TIME = 4,10,0
BATTLE_TIME = 4,13,0
BATTLE_TIME = 4,16,0
BATTLE_TIME = 4,19,0
BATTLE_TIME = 4,22,0
BATTLE_TIME = 5,1,0
BATTLE_TIME = 5,4,0
BATTLE_TIME = 5,7,0
BATTLE_TIME = 5,10,0
BATTLE_TIME = 5,13,0
BATTLE_TIME = 5,16,0
BATTLE_TIME = 5,19,0
BATTLE_TIME = 5,22,0
BATTLE_TIME = 6,1,0
BATTLE_TIME = 6,4,0
BATTLE_TIME = 6,7,0
BATTLE_TIME = 6,10,0
BATTLE_TIME = 6,13,0
BATTLE_TIME = 6,16,0
BATTLE_TIME = 6,19,0
BATTLE_TIME = 6,22,0
BATTLE_TIME = 7,1,0
BATTLE_TIME = 7,4,0
BATTLE_TIME = 7,7,0
BATTLE_TIME = 7,10,0
BATTLE_TIME = 7,13,0
BATTLE_TIME = 7,16,0
BATTLE_TIME = 7,19,0
BATTLE_TIME = 7,22,0
;
;
; Battle Time in seconds
BATTLE_THE_TIME = 1800
;
;
;reward item per top
AWARD_ITEM_1= 117,17
AWARD_ITEM_2= 117,17
AWARD_ITEM_3= 117,17
AWARD_ITEM_4= 117,17
AWARD_ITEM_5= 117,17
AWARD_ITEM_6= 117,17
AWARD_ITEM_7= 117,17
AWARD_ITEM_8= 117,17
AWARD_ITEM_9= 117,17
AWARD_ITEM_10= 117,17
AWARD_ITEM_11= 117,17
AWARD_ITEM_12= 117,17
AWARD_ITEM_13= 117,17
AWARD_ITEM_14= 117,17
AWARD_ITEM_15= 117,17
AWARD_ITEM_16= 117,17
AWARD_ITEM_17= 117,17
AWARD_ITEM_18= 117,17
AWARD_ITEM_19= 117,17
AWARD_ITEM_20= 117,17
AWARD_ITEM_LIMIT = 20

sanaVo - Urban Gaming Client/Database/Source Code Only - RaGEZONE Forums
 
Last edited:
Custom Title Activated
Loyal Member
Joined
Jul 16, 2012
Messages
1,310
Reaction score
116
Try this one. Save it as TowerWars01.ini then put it in your glogicserver. Don't forget to uncomment in your default.charclass

;
;capture the field Configuration File
[SCHOOL_WARS]
;
ID = 1
NAME = Tyranny
;
;war map
CLUB_MAP= 222,0 <-- Change to 223,0
;
;revive or gen gate per school
REVIVE_GATE= 0,1,2
;
BATTLE_NEXT_TIME = 10800
BATTLE_LAST_TIME = 1
BATTLE_PREVIOUS_TIME = 0
; sched
;you can have as many schedules per day but make sure schedules are valid and does not overlap to each other
;for safety add minimum 1 hour interval per event
;failure of schedule will cause next scheduled event fail to start
; Sunday(1), Monday(2), Tuesday(3), Wednesday(4), Thursday(5), Friday(6), Saturday(7)
BATTLE_TIME = 1,1,0
BATTLE_TIME = 1,4,0
BATTLE_TIME = 1,7,0
BATTLE_TIME = 1,10,0
BATTLE_TIME = 1,13,0
BATTLE_TIME = 1,16,0
BATTLE_TIME = 1,19,0
BATTLE_TIME = 1,22,0
BATTLE_TIME = 2,1,0
BATTLE_TIME = 2,4,0
BATTLE_TIME = 2,7,0
BATTLE_TIME = 2,10,0
BATTLE_TIME = 2,13,0
BATTLE_TIME = 2,16,0
BATTLE_TIME = 2,19,0
BATTLE_TIME = 2,22,0
BATTLE_TIME = 3,1,0
BATTLE_TIME = 3,4,0
BATTLE_TIME = 3,7,0
BATTLE_TIME = 3,10,0
BATTLE_TIME = 3,13,0
BATTLE_TIME = 3,16,0
BATTLE_TIME = 3,19,0
BATTLE_TIME = 3,22,0
BATTLE_TIME = 4,1,0
BATTLE_TIME = 4,4,0
BATTLE_TIME = 4,7,0
BATTLE_TIME = 4,10,0
BATTLE_TIME = 4,13,0
BATTLE_TIME = 4,16,0
BATTLE_TIME = 4,19,0
BATTLE_TIME = 4,22,0
BATTLE_TIME = 5,1,0
BATTLE_TIME = 5,4,0
BATTLE_TIME = 5,7,0
BATTLE_TIME = 5,10,0
BATTLE_TIME = 5,13,0
BATTLE_TIME = 5,16,0
BATTLE_TIME = 5,19,0
BATTLE_TIME = 5,22,0
BATTLE_TIME = 6,1,0
BATTLE_TIME = 6,4,0
BATTLE_TIME = 6,7,0
BATTLE_TIME = 6,10,0
BATTLE_TIME = 6,13,0
BATTLE_TIME = 6,16,0
BATTLE_TIME = 6,19,0
BATTLE_TIME = 6,22,0
BATTLE_TIME = 7,1,0
BATTLE_TIME = 7,4,0
BATTLE_TIME = 7,7,0
BATTLE_TIME = 7,10,0
BATTLE_TIME = 7,13,0
BATTLE_TIME = 7,16,0
BATTLE_TIME = 7,19,0
BATTLE_TIME = 7,22,0
;
;
; Battle Time in seconds
BATTLE_THE_TIME = 1800
;
;
;reward item per top
AWARD_ITEM_1= 117,17
AWARD_ITEM_2= 117,17
AWARD_ITEM_3= 117,17
AWARD_ITEM_4= 117,17
AWARD_ITEM_5= 117,17
AWARD_ITEM_6= 117,17
AWARD_ITEM_7= 117,17
AWARD_ITEM_8= 117,17
AWARD_ITEM_9= 117,17
AWARD_ITEM_10= 117,17
AWARD_ITEM_11= 117,17
AWARD_ITEM_12= 117,17
AWARD_ITEM_13= 117,17
AWARD_ITEM_14= 117,17
AWARD_ITEM_15= 117,17
AWARD_ITEM_16= 117,17
AWARD_ITEM_17= 117,17
AWARD_ITEM_18= 117,17
AWARD_ITEM_19= 117,17
AWARD_ITEM_20= 117,17
AWARD_ITEM_LIMIT = 20

sanaVo - Urban Gaming Client/Database/Source Code Only - RaGEZONE Forums

thanks man .. you really help.. cheers :w00t:
zHpWRoL - Urban Gaming Client/Database/Source Code Only - RaGEZONE Forums

4QWt3D0 - Urban Gaming Client/Database/Source Code Only - RaGEZONE Forums

ogFEufl - Urban Gaming Client/Database/Source Code Only - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Initiate Mage
Joined
May 24, 2008
Messages
2
Reaction score
0
Can anyone share Compatible CFG file for this release ?

I got an error connecting to network.





Using CFG Ep9 IBUGZ as base Already checked param.ini IP SERVER is correct. Can ping to server. Server side service start normally too.

Tried add new line port login number 5001 or without it. Same result.

Thanks in advance
Can you share your bin files sir? TIA

Here. Bin Files credits to LUPIN III


Don't forget to create amazon shortcut with app_run then run as admin
 
Newbie Spellweaver
Joined
Jun 25, 2017
Messages
19
Reaction score
0
Can anyone share Compatible CFG file for this release ?

I got an error connecting to network.





Using CFG Ep9 IBUGZ as base Already checked param.ini IP SERVER is correct. Can ping to server. Server side service start normally too.

Tried add new line port login number 5001 or without it. Same result.

Thanks in advance


Here. Bin Files credits to LUPIN III


Don't forget to create amazon shortcut with app_run then run as admin

You can use login port 5001 but you want to edit in source

default login port urban is 7545
 
Newbie Spellweaver
Joined
Nov 15, 2016
Messages
69
Reaction score
2
hi guys is there a missing include file ?

i got this problem


Cannot open include file: 'dxstdafx.h'

PS. i use Release_A
 
Last edited:
Newbie Spellweaver
Joined
Nov 15, 2016
Messages
69
Reaction score
2
there is no =LegacyMFCISAPI in source folder otherwise i already do that. anyway sir its already solve i just compile it in Release and get back to Release_A . thanks sir appreciate! another thing i try to change market.lev but when i try it in emulator it doesnt change.
 
Custom Title Activated
Loyal Member
Joined
Jul 16, 2012
Messages
1,310
Reaction score
116
already done that sir. did you experience when compiling basic/MiniA about " Cannot open file 'Hshield.h' "

That's my problem... If don't remove the gameguard or hackshield or what so ever...there is always a H-Scan: An illegal error something.. if i read the basic.cpp there is no activated crc check even if turn it off in iprotect folder..its codex code for iprotect...

Does someone manage where this protection needs to be edit?

Running as administrator does not work to me.im on win7 x64bit
 
Newbie Spellweaver
Joined
Nov 15, 2016
Messages
69
Reaction score
2
anyone ?


LINK : fatal error LNK1104: cannot open file 'HShield.lib'

Ps. im compiling Basic in Release_A



That's my problem... If don't remove the gameguard or hackshield or what so ever...there is always a H-Scan: An illegal error something.. if i read the basic.cpp there is no activated crc check even if turn it off in iprotect folder..its codex code for iprotect...

Does someone manage where this protection needs to be edit?

Running as administrator does not work to me.im on win7 x64bit

maybe there should be missing lib :/
 
Back
Top