How to Make FGW and Holy Temple Ticket Reset

Results 1 to 11 of 11
  1. #1
    Account Upgraded | Title Enabled! MGProjects is offline
    MemberRank
    Oct 2011 Join Date
    BrazilLocation
    400Posts

    How to Make FGW and Holy Temple Ticket Reset

    Forgotten World Reset Time
    RefObjCommon
    PHP Code:
    1    43600    ITEM_MALL_FW_RESET    ???? ???? ??? (???)    xxx    SN_ITEM_MALL_FW_RESET    SN_ITEM_MALL_FW_RESET_TT_DESC    1    0    3    3    13    14    180000    3    0    1    1    1    255    0    1    0    0    129    0    0    0    0    0    0    0    -1    0    -1    0    -1    0    -1    0    -1    0    0    0    0    0    0    0    100    0    0    0    xxx    item\etc\drop_mall_scroll.bsr    Premium\etc\mall_dungeon_free_ticket_forgotten_world.ddj    xxx    xxx    22000 
    RefObjItem
    PHP Code:
    22000    1    2    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    1000    ????(?)    1    [USU1:SKILL_MALL_FW_RESET]                                                                                                           -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    0    0    0 
    RefSkill
    PHP Code:
    1    34000    1013    SKILL_MALL_FW_RESET    ???? ????    SKILL_MALL_FW_RESET    0    1    1    0    0    0    0    0    1000    0    0    0    3599    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0    3    0    0    255    255    0    0    0    0    0    255    255    255    255    item\etc\mall_dungeon_free_ticket_forgotten_world.ddj    SN_SKILL_MALL_FW_RESET    xxx    SN_SKILL_MALL_FW_RESET_TT_DESC    xxx    0    0    3    1667396966    1851946342    1685418593    3600    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0 
    Procedure

    _TimedJob

    PHP Code:
          if(@JobID '34000') -- forgot World remove
            begin
                UPDATE _TimedJob SET TimeToKeep
    ='7'Data1='0' WHERE CharID=@CharID AND Category='12'
                            
    DELETE FROM _TimedJob WHERE CharID=@CharID AND Category='6'
                
    return -3
            end 
    Holy Water Temple Reset

    RefObjCommon
    PHP Code:
    1    43628    ITEM_MALL_TICKET_HOLY_3    ???? ???? ??? (???)    xxx    SN_ITEM_MALL_TICKET_HOLY_3    SN_ITEM_MALL_TICKET_HOLY_3_TT_DESC    1    0    3    3    13    14    180000    3    0    1    1    1    255    0    1    0    0    129    0    0    0    0    0    0    0    -1    0    -1    0    -1    0    -1    0    -1    0    0    0    0    0    0    0    100    0    0    0    xxx    item\etc\drop_mall_scroll.bsr    Premium\etc\mall_dungeon_free_ticket_forgotten_world.ddj    xxx    xxx    22027 
    RefObjItem
    PHP Code:
    22027    1    2    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    1000    ????(?)    1    [USU1:SKILL_MALL_REMOVETEMPLE]                                                                                                       -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    0    0    0 
    RefSkill
    PHP Code:
    1    34039    1011    SKILL_MALL_REMOVETEMPLE    ???? ????    SKILL_MALL_REMOVETEMPLE    0    1    1    0    0    0    0    0    1000    0    0    0    3599    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    1    0    0    0    0    0    0    0    0    0    0    0    0    3    0    0    255    255    0    0    0    0    0    255    255    255    255    item\etc\giftcoins_1000.ddj    SN_SKILL_MALL_REMOVETEMPLE    xxx    SN_SKILL_MALL_REMOVETEMPLE_TT_DESC    xxx    0    0    3    1667396966    1851946342    1685418593    1500    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0 
    Procedure

    _TimedJob
    PHP Code:
            if(@JobID'34039')-- Holy temple remove
            begin
            delete from _CharInstanceWorldData where CharID
    = @CharID 

                
    return -3
            end 


  2. #2
    Proficient Member slander is offline
    MemberRank
    Oct 2012 Join Date
    157Posts

    Re: How to Make FGW and Holy Temple Ticket Reset

    When I use the ticket the client closes and login again the buff was removed from the char, I wonder if the client close this correct.

  3. #3
    In the Emperor name Caosfox is offline
    MemberRank
    Jun 2011 Join Date
    Balcora GateLocation
    1,608Posts

    Re: How to Make FGW and Holy Temple Ticket Reset

    yes, it is correct (return -3) causes it
    other way is remove return -3, but you must restart to reset fgw timer

  4. #4
    Account Upgraded | Title Enabled! CoderWaxy is offline
    MemberRank
    Aug 2012 Join Date
    Russia, SPBurgLocation
    315Posts

    Re: How to Make FGW and Holy Temple Ticket Reset

    easy to remove dc return -3 but i want to create this to auto teleport at char place
    Sorry For My English

  5. #5
    Apprentice winsnoop is offline
    MemberRank
    Aug 2012 Join Date
    22Posts

    Re: How to Make FGW and Holy Temple Ticket Reset

    when i use it i get client crash when i login the buff is still not removed.. any tips?

  6. #6
    Apprentice alewhite is offline
    MemberRank
    Jun 2012 Join Date
    7Posts

    Re: How to Make FGW and Holy Temple Ticket Reset

    why my red cristal not appeared ?

  7. #7
    † Working in Secret † Madelyn is offline
    MemberRank
    Jun 2011 Join Date
    San CristóbalLocation
    658Posts

    Re: How to Make FGW and Holy Temple Ticket Reset

    Quote Originally Posted by CoderWaxy View Post
    easy to remove dc return -3 but i want to create this to auto teleport at char place
    Sorry For My English
    You can't, but if anyone create a program like autonotice but GM checker can be possible.
    I mean with GM Cheker that a GMbot, when a user use this scroll just make
    /movetouser @Charname16
    and next
    /recalluser @Charname16
    and done, autoteleport. :v
    But i not know nothing about programs like autonotice, auto gm events.. etc..

    - - - Updated - - -
    @Caosfox its possible this way and its a good idea.

    - - - Updated - - -
    @MGProjects see this too.

  8. #8
    Account Upgraded | Title Enabled! Statiic is offline
    MemberRank
    Nov 2011 Join Date
    BrazilLocation
    611Posts

    Re: How to Make FGW and Holy Temple Ticket Reset

    hmmhhh

  9. #9
    Account Upgraded | Title Enabled! MGProjects is offline
    MemberRank
    Oct 2011 Join Date
    BrazilLocation
    400Posts

    Re: How to Make FGW and Holy Temple Ticket Reset

    Quote Originally Posted by Madelyn View Post
    You can't, but if anyone create a program like autonotice but GM checker can be possible.
    I mean with GM Cheker that a GMbot, when a user use this scroll just make
    /movetouser @Charname16
    and next
    /recalluser @Charname16
    and done, autoteleport. :v
    But i not know nothing about programs like autonotice, auto gm events.. etc..

    - - - Updated - - -
    @Caosfox its possible this way and its a good idea.

    - - - Updated - - -
    @MGProjects see this too.
    you can make a tool using /totown or use other type scroll with teleport without tool

  10. #10
    † Working in Secret † Madelyn is offline
    MemberRank
    Jun 2011 Join Date
    San CristóbalLocation
    658Posts

    Re: How to Make FGW and Holy Temple Ticket Reset

    Quote Originally Posted by MGProjects View Post
    you can make a tool using /totown or use other type scroll with teleport without tool
    Nope, the idea is auto-refresh in same place..
    i was looking some Op codes for it but need more info and im not expert in it.. if ayone wants check look this..
    [S->C][34B5][2 bytes]
    0000000000 BD 65 ½e..............
    [C->S][34B6][0 bytes]
    [S->C][34A5][0 bytes]

  11. #11
    Apprentice ThomasF2007 is offline
    MemberRank
    Feb 2017 Join Date
    5Posts

    Re: How to Make FGW and Holy Temple Ticket Reset

    Hello. at me the procedure is not. is still displayed time :( can someone help me?



Advertisement