Ticket to Remove ADV from Weapon

Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    Account Upgraded | Title Enabled! MGProjects is offline
    MemberRank
    Oct 2011 Join Date
    BrazilLocation
    400Posts

    Ticket to Remove ADV from Weapon

    RefObjCommon
    PHP Code:
    1    43603    ITEM_MALL_ADVDOWN    ???? ???? ??? (???)    xxx    SN_ITEM_MALL_ADVDOWN    SN_ITEM_MALL_ADVDOWN_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\advdown.ddj    xxx    xxx    22003 
    RefObjItem
    PHP Code:
    22003    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_ADVDOWN]                                                                                                            -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    34003    1013    SKILL_MALL_ADVDOWN    ???? ????    SKILL_MALL_ADVDOWN    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_optlevel_upgrade_scroll_1.ddj    SN_SKILL_MALL_ADVDOWN    xxx    SN_SKILL_MALL_ADVDOWN_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 '34003') -- Adv Remover
            begin
    declare @Time int

                            SELECT 
    @ItemID=ItemID from _Inventory where CharID = @CharID AND Slot '13'
                            
    insert into _RegistationPenalityADV(CharID,ItemID,Timevalues(@CharID, @ItemID'1')
                            
    Select @Time=Time From _RegistationPenalityADV Where CharID = @CharID AND ItemID = @ItemID
                            
    If @Time <=3
                             Begin
                            Update _RegistationPenalityADV Set Time 
    = @Time +1 Where CharID = @CharID AND ItemID = @ItemID
                            DELETE FROM _BindingOptionWithItem WHERE nItemDBID 
    = @ItemID
                            End
                
    return -3
            end 


  2. #2
    Account Upgraded | Title Enabled! lemoniscool is offline
    MemberRank
    Nov 2009 Join Date
    GermanyLocation
    579Posts

    Re: Ticket to Remove ADV from Weapon

    from your SQL i see you remove the adv of the current equiped weapon, do you think its possible to make an item that will be used like the repair hammer? i mean you right click the scroll, the you have to right click the item you want to remove adv from? think you can do that? a scroll like that would be awesome ^^ but your idea isnt bad ..

  3. #3
    Xeulin™ Showtek is offline
    MemberRank
    Nov 2011 Join Date
    UKLocation
    264Posts

    Re: Ticket to Remove ADV from Weapon

    _BindingOptionWithItem, _RegistationPenalityADV tables missing :)

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

    Re: Ticket to Remove ADV from Weapon

    Testing..
    Last edited by Madelyn; 08-06-13 at 07:10 PM.

  5. #5
    Apprentice Csarmy is offline
    MemberRank
    May 2013 Join Date
    14Posts

    Re: Ticket to Remove ADV from Weapon

    Good job

  6. #6
    Valued Member Hex1337 is offline
    MemberRank
    Sep 2012 Join Date
    100Posts

    Re: Ticket to Remove ADV from Weapon

    Sry for this.. but its missing media lines?

    and why u didnt upload a .txt? better

  7. #7
    non timebo mala ! Isoline is offline
    MemberRank
    Jan 2013 Join Date
    228Posts

    Re: Ticket to Remove ADV from Weapon

    Quote Originally Posted by Pure3viL View Post
    Sry for this.. but its missing media lines?

    and why u didnt upload a .txt? better
    evil , db=media lines you just need to know which txt are equivalent to the db.

  8. #8
    Valued Member Hex1337 is offline
    MemberRank
    Sep 2012 Join Date
    100Posts

    Re: Ticket to Remove ADV from Weapon

    Quote Originally Posted by Isoline View Post
    evil , db=media lines you just need to know which txt are equivalent to the db.
    Well i guss its release..

    so it should be full.
    i know which txt are equivalent to the db.

  9. #9
    Account Upgraded | Title Enabled! lemoniscool is offline
    MemberRank
    Nov 2009 Join Date
    GermanyLocation
    579Posts

    Re: Ticket to Remove ADV from Weapon

    Pure3viL is right, if this is intended to be a release he should provide everything not just the concept .. like icons, media lines, database lines, full explanation on where to add what etc etc .. this isnt a real release in my opinion but anyways the item is doing its job after you added it right but still .. its always disconnecting players as i said in other threads already i dont like that and my players dont either .. use an item and be disconnected s*cks

  10. #10
    Valued Member Hex1337 is offline
    MemberRank
    Sep 2012 Join Date
    100Posts

    Re: Ticket to Remove ADV from Weapon

    Quote Originally Posted by lemoniscool View Post
    Pure3viL is right, if this is intended to be a release he should provide everything not just the concept .. like icons, media lines, database lines, full explanation on where to add what etc etc .. this isnt a real release in my opinion but anyways the item is doing its job after you added it right but still .. its always disconnecting players as i said in other threads already i dont like that and my players dont either .. use an item and be disconnected s*cks
    Ture.. but i should thnx him anyways he released good stuff.. but if it was a full release it would be amazing.

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

    Re: Ticket to Remove ADV from Weapon

    NuckerTube please Speak To me In Skype My name (Waxy)

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

    Re: Ticket to Remove ADV from Weapon

    Thanks For Good Stuff but All Can use this Prod Will be Easy
    Remove Adv From All Euip Items
    Code:
    if(@JobID= '38003') --Remover Blue Avatar 
    		begin 
    			DELETE FROM  _BindingOptionWithItem where nItemDBID IN (SELECT ItemID FROM _Inventory WHERE Slot BETWEEN 0 AND 12 AND CharID=@CharID)
    			return -3 
    		end
    Not Need Table or Anything :D
    Soon Remove Adv Like Switch Gender i work on it
    Last edited by arabcart; 08-06-13 at 04:15 PM.

  13. #13
    SilkRoad vSro Service MaDenGo is offline
    MemberRank
    Aug 2012 Join Date
    vSro CommunityLocation
    512Posts

    Re: Ticket to Remove ADV from Weapon

    Quote Originally Posted by arabcart View Post
    Thanks For Good Stuff but All Can use this Prod Will be Easy
    Remove Adv From All Euip Items
    Code:
    if(@JobID= '38003') --Remover Blue Avatar 
    		begin 
    			DELETE FROM  _BindingOptionWithItem where nItemDBID IN (SELECT ItemID FROM _Inventory WHERE Slot BETWEEN 0 AND 12 AND CharID=@CharID)
    			return -3 
    		end
    Not Need Table or Anything :D
    Soon Remove Adv Like Switch Gender i work on it
    Thank you :) going to test but better remove
    PHP Code:
                 return -
    to ignore DC , Teleporting is better xD

    1# Edit : Working fine Ty but if like Repair / Switch gender scroll will be better :) waiting your Releace Arabcart
    Last edited by MaDenGo; 08-06-13 at 05:09 PM.

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

    Re: Ticket to Remove ADV from Weapon

    i test and Work :D Work Fine and No DC :D
    Oh Yeah i Get how to remove gold from Stoarge also :D
    _AccountJID @ SRO_VT_SHARD

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

    Re: Ticket to Remove ADV from Weapon

    Quote Originally Posted by arabcart View Post
    Thanks For Good Stuff but All Can use this Prod Will be Easy
    Remove Adv From All Euip Items
    Code:
    if(@JobID= '38003') --Remover Blue Avatar 
    		begin 
    			DELETE FROM  _BindingOptionWithItem where nItemDBID IN (SELECT ItemID FROM _Inventory WHERE Slot BETWEEN 0 AND 12 AND CharID=@CharID)
    			return -3 
    		end
    Not Need Table or Anything :D
    Soon Remove Adv Like Switch Gender i work on it
    But this delete all Like sockets and ADV..

    I edit: (Only ADV is Removed)

    Code:
    if(@JobID= '38003') --Remover Blue Avatar 
    		begin 
    			DELETE FROM  _BindingOptionWithItem where nItemDBID IN (SELECT ItemID FROM _Inventory WHERE Slot BETWEEN 0 AND 12 AND CharID=@CharID) and bOptType=2
    			return -3 
    		end



Page 1 of 2 12 LastLast

Advertisement