(Q)SearchProgramm

Results 1 to 5 of 5
  1. #1
    Elite Member Fredim is offline
    Member +Rank
    Oct 2006 Join Date
    141Posts

    (Q)SearchProgramm

    Hi,
    i search a programm where i can pimp my weapon in the server i have heard it give so what but i need the Name of Programm or maybe anyone can tell me here.

    The programm is for pimping Weapons to 16/16 only Gm can make this ^^


  2. #2
    Grand Master TheUltimate is offline
    Grand MasterRank
    Apr 2007 Join Date
    BelgiumLocation
    868Posts

    Re: (Q)SearchProgramm

    Go to Enterprise manager / Local / KAL_DB / Item go to the item and set

    for 16/16/6 weapon (bow or sowrd ) for stick ( make 16 for XMagic)
    XAttack :13 >>> highest is 20
    Xhit : 6 >>> highest is 20
    UpgerLevel : 16 >>> highest is 20

    ((MaxEnd / CurEnd : 32 defult ))
    (( UpgrRate : chance for next E.B level ))

  3. #3
    Member Vaxieus is offline
    MemberRank
    Dec 2007 Join Date
    PolandLocation
    25Posts

    Re: (Q)SearchProgramm

    Write simple Queries to MSSQL via PHP.

    Example of query:
    PHP Code:
    mssql_query("INSERT INTO [kal_db].[dbo].[Item] ([PID], [Index],
     [Prefix], [Info], [Num], [MaxEnd], [CurEnd], [SetGem], [XAttack], [XMagic],
     [XDefense], [XHit], [XDodge], [Protect], [UpgrLevel], [UpgrRate])
     VALUES (
    $pid, 187, 0, 0, 5000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)"); 
    It adds Item which index is 187 and owner of this item is player with PID saved in $pid variable.

  4. #4
    Sorcerer Supreme crosenblum is offline
    Member +Rank
    Apr 2007 Join Date
    Burnsville, MNLocation
    417Posts

    Re: (Q)SearchProgramm

    Very nice, work Vaxieus.

    May I ask, does the SetGem field have to do with mixing by any chance? or do mixed items simply have a different index/item code?

  5. #5
    Yes, it's really me HuninHune is offline
    Grand MasterRank
    Sep 2006 Join Date
    ::1Location
    1,084Posts

    Re: (Q)SearchProgramm

    Quote Originally Posted by crosenblum View Post
    Very nice, work Vaxieus.

    May I ask, does the SetGem field have to do with mixing by any chance? or do mixed items simply have a different index/item code?
    mixed items like upgraded have a different info mixed items like imps have a different index



Advertisement