[Fix] Small query for 1 game server with all regions

Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 55
  1. #16
    AssassinS Silkroad arabcart is offline
    MemberRank
    Sep 2011 Join Date
    664Posts

    Re: [Fix] Small query for 1 game server with all regions

    i tested it
    thanks for try
    but Uniques not appear
    and more problems
    so no one Use it

  2. #17
    Proficient Member ahmed_ahmed9889 is offline
    MemberRank
    Sep 2009 Join Date
    EgYpTLocation
    173Posts

    Re: [Fix] Small query for 1 game server with all regions

    yeah i use it and got like u problem :D

  3. #18
    Apprentice mido1112005 is offline
    MemberRank
    Feb 2009 Join Date
    6Posts

    Re: [Fix] Small query for 1 game server with all regions

    Update

    First post

  4. #19
    AssassinS Silkroad arabcart is offline
    MemberRank
    Sep 2011 Join Date
    664Posts

    Re: [Fix] Small query for 1 game server with all regions

    Quote Originally Posted by mido1112005 View Post
    Update

    First post
    in Holy Water Temple NO Uniques

  5. #20
    Developer sladlejrhfpq is offline
    MemberRank
    Oct 2011 Join Date
    671Posts

    Re: [Fix] Small query for 1 game server with all regions

    Quote Originally Posted by mido1112005 View Post
    PHP Code:
    USE [SRO_VT_SHARD]
    GO
    UPDATE dbo
    .Tab_RefNest SET dwmaxtotalcount dwmaxtotalcount/
    Update
    Fix unique spawn
    PHP Code:
    USE [SRO_VT_SHARD]
    GO
    UPDATE dbo
    .Tab_RefNest SET dwmaxtotalcount 1  where dwdelaytimemax '21600' 
    use this query after old query to fix unique spawn


    Original table in attachments
    Thank you, solved the bug, but, the B1 Camp 8 Camp 11 Camp 15 uniques are not appearing. I think neither B3, could you make a fix for this too? thanks :)

  6. #21
    Enthusiast nikluetke is offline
    MemberRank
    Oct 2011 Join Date
    35Posts

    Re: [Fix] Small query for 1 game server with all regions

    There is also a problem with forgotten world. The doors wont open because only 3 mobs are summoned.

  7. #22
    Less Post, More Work ModGift is offline
    MemberRank
    Sep 2011 Join Date
    261Posts

    Re: [Fix] Small query for 1 game server with all regions

    Quote Originally Posted by nikluetke View Post
    There is also a problem with forgotten world. The doors wont open because only 3 mobs are summoned.
    This is not a solution: (

  8. #23
    Developer sladlejrhfpq is offline
    MemberRank
    Oct 2011 Join Date
    671Posts

    Re: [Fix] Small query for 1 game server with all regions

    Fix for Tomb of Quinshi uniques.
    PHP Code:
    USE SRO_VT_SHARD_INIT
    --B1
    UPDATE Tab_RefNest SET dwMaxTotalCount
    =1 WHERE dwTacticsID=32100 --B1 Unique
    --B2
    UPDATE Tab_RefNest SET dwMaxTotalCount
    =1 WHERE dwTacticsID=32200 --Camp 8 Unique
    UPDATE Tab_RefNest SET dwMaxTotalCount
    =1 WHERE dwTacticsID=32300 --Camp 11 Unique
    UPDATE Tab_RefNest SET dwMaxTotalCount
    =1 WHERE dwTacticsID=32400 --Camp 11 Unique
    --B3
    UPDATE Tab_RefNest SET dwMaxTotalCount
    =1 WHERE dwTacticsID=32500
    UPDATE Tab_RefNest SET dwMaxTotalCount
    =1 WHERE dwTacticsID=32600
    UPDATE Tab_RefNest SET dwMaxTotalCount
    =1 WHERE dwTacticsID=32700
    UPDATE Tab_RefNest SET dwMaxTotalCount
    =1 WHERE dwTacticsID=32800 

  9. #24
    AssassinS Silkroad arabcart is offline
    MemberRank
    Sep 2011 Join Date
    664Posts

    Re: [Fix] Small query for 1 game server with all regions

    Quote Originally Posted by sladlejrhfpq View Post
    Fix for Tomb of Quinshi uniques.
    PHP Code:
    USE SRO_VT_SHARD_INIT
    --B1
    UPDATE Tab_RefNest SET dwMaxTotalCount
    =1 WHERE dwTacticsID=32100 --B1 Unique
    --B2
    UPDATE Tab_RefNest SET dwMaxTotalCount
    =1 WHERE dwTacticsID=32200 --Camp 8 Unique
    UPDATE Tab_RefNest SET dwMaxTotalCount
    =1 WHERE dwTacticsID=32300 --Camp 11 Unique
    UPDATE Tab_RefNest SET dwMaxTotalCount
    =1 WHERE dwTacticsID=32400 --Camp 11 Unique
    --B3
    UPDATE Tab_RefNest SET dwMaxTotalCount
    =1 WHERE dwTacticsID=32500
    UPDATE Tab_RefNest SET dwMaxTotalCount
    =1 WHERE dwTacticsID=32600
    UPDATE Tab_RefNest SET dwMaxTotalCount
    =1 WHERE dwTacticsID=32700
    UPDATE Tab_RefNest SET dwMaxTotalCount
    =1 WHERE dwTacticsID=32800 
    that's for Jangan Cave or For Holy Water Temple ?
    please if not Holy Water can you make query for it ?

  10. #25
    Apprentice undostres is offline
    MemberRank
    Oct 2011 Join Date
    7Posts

    Re: [Fix] Small query for 1 game server with all regions

    Good job ).
    Last edited by undostres; 21-11-11 at 12:43 PM.

  11. #26
    Less Post, More Work ModGift is offline
    MemberRank
    Sep 2011 Join Date
    261Posts

    Re: [Fix] Small query for 1 game server with all regions

    Quote Originally Posted by sladlejrhfpq View Post
    Fix for Tomb of Quinshi uniques.
    PHP Code:
    USE SRO_VT_SHARD_INIT
    --B1
    UPDATE Tab_RefNest SET dwMaxTotalCount
    =1 WHERE dwTacticsID=32100 --B1 Unique
    --B2
    UPDATE Tab_RefNest SET dwMaxTotalCount
    =1 WHERE dwTacticsID=32200 --Camp 8 Unique
    UPDATE Tab_RefNest SET dwMaxTotalCount
    =1 WHERE dwTacticsID=32300 --Camp 11 Unique
    UPDATE Tab_RefNest SET dwMaxTotalCount
    =1 WHERE dwTacticsID=32400 --Camp 11 Unique
    --B3
    UPDATE Tab_RefNest SET dwMaxTotalCount
    =1 WHERE dwTacticsID=32500
    UPDATE Tab_RefNest SET dwMaxTotalCount
    =1 WHERE dwTacticsID=32600
    UPDATE Tab_RefNest SET dwMaxTotalCount
    =1 WHERE dwTacticsID=32700
    UPDATE Tab_RefNest SET dwMaxTotalCount
    =1 WHERE dwTacticsID=32800 
    We need Forgetten World Mobs

  12. #27
    Proficient Member Dragonzee is offline
    MemberRank
    Oct 2011 Join Date
    Bashtil, Al JizLocation
    161Posts

    Re: [Fix] Small query for 1 game server with all regions

    FGW mobs, rest uniques still not apper

  13. #28
    Developer sladlejrhfpq is offline
    MemberRank
    Oct 2011 Join Date
    671Posts

    Re: [Fix] Small query for 1 game server with all regions

    Quote Originally Posted by ModGift View Post
    We need Forgetten World Mobs
    i dont have time, because of exams, i will try to fix it when i will be free

  14. #29
    Enthusiast nikluetke is offline
    MemberRank
    Oct 2011 Join Date
    35Posts

    Re: [Fix] Small query for 1 game server with all regions

    Quote Originally Posted by sladlejrhfpq View Post
    i dont have time, because of exams, i will try to fix it when i will be free
    tell me where i can find the dwTacticsID belonging to the region/monster and i will fix it. would be a great help

  15. #30
    Proficient Member Kemo is offline
    MemberRank
    Oct 2011 Join Date
    NoWhereLocation
    187Posts

    Re: [Fix] Small query for 1 game server with all regions

    u can Find in dbo._RefNest .



Page 2 of 4 FirstFirst 1234 LastLast

Advertisement