Jump to content

Ryuuzaki

Members
  • Posts

    87
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Ryuuzaki

  1. You most likely try to use Harmony from another server....Which won't work because: 1) You don't have a legit client patch (which is provided by the makers of harmony and specific made for your IP) 2) You don't have the server files which are needed to communicate with the harmony client. If you are not trying to use harmony, i don't know...
  2. It"s the noreturn mapflag. Also don"t forget nomemo flag.
  3. I totally know what you mean...actually we are working on a "classic" server like that at the moment. I can't give out too much informations for now, but it's not some kind of "cookie cutter" servers you can find at every corner. Basic setup: Low Rate No Jobchanger No Platinum Skill NPC No Warper*~ No Healer*~ Pre-Renewal "Up to date" (as far as pre renewal goes) Daily quest system (real daily quests!) Official like donation items (field manual, bubble gum, style gears.) No card remover (for now, maybe official one of malangdo episode..) Reset NPC, not sure maybe once per month per character Just finished the "kro-like" new novice ground, not the original one, but alot more detailed than the old one. Already have around 50 people waiting for opening / beta, if you want more informations ~ PM me. *forgot to add them into the list in first place : P
  4. http://svn6.assembla...kets/Packet_db/ <- for newest packets. http://supportmii.co...Bypass_Clients/ <- client that works with new packet version. READ DATA FOLDER WON'T WORK WITH THIS ONE!! http://svn6.assembla...de/Lua_Project/ <- Lua / Lub files. clientinfo.xml -> change version to 27 in mmo.h -> #define PACKETVER 20120410 Recompile, done.
  5. When you startup your game, the window title shown need to be noted down. BACKUP YOUR GAME EXECUTABLE!! Google -> hex editor xvi32 Download the tool, extract all files somewhere you want. Start the EXE file. Make sure to close your gameclient. Click the folder icon or -> File -> Open. Select your game executable. Press CTRL and F and check the Text String option. Input the name of your game window you noted down earlier. Click the first letter of the found hit on the right window (if your windowname is Ragnarok you need to pay close attention and find the position where you'll only see Ragnarok). Enter the new title, it may not be longer than the original title, otherwise your executable is corrupted. DO NOT USE THE DEL OR BACKSPACE KEY OTHERWISE THE EXECUTABLE IS MESSED UP TOO! Press the disk icon to save the executable, and try if it worked. If you have problems doing it, upload your exe file and the new window name and i'll edit it for you.
  6. Job Level 50 needed for berserk.
  7. Change Cart is a quest skill too, try to @loadnpc npc/custom/platinum_skills.txt and talk to the NPC. You can find it at: @warp prontera 128 200
  8. Cart Boost requires a cart better than the standart one (use change cart skill and select another cart) and job level 50 (not sure about the joblevel). Unfair Trick and greed are quest skills. Full adrenaline rush needs a soul link at the whitesmith character. Cart Termination needs Cart Boost as prerequirement. Cheers
  9. You take the color from either PS and use it like this, let's say the colorcode of PS is FFF000 in scripts it's 0xFFF000 then.
  10. You can also add this here to show the broadcast on every login. -%tab%script%tab%vote%tab% -1,{ OnClock0100: OnClock0500: OnClock0700: OnClock0900: OnClock1300: OnClock1500: OnClock1700: OnClock2000: OnClock2200: OnClock2400: OnInit: OnPCLoginEvent: announce "Hallo Liebe Spieler, Bitte vergesset nicht zu Voten unter blablabla.",bc_all,0xff1414; } Anyways, you're welcome.
  11. If that's the full script file i would say you are missing a right curly --> } *EDIT* The colorcode is invalid too, (if you wanted black color it's fine though) Here the fully working script -%tab%script%tab%vote%tab% -1,{ OnClock0100: OnClock0500: OnClock0700: OnClock0900: OnClock1300: OnClock1500: OnClock1700: OnClock2000: OnClock2200: OnClock2400: OnInit: announce "Hallo Liebe Spieler, Bitte vergesset nicht zu Voten unter blablabla.",bc_all,0xff1414; } Obviously you have to replace the %tab% with real tabs.
×
×
  • Create New...