Urban Gaming Client/Database/Source Code Only

Page 8 of 57 FirstFirst 1234567891011121314151618 ... LastLast
Results 106 to 120 of 846
  1. #106
    Member edwinc3020 is offline
    MemberRank
    Dec 2007 Join Date
    76Posts

    Re: Urban Gaming Client/Database/Source Code Only

    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)
    }

  2. #107
    Common Sense FreedomRecords is offline
    MemberRank
    Apr 2011 Join Date
    PhilippinesLocation
    683Posts

    Re: Urban Gaming Client/Database/Source Code Only

    Quote Originally Posted by caspian0 View Post
    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

    Spoiler:

    ;
    ;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


    Last edited by FreedomRecords; 03-12-18 at 02:23 PM.

  3. #108
    Account Upgraded | Title Enabled! caspian0 is offline
    MemberRank
    Jul 2012 Join Date
    1,321Posts

    Re: Urban Gaming Client/Database/Source Code Only

    Quote Originally Posted by FreedomRecords View Post
    Try this one. Save it as TowerWars01.ini then put it in your glogicserver. Don't forget to uncomment in your default.charclass

    Spoiler:

    ;
    ;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


    thanks man .. you really help.. cheers


    Last edited by caspian0; 04-12-18 at 12:00 AM.

  4. #109
    Account Upgraded | Title Enabled! legionsNet is offline
    MemberRank
    Mar 2013 Join Date
    ThailandLocation
    244Posts

    Re: Urban Gaming Client/Database/Source Code Only

    Quote Originally Posted by caspian0 View Post
    thanks man .. you really help.. cheers


    Can you share your bin files sir? TIA

  5. #110
    Apprentice cloud101090 is offline
    MemberRank
    May 2008 Join Date
    5Posts

    Re: Urban Gaming Client/Database/Source Code Only

    Can anyone share Compatible CFG file for this release ?

    I got an error connecting to network.

    https://drive.google.com/open?id=1S9...LZMgfw96RpZOXa

    https://drive.google.com/open?id=1gN...Fy0gqn-NAedjFO

    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
    Quote Originally Posted by legionsNet View Post
    Can you share your bin files sir? TIA
    Here. Bin Files credits to LUPIN III
    https://www.sendspace.com/file/y3wqng

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

  6. #111
    Apprentice fufumonta is offline
    MemberRank
    Jun 2017 Join Date
    ThailandLocation
    19Posts

    Re: Urban Gaming Client/Database/Source Code Only

    Quote Originally Posted by cloud101090 View Post
    Can anyone share Compatible CFG file for this release ?

    I got an error connecting to network.

    https://drive.google.com/open?id=1S9...LZMgfw96RpZOXa

    https://drive.google.com/open?id=1gN...Fy0gqn-NAedjFO

    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
    https://www.sendspace.com/file/y3wqng

    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

  7. #112
    Member iamfafary is offline
    MemberRank
    Nov 2016 Join Date
    Krusty KrabLocation
    69Posts

    Re: Urban Gaming Client/Database/Source Code Only

    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 by iamfafary; 04-12-18 at 11:07 AM.

  8. #113
    Apprentice fufumonta is offline
    MemberRank
    Jun 2017 Join Date
    ThailandLocation
    19Posts

    Re: Urban Gaming Client/Database/Source Code Only

    Quote Originally Posted by iamfafary View Post
    hi guys is there a missing include file ?

    i got this problem


    Cannot open include file: 'dxstdafx.h'

    PS. i use Release_A

  9. #114
    Member iamfafary is offline
    MemberRank
    Nov 2016 Join Date
    Krusty KrabLocation
    69Posts

    Re: Urban Gaming Client/Database/Source Code Only

    Quote Originally Posted by fufumonta View Post
    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.

  10. #115
    Account Upgraded | Title Enabled! caspian0 is offline
    MemberRank
    Jul 2012 Join Date
    1,321Posts

    Re: Urban Gaming Client/Database/Source Code Only

    Quote Originally Posted by iamfafary View Post
    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.
    edit on maplist.

  11. #116
    Member iamfafary is offline
    MemberRank
    Nov 2016 Join Date
    Krusty KrabLocation
    69Posts

    Re: Urban Gaming Client/Database/Source Code Only

    Quote Originally Posted by caspian0 View Post
    edit on maplist.
    already done that sir. did you experience when compiling basic/MiniA about " Cannot open file 'Hshield.h' "

  12. #117
    Account Upgraded | Title Enabled! caspian0 is offline
    MemberRank
    Jul 2012 Join Date
    1,321Posts

    Re: Urban Gaming Client/Database/Source Code Only

    Quote Originally Posted by iamfafary View Post
    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

  13. #118
    Member iamfafary is offline
    MemberRank
    Nov 2016 Join Date
    Krusty KrabLocation
    69Posts

    Re: Urban Gaming Client/Database/Source Code Only

    anyone ?


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

    Ps. im compiling Basic in Release_A

    - - - Updated - - -

    Quote Originally Posted by caspian0 View Post

    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 :/

  14. #119
    Apprentice fufumonta is offline
    MemberRank
    Jun 2017 Join Date
    ThailandLocation
    19Posts

    Re: Urban Gaming Client/Database/Source Code Only

    This source use Release not Release_A

  15. #120
    Account Upgraded | Title Enabled! LUPIN III is offline
    MemberRank
    Dec 2012 Join Date
    Ran PlanetLocation
    1,127Posts

    Re: Urban Gaming Client/Database/Source Code Only

    Quote Originally Posted by fufumonta View Post
    This source use Release not Release_A
    no your wrong.. im using this source and i compiled using Release_a and its work fine on me



Advertisement