Jump to content

unknown

Members
  • Content Count

    267
  • Joined

  • Last visited

Posts posted by unknown


  1. Ok here sum of my config:

    I am using 2013-08-07aRagexe.exe (MD5:4979E208002E3B2EDC2AF854914935DE) as base client

    I used xDiffPatcher to diff my client using this profile: http://pastebin.com/raw.php?i=KdKje5hN

    And here is my clientinfo.xml: http://pastebin.com/raw.php?i=WPFZFaBv

     

    Still need help with double service select screens. Thank you!

    PS: I could not find option "Skip/Disable Service Select Screen" or similar as you guys mentioned in xDiffPatcher...

    Maybe you need to download the new diff of your client.

  2.  

    Also I don't know why but sometimes when posting long "[ code ]"s they are cut. And it sure looks like that happened with your post as both codes are the same, sometimes editing works to fix that c:

    the "new" one is different from the "old" one:

     

    23: Two-handed Staves

    and also this one

    9: Two-handed Maces

  3. from this old doc txt:

     

    View: For normal items, defines a replacement view-sprite for the item (eg:      Making apples look like apple juice). The special case are weapons      and ammo where this value indicates the weapon-class of the item.	For weapons, the types are:		0: bare fist		1: Daggers		2: One-handed swords		3: Two-handed swords		4: One-handed spears		5: Two-handed spears		6: One-handed axes		7: Two-handed axes		8: Maces		9: Unused		10: Staves		11: Bows		12: Knuckles		13: Musical Instruments		14: Whips		15: Books		16: Katars		17: Revolvers		18: Rifles		19: Gatling guns		20: Shotguns		21: Grenade launchers		22: Fuuma Shurikens

    to this new docs

     

    View: For normal items, defines a replacement view-sprite for the item (eg:      Making apples look like apple juice). The special case are weapons      and ammo where this value indicates the weapon-class of the item.	For weapons, the types are:		0: bare fist		1: Daggers		2: One-handed swords		3: Two-handed swords		4: One-handed spears		5: Two-handed spears		6: One-handed axes		7: Two-handed axes		8: Maces		9: Two-handed Maces		10: Staves		11: Bows		12: Knuckles		13: Musical Instruments		14: Whips		15: Books		16: Katars		17: Revolvers		18: Rifles		19: Gatling guns		20: Shotguns		21: Grenade launchers		22: Fuuma Shurikens		23: Two-handed Staves

    thanks, more power to Hercules


  4.  

     

     

     

     

     

    try atcommand "mount" or @mount

     

    it gives me a peco instead of dragon

    because thats trans job only, using dragon, you need to edit the client side sprite.
    i tried changing my job into rune knight and i get a dragon,

     

    i think the cause of this is changebase dont allow me to add Dragon training skill thats why it wont give me a dragon

    Changebase is like a disguise only and not allowed to used skills, much better to change the clientside.

  5.  

    actually there is available item db converter in tools folder

     

    [*]Don't trust us? No, no, we don't need your custom items, you can sleep safe... But if you still don't want to paste anything on a website... well, we have provided the source code of the converter script! It's in the 'tools' folder of the Hercules repository. All you need is a Perl interpreter (and if you're running Linux or Mac OS, on either your server or your own computer, it's almost certain that you already have that). All you have to do is run it (example: perl tools/itemdbconverter.pl < db/item_db2.txt > db/item_db2.conf), and your item database will be converted in a split second!

    source: Item DB file structure overhaul

    did you read this?

    run means open the itemdbconverter.pl? then type what? or can u teach me? i have already installed perl in my computer


  6.  

    2 fully separate servers that use the same clients?

     

    Then it's on your clientinfo.xml, on your clientside, just duplicate everything inside the connection tag and edit whatever you like:

     

    <?xml version="1.0" encoding="euc-kr" ?><clientinfo><servicetype>korea</servicetype><servertype>sakray</servertype>   <connection>      <display>Ragnarok</display>      <balloon>your first server</balloon>      <desc>1st server</desc>      <address>127.0.0.1</address>      <port>6900</port>      <version>26</version>      <langtype>1</langtype>      <registrationweb>flux.domain.com</registrationweb>        <aid>            <admin></admin>        </aid>        <loading>            <image>loadingscreen01.jpg</image>        </loading>   </connection>   <connection>      <display>Ragnarok 2</display>      <balloon>Your 2nd server</balloon>      <desc>2nd server</desc>      <address>192.168.1.1</address>      <port>6900</port>      <version>26</version>      <langtype>1</langtype>      <registrationweb>flux.domain.com</registrationweb>        <aid>            <admin></admin>        </aid>        <loading>            <image>loadingscreen01.jpg</image>        </loading>   </connection></clientinfo>

    is this allowed in 1 vps?


  7. try to use my clientinfo.xml

    <?xml version="1.0" encoding="euc-kr" ?><clientinfo>    <servicetype>thai</servicetype>    <servertype>primary</servertype>    <connection>        <display>Proudly Ragnarok Online</display>        <desc>Renewal</desc>        <address>127.0.0.1</address>        <port>6900</port>        <version>45</version>        <langtype>5</langtype>        <balloon>ProudlyRO </balloon>        <aid>			<admin>2000000</admin>		<loading>			<image>loading01.jpg</image>			<image>loading02.jpg</image>		</loading>        </aid>    </connection></clientinfo>

    and also disable or unpick or unchecked service select in your client diff.


  8. I edit like this
    You need to add custom items that contains these letters " M E R R Y C H R I S T M A S "
     
    Try this. I haven't tested it.
     
     

    -    script    xmasjkk    -1,{OnNpcKillEvent:    if ( strcharinfo(4) != "prt_fild01","prt_fild05","prt_fild06","prt_fild08" ) end;    .@rand = rand ( 1, 100 )    if ( .@rand <= 90 ) {        getitem .item_id[rand(getarraysize(.item_id))], 1;        end;    }    dispbottom "???";    end;OnInit:    setarray .item_id[0], 20000, 20001, 20002, 20003, 20004; //example item id of your custom item.    end;}

  9. You need to add custom items that contains these letters " M E R R Y C H R I S T M A S "

     

    Try this. I haven't tested it.

     

     

     

    -    script    xmasjkk    -1,{OnNpcKillEvent:    if ( strcharinfo(4) != "prt_fild01" ) end;    .@rand = rand ( 1, 100 )    if ( .@rand <= 90 ) {        getitem .item_id[rand(getarraysize(.item_id))], 1;        end;    }    dispbottom "???";    end;OnInit:    setarray .item_id[0], 20000, 20001, 20002, 20003, 20004; //example item id of your custom item.    end;}
    how can i add more maps here?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.