Jump to content

Fliegex3

Inactive Member
  • Posts

    135
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Fliegex3

  1. It's an bug from the crap sash system. I can fix it for you.
  2. Add me on skype i'll fix it for ya. Skype: -EDIT-
  3. Do someone have a converter for item proto sql to xml? I only found an old converter for the hen script, but I'm using the new database structure. Old script: <h2>ItemProto.sql to ItemProto.xml Converter By DexterSK</h2> <?php if($_SESSION['uzivatelske_prava']>=$adminRights['prehlad_postavy']) { if(isset($_POST['odoslat'])) { $query = mysql_query("SELECT * FROM player.item_proto ORDER BY vnum ASC") or die(mysql_error()); $apo = "'"; $fh = fopen('dump/'.$_POST['meno_i'].'', 'w'); $zapis1 = fwrite($fh, '<item_proto extended="true" version="1">'."\r\n"); while($fetch = mysql_fetch_assoc($query)) { $zapis2 = fwrite($fh, ' <Item vnum="'.$fetch['vnum'].'" name="'.$apo.''.$fetch['name'].''.$apo.'" gb2312name="'.$fetch['locale_name'].'" type="'.$fetch['type'].'" subtype="'.$fetch['subtype'].'" weight="'.$fetch['weight'].'" size="'.$fetch['size'].'" antiflag="'.$fetch['antiflag'].'" flag="'.$fetch['flag'].'" wearflag="'.$fetch['wearflag'].'" immuneflag="'.$fetch['immuneflag'].'" gold="'.$fetch['gold'].'" buy_price="'.$fetch['shop_buy_price'].'" limittype0="'.$fetch['limittype0'].'" limitvalue0="'.$fetch['limitvalue0'].'" limittype1="'.$fetch['limittype1'].'" limitvalue1="'.$fetch['limitvalue1'].'" applytype0="'.$fetch['applytype0'].'" applyvalue0="'.$fetch['applyvalue0'].'" applytype1="'.$fetch['applytype1'].'" applyvalue1="'.$fetch['applytype1'].'" applytype2="'.$fetch['applytype2'].'" applyvalue2="'.$fetch['applyvalue2'].'" value0="'.$fetch['value0'].'" value1="'.$fetch['value1'].'" value2="'.$fetch['value2'].'" value3="'.$fetch['value3'].'" value4="'.$fetch['value4'].'" value5="'.$fetch['value5'].'" socket0="'.$fetch['socket0'].'" socket1="'.$fetch['socket1'].'" socket2="'.$fetch['socket2'].'" socket3="'.$fetch['socket3'].'" socket4="'.$fetch['socket4'].'" socket5="'.$fetch['socket5'].'" refine_vnum="'.$fetch['refined_vnum'].'" refine_set="'.$fetch['refine_set'].'" magic_pct="'.$fetch['magic_pct'].'" specular="'.$fetch['specular'].'" socket_pct="'.$fetch['socket_pct'].'" />'."\r\n"); } $zapis3 = fwrite($fh, '</item_proto>'); fclose($fh); if($zapis1 AND $zapis2 AND $zapis3) { echo'<p>Sucess.</p>'; } else { echo'<p>Error.</p>'; } } } else { echo'<p>You dont have permision for this area!</p>'; } ?> <form action="" method="post"> <table> <tr> <td> Name of XML: </td> <td> <input type="text" name="meno_i" size="40" value="item_proto_dump.xml" /> </td> </tr> <td width="90"> &nbsp; </td> <td width="150"> <input type="submit" name="odoslat" value="Convert" /> </TABLE> </form>
  4. Fliegex3

    Twerk

    weird dancing style
  5. I've got a little problem with my Client. [Hidden Content] Syserr: 0819 17:21:05974 :: CItemManager::LoadItemList(locale/de/item_list.txt) - StrangeLine in 1511 0819 17:21:06146 :: Unknown packet header: 12, last: 253 32 0819 17:21:08220 :: ============================================================================================================ 0819 17:21:08220 :: Abort!!!! Anyone knows that error?
  6. The problem is already solved, cause I'm using another client.
  7. 1. I use Eternexus 2. The Property eix/epk are from my other client, where I can see the Buildings. 3. I'm already using a other client But thanks anyway for the help and flame.
  8. Hei Metin2dev Com, In my Client i can't see any buildings, theres only the shadow of the buildings. How can I fix this?
  9. ajo, komische ist das es mit der alten Exe wunderbar funzt (Source ausversehen gelöscht) im neuen Source hab ich das Gürtelsystem aktiviert, sollte ja daher eig gehen... Ich --> Source und Client nix gut
  10. I compiled a new Binary with a new Source and now I get this error when i'm trying to get ingame. 0527 17:11:15898 :: Failed to load script file : locale/de/ui/inventorywindow.py 0527 17:11:15899 :: ui.py(line:2763) LoadScriptFile system.py(line:192) execfile system.py(line:163) Run locale/de/ui/inventorywindow.py(line:87) <module> LoadScriptFile!!!!!!!!!!!!!! - <type 'exceptions.AttributeError'>:'module' object has no attribute 'EQUIPMENT_BELT' 0527 17:11:15899 :: ============================================================================================================ 0527 17:11:15899 :: Abort!!!! 0527 17:11:15899 :: uiInventory.py(line:293) __LoadWindow ui.py(line:2780) LoadScriptFile exception.py(line:36) Abort InventoryWindow.LoadWindow.LoadObject - <type 'exceptions.SystemExit'>: 0527 17:11:15899 :: ============================================================================================================ 0527 17:11:15899 :: Abort!!!! With the old Binary, all works fine.
  11. By the way I have Visual Studio 2008 Professional Edition, i cant install SP1
  12. I had a mistake with a lib, only debug is now working. Distribute or Release are not working.
  13. Yes i tried :/ I can compile with my visual Studio Version, I only deleted my working source and now I have this problem with the new source.. Now I can compile in debug, but not in Release mode
  14. 2008, I already had a source which has worked, but i deleted this :/
  15. Do someone have a Client with the 5th Class "lycan" and want to share it to me? Sincerly Fliege (Sorry for bad english)
  16. I had this a few months before, I added the vnum_range in server and client and everything was working
  17. Go into your Item_proto table (server), go to the dragon gems (for example 122010) and then check if the vnum_range is 99 (at the end of the query)
  18. Set Range Vnum from the dragon stones to 99 in the item_proto (server).
  19. I fixxed it this way, screen me your problem pls.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.