Devias Online FULL SERVER + DB + CLIENT [80 CAP]

Page 14 of 18 FirstFirst ... 46789101112131415161718 LastLast
Results 196 to 210 of 258
  1. #196
    Enthusiast Luy is offline
    MemberRank
    Apr 2012 Join Date
    28Posts

    Re: Devias Online Login + Shard + goodbye words

    Can you upload the real client from GM's?with the GM skills showing

  2. #197
    Apprentice phosgen is offline
    MemberRank
    Aug 2012 Join Date
    13Posts

    Re: Devias Online FULL SERVER + DB + CLIENT [80 CAP]

    Quote Originally Posted by Xanaxius View Post
    S1030 how to fix error?
    i got an fix for that bug...
    storedproducers are fu..ed up!

    use this

    PHP Code:
    USE [SRO_VT_SHARD]
    GO
    /****** Object:  StoredProcedure [dbo].[_AddNewChar]    Script Date: 27.08.2013 11:33:18 ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO




    ALTER PROCEDURE 
    [dbo].[_AddNewChar]
        @
    UserJID            INT,        
        --@
    CharSlot            INT,        
        @
    RefCharID            INT,        
        @
    CharName            varchar (64),        
        @
    CharScale            tinyINT,        
        @
    StartRegionID            INT,        
        @
    StartPos_X            real,        
        @
    StartPos_Y            real,        
        @
    StartPos_Z            real,        
        @
    DefaultTeleport    INT,        
        @
    RefMailID            INT,        
        @
    RefPantsID            INT,        
        @
    RefBootsID            INT,        
        @
    RefWeaponID        INT,        
        @
    RefShield            INT,        
        @
    DurMail            tinyINT,        
        @
    DurPants            tinyINT,        
        @
    DurBoots            tinyINT,        
        @
    DurWeapon            tinyINT,        
        @
    DurShield            tinyINT,        
        @
    DefaultArrow        INT        
    AS    
        
    SET NOCOUNT ON      

        
    DECLARE @Slot  INT        
        
    DECLARE @temp  INT        
                
        
    DECLARE @NewCharID  INT        
        SET 
    @NewCharID 0        
           
           
        
    -----------------------------------------------------------------------------        
        -- 
    1. Ä³¸¯ÅÍ ½½·Ô ³Ñ¹ö°¡ validÇÑ °ÍÀÎÁö±×¸®°í ºó½½·ÔÀÌ ¸Â´ÂÁö ¸ÕÀú Ã¼Å©ÇÑ´Ù.        
        -----------------------------------------------------------------------------        
             
        -- 
    start by novice.        
        
    SELECT @temp count(CharIDFROM _User WITH (NOLOCKWHERE UserJID = @UserJID        
              
        
    IF (@temp >= 4)        
        
    BEGIN        
            
    -- ³Ê¹« ¸¹ÀÚ³ª        
            
    RETURN -2        
        END        
        
    -- finish by novice.        
          
        -----------------------------------------------------------------------------        
        -- 
    2. Ä³¸¯ÅÍ Ãß°¡Çϱ⠠      
        
    -----------------------------------------------------------------------------        
        IF (@
    CharScale 68) -- 0100 0100 --> 68 ÀÌ´Ù!        
        
    BEGIN        
            
    -- Ä³¸¯ÅÍ »ý¼º ½ÇÆÐ½ºÄÉÀÏ °ªÀÌ ÀÌ»óÇÏ´Ù!         
            RETURN -
    3        
        END
            
        EXEC 
    @temp _IsExistingCharName @CharName        
        
    IF (@temp <> 0)        
        
    BEGIN        
            
    -- À̹̠»ç¿ëÁßÀΠÀ̸§À̶ó´Âµ¥?        
            RETURN -
    4        
        END        
        
    BEGIN TRANSACTION
        
        
    -- Àδø½Ã½ºÅÛÀÌ Àû¿ëµÇ¸é¼­ ¸¶Áö¸·¿¡ WorldID¿Í 1°ªÀ» ´õ ³Ö¾î ÁÖ¾ú´Ù!      
        
    INSERT INTO _Char (RefObjIDCharName16ScaleStrengthIntellectLatestRegion,PosXPosYPosZAppointedTeleportInventorySize,      
                    
    LastLogoutCurLevelMaxLevelRemainGoldRemainStatPointRemainSkillPointHPMPJobLvl_TraderJobLvl_HunterJobLvl_RobberWorldIDExpOffsetHwanLevel)     
        
    VALUES (@RefCharID, @CharName, @CharScale2020, @StartRegionID, @StartPos_X, @StartPos_Y, @StartPos_Z, @DefaultTeleport45,      
                    
    GetDate(), 11000200,200111102)      
        
        
    SET @NewCharID = @@IDENTITY        
        
    IF (@@ERROR <> OR @@ROWCOUNT 0)        
        
    BEGIN        
            
    -- Ä³¸¯ÅÍ »ý¼º ½ÇÆÐ!        
            
    ROLLBACK TRANSACTION        
            
    RETURN -5        
        END        
            
               
        
    -- start by novice.        
        -- 
    ÀÌÁ¦ Slot ¾È¾´´Ù.. ±×³É Insert ¸¸..        
        
    INSERT INTO _User VALUES (@UserJID, @NewCharID)        
        -- 
    finish by novice.        
        
                IF 
    not exists (SELECT JID FROM SRO_VT_ACCOUNT.dbo.SK_Silk WHERE JID = (SELECT UserJID FROM _User WHERE CharID = @NewCharID))
    BEGIN
    Declare @JID INT;
    SELECT @JID UserJID FROM _User WHERE CharID = @NewCharID
    INSERT INTO SRO_VT_ACCOUNT
    .dbo.SK_Silk SELECT @JID,0,0,0
    END

          
         
    -----------------------------------------------------------------------------        
         -- 
    3-1. Àåºñ ½½·Ô Ã¤¿ì±â        
         
    -- [Àκ¥Å丮 ½½·Ô 96°³] + [Àåºñ½½·Ô 13°³] <- Àκ¥Å丮 È®Àå ¼­ºñ½º ÈÄ 48°³¿¡¼­ 96°³·Î Áõ°¡!!!(woos0)
         -----------------------------------------------------------------------------        
         --
    PATCH WARNING!!!PATCH WARNING!!!PATCH WARNING!!!PATCH WARNING!!!PATCH WARNING!!!PATCH WARNING!!!PATCH WARNING!!!PATCH WARNING!!!PATCH WARNING!!!        
         
    INSERT INTO _Inventory(CharIDSlotItemID)        
          
    SELECT @NewCharIDcnt0        
           FROM _RefDummySlot with
    nolock )       
            
    WHERE cnt 109        

              
        
    IF (@@ERROR <> 0)        
        
    BEGIN        
            
    -- Àκ¥Å丮 »ý¼º ½ÇÆÐ!        
            
    ROLLBACK TRANSACTION        
            
    RETURN -7         
        END        

        
    --PATCH WARNING!!!PATCH WARNING!!!PATCH WARNING!!!PATCH WARNING!!!PATCH WARNING!!!PATCH WARNING!!!PATCH WARNING!!!PATCH WARNING!!!PATCH WARNING!!!        
               
        -- 
    µðÆúÆ®·Î ¼±ÅÃÇÑ ¾ÆÀÌÅÛÀ» ´Ù½Ã ³Ö¾îÁÖÀÚ...        
        
    /* ¿ä·± ¼ø¼­·Î  Á¤ÀǵǾî ÀÖ´Ù.        
        0: EQUIP_SLOT_HELM        
        1: EQUIP_SLOT_MAIL,        
        2: EQUIP_SLOT_SHOULDERGUARD,        
        3: EQUIP_SLOT_GAUNTLET,        
        4: EQUIP_SLOT_PANTS,        
        5: EQUIP_SLOT_BOOTS,        
        6: EQUIP_SLOT_WEAPON,        
        7: EQUIP_SLOT_SHIELD or ARROW,        
        8: EQUIP_SLOT_EARRING,        
        9: EQUIP_SLOT_NECKLACE,        
        10: EQUIP_SLOT_L_RING,        
        11: EQUIP_SLOT_R_RING,        
        */        
               
        
    DECLARE @ItemID BIGINT        
        SET 
    @ItemID 0        
        
    -- »ó°©        
        
    IF (@RefMailID <> 0)        
        
    BEGIN        
            EXEC 
    @ItemID =  _FN_ADD_INITIAL_EQUIP @NewCharID1, @RefMailID, @DurMail        
            
    IF (@ItemID <= 0)        
            
    BEGIN        
                ROLLBACK TRANSACTION        
                
    RETURN -8        
            END        
        END        
        
    -- ¹ÙÁö        
        
    IF (@RefPantsID <> 0)        
        
    BEGIN        
            EXEC 
    @ItemID =  _FN_ADD_INITIAL_EQUIP @NewCharID4, @RefPantsID, @DurPants        
            
    IF (@ItemID <= 0)        
            
    BEGIN        
                ROLLBACK TRANSACTION        
                
    RETURN -9        
            END        
        END        
        
    -- Boots        
        
    IF (@RefBootsID <> 0)        
        
    BEGIN        
            EXEC 
    @ItemID =  _FN_ADD_INITIAL_EQUIP @NewCharID5, @RefBootsID, @DurBoots        
            
    IF (@ItemID <= 0)        
            
    BEGIN        
                ROLLBACK TRANSACTION        
                
    RETURN -10        
            END        
        END        
        
    -- Weapon        
        
    IF (@RefWeaponID <> 0)        
        
    BEGIN        
            EXEC 
    @ItemID =  _FN_ADD_INITIAL_EQUIP @NewCharID6, @RefWeaponID, @DurWeapon        
            
    IF (@ItemID <= 0)        
            
    BEGIN        
                ROLLBACK TRANSACTION        
                
    RETURN -11        
            END        
        END        
        
    -- ¹æÆÐ        
        
    IF (@RefShield <> 0)        
        
    BEGIN        
            EXEC 
    @ItemID =  _FN_ADD_INITIAL_EQUIP @NewCharID7, @RefShield, @DurShield        
            
    IF (@ItemID <= 0)        
            
    BEGIN        
                ROLLBACK TRANSACTION        
                
    RETURN -12        
            END        
        END        
        
    -- È¤½Ã default·Î ¼±ÅÃÇÑ ¹«±â°¡ È°À̶ó¸é È­»ì 250°³µéÀ̠ȰÅëµµ ÇÔ²² ÁØ´ÙÁÒÄ¡?        
        IF (@
    DefaultArrow <> 0)        
        
    BEGIN        
            EXEC 
    @ItemID =  _FN_ADD_INITIAL_EQUIP @NewCharID7, @DefaultArrow250        
            
    IF (@ItemID <= 0)        
            
    BEGIN        
                ROLLBACK TRANSACTION        
                
    RETURN -13        
            END        
        END


         
    -----------------------------------------------------------------------------        
         -- 
    3-2. ¾Æ¹ÙŸ Inventory ½½·Ô Ã¤¿ì±â        
         
    -- [¾Æ¹ÙŸ Àκ¥Å丮 ½½·Ô 5°³]
         -- 
    APPLY_AVATAR_SYSTEMÀÌ Àû¿ëµÇ¸é¼­ Ãß°¡µÇ´Â ºÎºÐ
         
    -----------------------------------------------------------------------------        
         --
    PATCH WARNING!!!PATCH WARNING!!!PATCH WARNING!!!PATCH WARNING!!!PATCH WARNING!!!PATCH WARNING!!!PATCH WARNING!!!PATCH WARNING!!!PATCH WARNING!!!        
         
    INSERT INTO _InventoryForAvatar(CharIDSlotItemID)        
          
    SELECT @NewCharIDcnt0
           FROM _RefDummySlot with
    nolock )       
            
    WHERE cnt 5

              
        
    IF (@@ERROR <> 0)        
        
    BEGIN        
            
    -- ¾Æ¹ÙŸ Àκ¥Å丮 »ý¼º ½ÇÆÐ!        
            
    ROLLBACK TRANSACTION        
            
    RETURN -14
        END        
        
    --PATCH WARNING!!!PATCH WARNING!!!PATCH WARNING!!!PATCH WARNING!!!PATCH WARNING!!!PATCH WARNING!!!PATCH WARNING!!!PATCH WARNING!!!PATCH WARNING!!!        
              
        -----------------------------------------------------------------------------        
        -- default 
    skill³Ö¾îÁֱ⠠      
        
    -----------------------------------------------------------------------------        
        DECLARE @
    country tinyINT        
        EXEC 
    @country _GetObjCountry @RefCharID        
               
        INSERT INTO _CharSkillMastery 
    (CharIDMasteryIDLevel)        
        
    SELECT @NewCharIDMasteryID0        
        FROM _RefCharDefault_SkillMastery  with
    (nolock)      
        
    WHERE Race = @country or Race 3        
        
    IF (@@error <> 0)        
        
    BEGIN        
            ROLLBACK TRANSACTION        
            
    RETURN -15        
        END        
        INSERT INTO _CharSkill 
    (CharID,SkillID,Enable)        
        
    SELECT @NewCharIDSkillID1        
        FROM  _RefCharDefault_Skill  with
    (nolock)      
        
    WHERE Race = @country or Race 3        
        
    IF (@@error <> 0)        
        
    BEGIN        
            ROLLBACK TRANSACTION        
            
    RETURN -16        
        END        
        
    -----------------------------------------------------------------------------        
        -- 
    ±âº» Äù½ºÆ® ³Ö¾îÁÖ±â
        
    -----------------------------------------------------------------------------        
        
    INSERT INTO _CharQuest (CharIDQuestIDStatusAchievementCountStartTimeEndTimeQuestData1QuestData2)        
        
    SELECT @NewCharIDID10getdate(), getdate(), 00        
        FROM _RefQuest
        WHERE CodeName in 
    (SELECT CodeName FROM _RefCharDefault_Quest  with(nolockWHERE (Race = @country or Race 3) and RequiredLevel and Service 1)
        IF (@@
    error <> 0)
        
    BEGIN
            ROLLBACK TRANSACTION        
            
    RETURN -17        
        END    
        
    -----------------------------------------------------------------------------        
        -- Static 
    Avatar Initial Record ³Ö±â        
        
    -----------------------------------------------------------------------------        
        
    INSERT INTO _StaticAvatar(CharIDvalues(@NewCharID)        
        IF (@@
    ERROR <> 0)        
        
    BEGIN        
            ROLLBACK TRANSACTION        
            
    RETURN -18        
        END         
              
        
    -----------------------------------------------------------------------------        
        -- 
    Trijob Ã¤¿ö³Ö±â!!!!!        
        -----------------------------------------------------------------------------        
        
    INSERT INTO _CharTrijob VALUES (@NewCharID01000)        
        IF (@@
    ERROR <> 0)        
        
    BEGIN        
            
    -- Àκ¥Å丮 »ý¼º ½ÇÆÐ!        
            
    ROLLBACK TRANSACTION        
            
    RETURN -19        
        END         
              
        
    -----------------------------------------------------------------------------        
        -- 
    CharList¿¡ ID ³Ö¾îÁֱ⠠      
        
    -----------------------------------------------------------------------------        
        
    INSERT _CharNameList VALUES(@CharName, @NewCharID)        
              
        
    exec _ADD_ITEM_EXTERN @CharName,'ITEM_EVENT_RESURRECTION_100P_SCROLL',10,1      
        exec _ADD_ITEM_EXTERN 
    @CharName,'ITEM_MALL_HP_SUPERSET_5_BAG',1000,1    
        exec _ADD_ITEM_EXTERN 
    @CharName,'ITEM_MALL_MP_SUPERSET_5_BAG',1000,1    
        exec _ADD_ITEM_EXTERN 
    @CharName,'ITEM_EVENT_RENT_REVERSE_RETURN_SCROLL',20,1         
        exec _ADD_ITEM_EXTERN 
    @CharName,'ITEM_EVENT_HWAN_POTION',20,1  
        exec _ADD_ITEM_EXTERN 
    @CharName,'ITEM_MALL_INVENTORY_ADDITION',1,1
        exec _ADD_ITEM_EXTERN 
    @CharName,'ITEM_COS_P_FLUTE_WHITE',1,1
        exec _ADD_ITEM_EXTERN 
    @CharName,'ITEM_MALL_MOVE_SPEED_UP_100',10,1
        exec _ADD_ITEM_EXTERN 
    @CharName,'ITEM_EVENT_COS_P_GOLDPIG_SCROLL',1,1

        
    -- Quick Slot Á¤º¸ ÀúÀå¿ë!!!        
        
    exec _AddNewClientConfig @NewCharID  -- by novice...... for saving client configurations...        

    COMMIT TRANSACTION        
              
    RETURN @NewCharID 
    hope it works for u.
    for me it works

  3. #198
    Member fuddreckers2 is offline
    MemberRank
    Jan 2013 Join Date
    92Posts

    Re: Devias Online FULL SERVER + DB + CLIENT [80 CAP]


    any help!!
    i can restore log and accounte but shard i can't
    Last edited by fuddreckers2; 02-09-13 at 08:42 AM.

  4. #199
    Novice Vlad Vlaad is offline
    MemberRank
    Sep 2013 Join Date
    2Posts

    Re: Devias Online FULL SERVER + DB + CLIENT [80 CAP]

    Hmmm...any idea why I got the EU server? everything in shops is for EU... I mean tradeshop has EU trade flags...other shops have CH items...I am confused lol.
    Last edited by Vlad Vlaad; 02-09-13 at 07:42 PM.

  5. #200
    Member bedboy16 is offline
    MemberRank
    Dec 2012 Join Date
    65Posts

    Re: Devias Online FULL SERVER + DB + CLIENT [80 CAP]

    Hi guys i have problem is possible any one help me ? me skype revenger200 help e pls

  6. #201
    Novice L2Arctic is offline
    MemberRank
    Jan 2013 Join Date
    1Posts

    Re: Devias Online FULL SERVER + DB + CLIENT [80 CAP]

    Quote Originally Posted by B1QB0SS View Post
    what about the ppl's they dont know php lang

    what they will do ?

    1 Thing Database PVP ?


    because i started Lv 1
    mby ppl who don't know asp/php shouldn't try to host sro servers. That way there would be more professional private servers and not 90% crappy servers.

    On topic, Nice share, but still waiting for that infamous website share. Thanx!
    Last edited by L2Arctic; 16-09-13 at 01:15 PM.

  7. #202
    Member bedboy16 is offline
    MemberRank
    Dec 2012 Join Date
    65Posts

    Re: Devias Online FULL SERVER + DB + CLIENT [80 CAP]

    Quote Originally Posted by B1QB0SS View Post
    PHP Code:
    USE SRO_VT_SHARD

    UPDATE _RefTeleLink

     SET Data1_1 
    '80'

     
    Where Data1_1 Between 95 and 23973


     
    PRINT 'Restart Game Server'


    PRINT 'Dont Forget To give like to B1QB0SS' 
    Fix For DW teleport and all towns



    Please Press Like if i helped you :)


    xCoding i Cant Open the Server files Cant open in Virtual Machine :D

    Guys The Database Got 2 Servers You Can Config the Cert And Make Connection To 2X Game servers By VMWARE

    xCoding wont share the full website why? !

    i will answer my self

    1st : the Website Got Every Thing in your dreams guys

    2nd : Like what ?

    3rd : Admin panel got every thing You Need

    Ban/Search/Jobname/Account/IP Lookup
    Teleport Player
    Lookup Astral Abuse
    Gm Team Rulez
    Change Password Temporally
    Gameserver Crash Finder
    Job Titles
    Last Logged In Accounts
    Loop up Job Name
    Support Tickets
    Edit Currencys
    Manage Website News
    Manage Launcher News
    Manage Downloads
    Manage About
    Manage Donate
    Manage Rates
    Manage User Agreement
    Manage Crew
    Manage Character Page Text
    Manage Rules
    Lookup +13 Items
    Lookup items of char
    Lookup 9D items
    Loopup By IP
    Rankings
    Grant a Title
    Multi Admin Tool
    Manage Raffle Text
    Reset Weekly Coin Limit (new)


    And Now He will never Release full website maybe he release part of the site :) Dont dream guys you will get the full version of this site i got one like it but not full


    You Think Some One Will Release Website Got Admin panel Can Do 40 Thing From The Website ? huh maybe you are dreaming
    I dont see reftelelink :( pla help me where reftelelink? any on know?

  8. #203
    Member bedboy16 is offline
    MemberRank
    Dec 2012 Join Date
    65Posts

    Re: Devias Online FULL SERVER + DB + CLIENT [80 CAP]

    Buy one item from item mal and get dc xd

  9. #204
    Proficient Member tschulian is offline
    MemberRank
    Jul 2012 Join Date
    ErlangenLocation
    151Posts

    Re: Devias Online FULL SERVER + DB + CLIENT [80 CAP]

    unbenannt.png

    I get an Error:
    "Invalid Client. Progam will be terminated." First it worked already very well without any problem, and then that error comes after I try to start the client....

  10. #205
    Member bedboy16 is offline
    MemberRank
    Dec 2012 Join Date
    65Posts

    Re: Devias Online FULL SERVER + DB + CLIENT [80 CAP]

    I HAVE PROBLEM WITH PET I USE PET AND SERVER STOP RUNING :s

  11. #206
    No avatar RenePunik is offline
    MemberRank
    Feb 2013 Join Date
    1,431Posts

    Re: Devias Online FULL SERVER + DB + CLIENT [80 CAP]

    tschulian , If you're using IPInput sure you have correct Version. FROM SRO_VT_ACCOUNT , ModuleVersion

    Then get last Update info and put it in IPInput. PROBLEM Gone!

    Quote Originally Posted by bedboy16 View Post
    Buy one item from item mal and get dc xd
    First : If you bug anything then get Crash cuz there are very much thing in item mall , SET Service = 0 thing you don't need it in ITEM MALL from _RefShopGoods DB & Media
    Secound : If you get DC and get error message in GameServer , so go there ,,, SRO_VT_SHARD ,,, Stored producers ,,, _UPDATE_COST ,,, AND Sure you have names of your databases ( Press CTRL + F ) Then Search SRO_VT_ACCOUNT & SRO_VT_SHARD AND CHANGE IT TO YOU !

    Like if helped .

    I have fuckin error in this database ( Failed to create character )

    Fixed.

  12. #207
    Novice Something96 is offline
    MemberRank
    Jun 2013 Join Date
    4Posts

    Re: Devias Online FULL SERVER + DB + CLIENT [80 CAP]

    Hey, thanks for releasing the database. This is probably the best one I've seen so far. However, I can't create euro chars since I guess this was the chinese server database. How do I re-enable them?

    I tweaked around the database for a while and I went from getting a 'Can't create character S1027' or something like that to getting 'Exception ocurred in Shard Update'. Any thoughts?
    Last edited by Something96; 30-09-13 at 02:55 PM.

  13. #208
    Member Xcoding is offline
    MemberRank
    May 2012 Join Date
    75Posts

    Re: Devias Online FULL SERVER + DB + CLIENT [80 CAP]

    Quote Originally Posted by Something96 View Post
    Hey, thanks for releasing the database. This is probably the best one I've seen so far. However, I can't create euro chars since I guess this was the chinese server database. How do I re-enable them?

    I tweaked around the database for a while and I went from getting a 'Can't create character S1027' or something like that to getting 'Exception ocurred in Shard Update'. Any thoughts?

    Enable the starting regions of Europe etc.

    I didnt login into ragezone for some months due real life.
    Also i lost my skype password xD so im kinda offline.

    Still have fun with some files and database tables.

    Im Out

    Insane

  14. #209
    Member bedboy16 is offline
    MemberRank
    Dec 2012 Join Date
    65Posts

    Re: Devias Online FULL SERVER + DB + CLIENT [80 CAP]

    Quote Originally Posted by Xcoding View Post
    Enable the starting regions of Europe etc.

    I didnt login into ragezone for some months due real life.
    Also i lost my skype password xD so im kinda offline.

    Still have fun with some files and database tables.

    Im Out

    Insane
    Hi is possible you help me i have problem with attack pet have bug :S

  15. #210

    Re: Devias Online FULL SERVER + DB + CLIENT [80 CAP]

    Good Luck!



Advertisement