Guild Reset Script ;)

Results 1 to 10 of 10
  1. #1
    Laravel Core Programmer Jangan is offline
    DeveloperRank
    Jul 2007 Join Date
    Dubai, UAELocation
    2,113Posts

    ! Guild Reset Script ;)

    Not an actual script, i wont bother coding one... but because CEZALAND actually helped me find where its stored, i will share some information.



    Rule #1: - You Must leave the guild ingame first

    Rule #2: - Execute Query ->
    PHP Code:
    DELETE FROM _TimedJob WHERE ChardID 'ID' and JobID '1' 

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

    Good luck, credits for finding this goes to
    - Jangan
    - CEZELAND


    For preview on how the guild reset works :-> go to
    Silkroad Private Server - Perfection GameCP :: Reset Guild

    If you want my actual code, well... i will be willing to trade it for something :P


  2. #2
    Account Upgraded | Title Enabled! RevoLand is offline
    MemberRank
    Jan 2009 Join Date
    117Posts

    Re: [Tutorial] Guild Reset Script ;)

    why anybody can't write "cezaland" ?

  3. #3
    Valued Member badibatu is offline
    MemberRank
    Sep 2011 Join Date
    122Posts

    Re: [Tutorial] Guild Reset Script ;)

    Quote Originally Posted by CEZALAND View Post
    why anybody can't write "cezaland" ?
    lol cezeland

    Ty for sharing it.

  4. #4
    Account Upgraded | Title Enabled! Artuuro_lv is offline
    MemberRank
    Jun 2008 Join Date
    UKLocation
    310Posts

    Re: [Tutorial] Guild Reset Script ;)

    Quote Originally Posted by Jangan View Post
    Not an actual script, i wont bother coding one... but because CEZALAND actually helped me find where its stored, i will share some information.



    Rule #1: - You Must leave the guild ingame first

    Rule #2: - Execute Query ->
    PHP Code:
    DELETE FROM _TimedJob WHERE ChardID 'ID' and JobID '1' 

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

    Good luck, credits for finding this goes to
    - Jangan
    - CEZELAND


    For preview on how the guild reset works :-> go to
    Silkroad Private Server - Perfection GameCP :: Reset Guild

    If you want my actual code, well... i will be willing to trade it for something :P
    yea you can basically remove buffs, green book & other junk from there aswell :P (that table is all about the char timers - skills, buffs, guild penalties & other junks)

  5. #5
    Laravel Core Programmer Jangan is offline
    DeveloperRank
    Jul 2007 Join Date
    Dubai, UAELocation
    2,113Posts

    Re: [Tutorial] Guild Reset Script ;)

    Quote Originally Posted by Artuuro_lv View Post
    yea you can basically remove buffs, green book & other junk from there aswell :P (that table is all about the char timers - skills, buffs, guild penalties & other junks)
    the best and hardest fucking table to find -.- lol...

  6. #6
    Developing ItachiSNS is offline
    MemberRank
    Sep 2011 Join Date
    SRO_VT_SHARDLocation
    304Posts

    Re: [Tutorial] Guild Reset Script ;)

    You typed wrong , you wrote DELETE FROM _TimedJob WHERE ChardID = 'ID' and JobID = '1'

    the correct is
    Code:
    DELETE FROM _TimedJob WHERE CharID = 'ID' and JobID = '1'

  7. #7
    Valued Member parmz is offline
    MemberRank
    Oct 2011 Join Date
    119Posts

    Re: [Tutorial] Guild Reset Script ;)

    Nice Work :) very helpful
    Posted via Mobile Device

  8. #8
    Apprentice driver13 is offline
    MemberRank
    Sep 2011 Join Date
    15Posts

    Re: [Tutorial] Guild Reset Script ;)

    its script all guild reset?

  9. #9
    Banned lembo12 is offline
    BannedRank
    May 2012 Join Date
    EgyptLocation
    296Posts

    Re: [Tutorial] Guild Reset Script ;)

    this Script for all players or i can choose 1 Player ?

  10. #10
    Valued Member LegendaryDev is offline
    MemberRank
    Dec 2010 Join Date
    125Posts

    Re: [Tutorial] Guild Reset Script ;)

    This is for one player
    Code:
    DELETE FROM _TimedJob WHERE ChardID = 'ID' and JobID = '1'
    And this one deletes for all players
    Code:
    DELETE FROM _TimedJob WHERE JobID ='1'



Advertisement