Search results

Play Now
  1. Geordiehc

    NPC show user level...?

    No command sorry :( you would have to retreive it from the database which would be a nice chunk of script and totally not worth it ---------- Post added at 02:26 AM ---------- Previous post was at 02:24 AM ---------- Although you could use a fairly easy script like a fp script.... If you use...
  2. Geordiehc

    [CD3.55] take all script

    Yes Evil is right, you must have a specific number... to make it easy you can use increments, so Exchange Fragments: Fragments x1 Fragments x5 Fragments x10 Fragments x50 That way if you have say 17 fragments, its literlly 4 clicks. But yeah unfortunately the system cant see how many you...
  3. Geordiehc

    [CD3.55] Need Will Wix Map Mon ....Viewers

    Kaoris MiM will let you view all data but maps, you msut download a map editor. Both of these can be found on Kaoris site http://mf.kaorimir.com ---------- Post added at 02:16 AM ---------- Previous post was at 02:15 AM ---------- Sorry, Kaori MIM is on the homepage... www.kaorimir.com
  4. Geordiehc

    [CD3.55] guild menu

    Follow the NPC scripts, its default in bichon so look at the market_def folder for the ocrrect NPC, read the script and it will guide you to the right place. If i was to have a guess it would be in the convert section of market def or in the system
  5. Geordiehc

    [CD3.55] Reconnect the server!

    Set all your IP's to 127.0.0.1 so only you can access it for now, when you come to making it live then you can search forums for a proper IP setup, im guessing you will need a router setup
  6. Geordiehc

    [CD3.55] making ores

    Basic script would be (i suggest visiting 'The One thread You Will Ever Need' if you can't already do this: #SAY <Give me Ore/@ore> 100 Gold \ [@ore] #IF CHECKGOLD 100 #ACT GIVE JadeOre #ELSESAY You do not have enough money With this you need to make sure JadeOre is created in the item...
  7. Geordiehc

    [CD3.55] Ingame but nothing loads (Hp/Mp/Lvl/SC/DC/MC = 0 )

    Im telling you, 0 stats means CD.ini hasn't been cracked
  8. Geordiehc

    [Holley] mir 3 help

    Please look at 'The one thread you will ever need' all these questions have been answered
  9. Geordiehc

    [CD3.55] CruelDragon (Not ready 127.0.0.1)

    its not the chinese text thats the problem, its the NULL values, change all of these and also double check that the number are in chronological order, sometimes there be an error like a jump from 1449-1551 for example, the number have to be in order. But firs thting to do is definately to...