Search results

  1. F

    [AD] EnemyMu 97d99i Exp: 9999x Drop: 50%

    2 wipes in a row?)
  2. F

    [Release] Legendary Web

    no holes?
  3. F

    [Help] New character with X days seal of wealth

    SELECT memb_guid from MEMB_INFO, AccountCharacter where memb___id = Id and (GameID1 = @name' or GameID2 = @name' or GameID3 = @name' or GameID4 = @name' or GameID5 = @name'); something like this gives me the game_uid of acc where @name is in one of the gameid what to do next?)
  4. F

    [Help] New character with X days seal of wealth

    INSERT INTO dbo.T_periodItem_info(memb_guid,char,itemcode,optiontype,item_effect1,item_effect2,UseTime,ExpireDate) VALUES(@memb_guid, @name,6700,0,6,7,10080,getdate()+7) now the problem is how to get the @mem_guid for the @name created to add in tables..
  5. F

    [AD] DarknessMu S2 Exp: 2x Drop: 50%

    Thanks ! :D If u have some ideas tell us:)
  6. F

    [Help] New character with X days seal of wealth

    need to add in the create character procedure that will add in the table T_periodItem_info memb_guid (acc ID) char (charname that is created from the procedure) itemcode 6700; optiontype 0; item_effect1 6; item_effect2 7; UseTime 10080; (7 days) ExpireDate createdate+7days;
  7. F

    [Help] New character with X days seal of wealth

    how to config the procedure so that every new character will have X days of seal of wealth? 1) wz_createcharacter: /****** Object: Stored Procedure dbo.WZ_CreateCharacter Script Date: 28.11.2008 19:52:26 ******/ CREATE Procedure WZ_CreateCharacter @AccountID varchar(10)...
  8. F

    [AD] DarknessMu S2 Exp: 2x Drop: 50%

    Changes: PK Free Server (kill anyone you like w/o penalty) Devil Square MOBS x1.5 quantity Exc items+Luck drop chance x3 Normal items+Luck drop chance x2 Added 3 Potition Girl NPC on Castle Siege Server (89 218) (90 44) (89 65) Almost all spots now have more mobs The spots doesn't have...
  9. F

    [Release] DarksWeb 0.3 UPDATE

    Some vote reward system? In user account some vote system will be great.
  10. F

    [AD] DarknessMu S2 Exp: 2x Drop: 50%

    Darkness MuOnline OFFICIAL START 13.02.2015 Server Information: Version: Season II Experience: 2x Drop: 50% Points Per Level: 5/6/7 Max Level: 400 Resets: No Soldier Elf Buff Till: 100lvl Anticheat Rates: Soul: 50% Soul+Luck: 75% Life: 70% Item+10: 90% Item+11: 80% Item+12: 70%...
  11. F

    [Release] Linkos MU Online Vote Reward System

    $vote_id[credits] ->> do not change this so this will work if u dont work with a proxy.
  12. F

    [Release] Linkos MU Online Vote Reward System

    for the images to be from new lane just add: else { $vi += 1; echo "<b>You can vote again after: </b><span id='bxx$vi' title='".($voted['voteend']-time())."'>--</span>&nbsp;&nbsp; | &nbsp;&nbsp; <br />"; } and here: if(!$voted) { echo "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a...
  13. F

    [Release] Linkos MU Online Vote Reward System

    so like i see the votesystem doesn't check if the used voted? I just press the button (the 12h countdown appears) and i get for free+10 credits? how to make that every image of the votebutton will have a new lane, i got 5 buttons and if vote for 2 the one is gone missing, vote for 3 the last 2...
  14. F

    [Release] Linkos MU Online Vote Reward System

    and if in my database passwords are MD5 how to make so users will log in? $user = mssql_fetch_array(mssql_query("SELECT * FROM MEMB_INFO WHERE memb___id='$_POST[username]' AND memb__pwd='$_POST[password]'")); if(empty($_POST['username']) OR empty($_POST['password'])) { echo "Please complete all...
  15. F

    [Release] DarksWeb 0.3 UPDATE

    I did delete the "News" map and made a news.php instead, it works at least xD