Search results

Mu online season 21 - grand opening
  1. Sanity

    [CT] Craft Fragment Script

    The reason i am releasing these different scripts as i want people to learn the scripting and how things work for woool, all these scripts will be released on my next SQL release but it's better to have a understanding before hand how things work. Anyway this is the fragment crafting script...
  2. Sanity

    Other SQL ID Problem

    Managed to fix this by doing the following. Open table in Design View Untick Allow NULL for ID Make sure ID is Int DataType Then set primary Key for ID. For me all IDs are fixed, and so far they not been changed. Hope it helps.
  3. Sanity

    [CT] Suit Skills

    These skills are from 1.9, am just going though shanda basics and trying to get everything working, Chinese really don't bother with all this kind of stuff but i rather have them in. Currently doing Mount skills but they are really bugged at the moment, hoping to speak to CT group to try get...
  4. Sanity

    [CT] Suit Skills

    Preview http://www.youtube.com/watch?v=ME59cZ3QmnQ You must have quipped both weapon and armor for the skill to work. Skills Database Earthshaker,0,0,60,100,100,0,100,100,0,55,1800,58, 3600,63,7200,15000,,0,0,0,0 Phantom,0,0,100,90,100,20,100,120,1,55,1800,58,360 ,0,63,7200,15000,,0,0,0,0...
  5. Sanity

    Woool2 SQL Server Files

    http://www.youtube.com/watch?v=bwWXstB8Hzo&feature=youtu.be TigerKing: Learning Skills done, removing skills done, Orb levelng done. Rhino Mount: Fixed. 3rd Riding image bug. Pet interface bug. HeavenSoaring: Angel + Hell Soaring Done. Dragon Soaring Not Done ( don't know how it works) Hero...
  6. Sanity

    Woool2 SQL Server Files

    Seems if any fields have NULL in Items database then the whole database breaks and nothing will work so run this query. UPDATE Stditems SET GC=0 WHERE GC IS NULL;UPDATE Stditems SET GC2=0 WHERE GC2 IS NULL; UPDATE Stditems SET NeedRealm=0 WHERE NeedRealm IS NULL; UPDATE Stditems SET Special=0...
  7. Sanity

    Ragnarok 2

    Prefer Ragnarok 1 style tbh, this just looks ****. One thing unique about Ragnarok and they change it -.- silly.
  8. Sanity

    Client String Data 2.0

    This is a Excel spreadsheet of Woool 2.0 client strings, it makes translating the client that much easier. Example 004E2206 PUSH Copy_of_.009210A8 附有%s期%s心魔 004E225E PUSH Copy_of_.00918370 (%s) 004E22C0 PUSH Copy_of_.0092109C...
  9. Sanity

    Other SQL ID Problem

    Pretty much done the same, made a access database file and when ever it messes up i just import it. but means me having to keep updating the access file along with the sql database, pain but meh. Why do the ID's do that? When ever i scroll down the table, then close it and re open it, if i go...
  10. Sanity

    Other SQL ID Problem

    Thought this would be the best place to ask. My items database ID keep going out of order, dose anyone know a way to fix them, i need the whole row to be sorted and not just the ID's. And anyway to prevent this from happening? all am doing is editing the database and when i scroll down the IDs...
  11. Sanity

    [CT] Mount System + Level 3 Upgrade

    Tiger is just single play mount, rhino is 2 player mount, not sure if it's coded for ct as i not tested it. SendMsg has been changed already.
  12. Sanity

    [CT] Mount System + Level 3 Upgrade

    Ops yer was ment to be 2 instead of 3, fixed. Don't worry about sendmsg, dose not effect the main script in any way.
  13. Sanity

    [CT] Mount System + Level 3 Upgrade

    This won't work at the moment due to mount food not working, need to add the function for it but my next release on files should be all fixed. The lazy script will work fine though. I belive this script should only be used on Leopard, Lion and Dragon. Phoenix has his own system Tiger and...
  14. Sanity

    [CT] Mount System + Level 3 Upgrade

    New Level 3 Mount Upgrade Preview <strong>http://www.youtube.com/watch?v=c55ed4k2_Xw&feature=youtu.be Opps Ignor the part after the Phoenix, i was suppose to delete that, i was going to show how to setup a shop but didn't work lol. Also note that capturing mounts isn't that easy, you can fail...
  15. Sanity

    Unsupported 16-bit Application - Help me please if you know how to fix it.

    They said windows 7 isn't compatible but i used windows 7 32-bit the other week on this version and i never had that error.
  16. Sanity

    Unsupported 16-bit Application - Help me please if you know how to fix it.

    64bit isn't compatible but clicking the error 2x will run the engine ok. The only problem here is if the engine ever shut down the gamecenter would re launch the engine but the error will come up, so if your not there to click it the engine won't run.
  17. Sanity

    All In One - Woool2 Guides

    http://www.lomcn.co.uk/forum/showthread.php?78369-CT-Class-Attributes-Databases http://www.lomcn.co.uk/forum/showthread.php?78368-CT-Deamon-Level-Script http://www.lomcn.co.uk/forum/showthread.php?78350-Version-Information I will be releasing information like this soon, i have pretty much...
  18. Sanity

    Woool2 SQL Server Files

    If anyone gets a error at login, check the following. LoginSrv.ini DataServerIndex=1 Now check your account in SQL, find ServerIndex and see if they match, if they don't then you won't be able to login, i should of left it at 0 before releasing but i was testing it and forgot to change it...
  19. Sanity

    Woool2 SQL Server Files

    Thanks mate, added link to first post for window 7 users. Also i added server setup, which files you need to edit for your sql details. Still cannot find a direct link to SQL 2000, check the mir2-3 guides but links are broken.
  20. Sanity

    [CT] Class Attributes Databases

    Class Attributes Databases Classes Database. Warrior: Zhanshi.db Wizard: Fashi.db Deamon: yaosi.DB Taoist: Daoshi.db ID Level Exp Experience Weight Weight WearWeight Bag Weight HandWeight Hand Weight HP Health MP Mana EF Yuan (DEAMON) DC Maximum Attack DC2 Minimum...