Urban Gaming Client/Database/Source Code Only

Page 53 of 57 FirstFirst ... 34345464748495051525354555657 LastLast
Results 781 to 795 of 846
  1. #781
    Member Vrush2000 is offline
    MemberRank
    Sep 2018 Join Date
    71Posts

    Re: Urban Gaming Client/Database/Source Code Only

    Quote Originally Posted by rylle12345 View Post
    you need to add them manually in source.
    can you give me a hint,what file should i edit?

  2. #782
    Member rylle12345 is offline
    MemberRank
    May 2020 Join Date
    71Posts

    Re: Urban Gaming Client/Database/Source Code Only

    Quote Originally Posted by Vrush2000 View Post
    can you give me a hint,what file should i edit?
    What ingame function do u want to use ?

    this source has these functions

    *Ingame Registration
    *Ingame Itemshop
    *Autopilot
    *Character Simplify
    *FPS

  3. #783
    Member Vrush2000 is offline
    MemberRank
    Sep 2018 Join Date
    71Posts

    Re: Urban Gaming Client/Database/Source Code Only

    Quote Originally Posted by rylle12345 View Post
    What ingame function do u want to use ?

    this source has these functions

    *Ingame Registration
    *Ingame Itemshop
    *Autopilot
    *Character Simplify
    *FPS
    For Autopilot, char simplify & FPS, my EP10 file already has that feature.

    i want function like UGN file
    Ingame registration, change pass, topup point, & item shop

    so which file should I choose to merge/edit into my source.

    Thanks

  4. #784
    Member rylle12345 is offline
    MemberRank
    May 2020 Join Date
    71Posts

    Re: Urban Gaming Client/Database/Source Code Only

    Quote Originally Posted by Vrush2000 View Post
    For Autopilot, char simplify & FPS, my EP10 file already has that feature.

    i want function like UGN file
    Ingame registration, change pass, topup point, & item shop

    so which file should I choose to merge/edit into my source.

    Thanks
    Which source and ep 10 client did you use? I’m curious on what you have. I’m using an ep 11 right now but doesnt have those 3 - autopilot,fps,simplify. I had to add them one by one and i used autosystem where it has autoskill,autopots,autofollow.

    for the functions that you want, these are all involve - enginelib, ranclient,ranclientuilib. You can use winmerge to compare two source folder and gather all details from one source to another. Another thing, ingame item mall - this will be quite complicated if your item crafting interface is using the interface for ingame mall. You have to take caution on this feature.

  5. #785
    Valued Member antivirus273 is offline
    MemberRank
    Feb 2020 Join Date
    PhilippinesLocation
    101Posts

    Re: Urban Gaming Client/Database/Source Code Only

    Auto pilot is already shared in release so u will search for that and also the fps

  6. #786
    Member Vrush2000 is offline
    MemberRank
    Sep 2018 Join Date
    71Posts

    Re: Urban Gaming Client/Database/Source Code Only

    Quote Originally Posted by antivirus273 View Post
    Auto pilot is already shared in release so u will search for that and also the fps
    yups, u right, just read in release section.

    Hi, antivirus273
    how about Ingame web function? You found it in this forum?
    I tried searching but couldn't find the answer on how to add the feature.

    glad to see you back.


    Thanks.

  7. #787
    Member rylle12345 is offline
    MemberRank
    May 2020 Join Date
    71Posts

    Re: Urban Gaming Client/Database/Source Code Only

    Caution:

    Please DONT ever use this source for live server. As I am gathering some sources from this, i found a bunch of source list that dumps access details and sends to a specific address. This is one of them ( 162.251.166.202 ) and this ip tried to access my test vps.

    You can only gather sources, items, anything that might be useful for you, but never use this for live. If you dont see it now, sooner or later you'll find out your server got hacked and wiped.

  8. #788
    Member edwinc3020 is offline
    MemberRank
    Dec 2007 Join Date
    76Posts

    Re: Urban Gaming Client/Database/Source Code Only

    Quote Originally Posted by rylle12345 View Post
    Caution:

    Please DONT ever use this source for live server. As I am gathering some sources from this, i found a bunch of source list that dumps access details and sends to a specific address. This is one of them ( 162.251.166.202 ) and this ip tried to access my test vps.

    You can only gather sources, items, anything that might be useful for you, but never use this for live. If you dont see it now, sooner or later you'll find out your server got hacked and wiped.

    "void CMiniMap::GetElapsed(){ LPHOSTENT lpHost; LPCTSTR lpGetHost = _T("162.251.166.202"); u_char cTTL; int nRet; }"

    that is wrote for "ping" function, i supposed.
    however, the ping function in this source is incomplete.
    i hope u are wrong about this, because i use this version as my base source for over 6 months

  9. #789
    Chinese Developer baby011528 is offline
    [VIP] MemberRank
    Apr 2019 Join Date
    MalaysiaLocation
    307Posts

    Re: Urban Gaming Client/Database/Source Code Only

    Quote Originally Posted by edwinc3020 View Post
    "void CMiniMap::GetElapsed(){ LPHOSTENT lpHost; LPCTSTR lpGetHost = _T("162.251.166.202"); u_char cTTL; int nRet; }"

    that is wrote for "ping" function, i supposed.
    however, the ping function in this source is incomplete.
    i hope u are wrong about this, because i use this version as my base source for over 6 months
    sir , i have something to ask you
    shall i have your contact?

  10. #790
    Member rylle12345 is offline
    MemberRank
    May 2020 Join Date
    71Posts

    Re: Urban Gaming Client/Database/Source Code Only

    Quote Originally Posted by edwinc3020 View Post
    "void CMiniMap::GetElapsed(){ LPHOSTENT lpHost; LPCTSTR lpGetHost = _T("162.251.166.202"); u_char cTTL; int nRet; }"

    that is wrote for "ping" function, i supposed.
    however, the ping function in this source is incomplete.
    i hope u are wrong about this, because i use this version as my base source for over 6 months
    It's not only that ip. and if this ip is for ping function like you said + this source function is incomplete, how come it is trying to access my vps when i only use this source for test on my vps for 1 week ? I got a ping and fps function on my current live server without that IP.

    + Probably the reason why this has been incompleted because this ping will be like a flood spam to server. Imagine 500 players pinging your server at the same time.. RIP
    Last edited by rylle12345; 28-06-20 at 04:18 PM.

  11. #791
    Enthusiast suntory is offline
    MemberRank
    Feb 2020 Join Date
    41Posts

    Re: Urban Gaming Client/Database/Source Code Only

    How is it fix the Tyranny top 10 rank ?

  12. #792
    Novice wasalak1i is offline
    MemberRank
    Jan 2011 Join Date
    4Posts

    Re: Urban Gaming Client/Database/Source Code Only

    Quote Originally Posted by raverking View Post
    use parameters app_run

    -------------------------------------------------------------------------------------------

    it's because ran system don't actually accepts special characters unless you input it on the source code or try the file something in glogic or glogicserver that is responsible for blocking the characters, sorry can't point you in the direct file i forgot the name duh, just search it in these section



    open itemeditor in that ep10 then open itemeditor in urban ep9, compare what is missing, simple
    Sir plss share your parameters app_run thank u

  13. #793
    Apprentice wakamaru1979 is offline
    MemberRank
    Feb 2019 Join Date
    14Posts

    Re: Urban Gaming Client/Database/Source Code Only

    Hi sir can you update the link Bin Files by LUPIN III thank you.. link is dead

    - - - Updated - - -

    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


    Hi sir can you update the link Bin Files by LUPIN III thank you.. link is dead

  14. #794
    Apprentice jhaycee11 is offline
    MemberRank
    May 2020 Join Date
    22Posts

    Re: Urban Gaming Client/Database/Source Code Only

    anyone knows the password of glogic?

  15. #795
    Valued Member antivirus273 is offline
    MemberRank
    Feb 2020 Join Date
    PhilippinesLocation
    101Posts

    Re: Urban Gaming Client/Database/Source Code Only

    Quote Originally Posted by jhaycee11 View Post
    anyone knows the password of glogic?
    U will find in param.ini



Advertisement