Jump to content

Neo-Mind

Members
  • Posts

    806
  • Joined

  • Last visited

  • Days Won

    18

Posts posted by Neo-Mind

  1. Hexing 2012 - 04 - 10 RE Client to enable Cash Shop Possible?

     

    Disabling GM Suit but Name will stay on Yellow Possbile?

     

    Aura more than level 99/150 can be seen? Possible 

    1) No. cash shop is a feature only present in Ragexe clients not RE. its not a simple matter to try to add that into RE.

     

    2) Yes. put this dll in plugins folder of WeeDiffPatcher and apply Remove GM Sprite Display. http://www.mediafire.com/?vxzjsu3ajzjwt8d

     

    3) Not sure but i think WeeDiffPatcher already has this?

  2. if i am not mistaken the skill uses a .str file for getting the info for displaying the spheres (so many people saying balls lol) just like all the other skill effects.

    is there any tool for editing str files? Then maybe we could make the respective str file use tga files instead of those ugly bmps.

     

    The Balls of gravity to use those balls!!  /pif

  3. New client 2014-01-15 Ragexe

    http://hercules.ws/board/topic/4198-preview-of-my-new-client-package/

    as themon posted

     

    this still don't work for rathena

    they need to add this first to the src

    /* New */

    0x09d4,2,npcshopclosed

    0x09ce,102,gm_monster_item,2

    /* NPC Market */

    0x09d8,2,npcmarketclosed

    0x09d6,-1,npcmarketpurchase

    try to compare 20130807 and 20131223 client packet data

    they are almost similar except for this 5 packet

    0x08A4,36,storagepassword,2:4:20

    0x09d4,2,npcshopclosed

    0x09ce,102,gm_monster_item,2

    0x09d8,2,npcmarketclosed

    0x09d6,-1,npcmarketpurchase

     

    and what more ?

    this should get alot fixed

    http://hercules.ws/board/topic/3614-christmas-patch-gifto/

    http://hercules.ws/board/topic/3609-2013-12-23c-kro-client-merry-christmas-3/

    https://github.com/HerculesWS/Hercules/pull/255

    right ?

     

    Themon posted? look again ... ossi0110, yommy, k3dT and me are working on the client. /hum

     

    Anyways like Euphy said rathena's focus is on supporting 3 main clients for now. but you are welcome to add it to your own server you know (its just a few tweaks after all).

    • Upvote 1
  4. check ur server what it shows when u try to login. sounds like a packet issue to me which means either u forgot to disable packet encryption(skip packet obfuscation) in your client or your packet db is not correctly set.

     

    EDIT: didnt notice the date. rathena already supports till 2013-08-07 by default. did you copy the packet_db from somewhere?

     

    Also make sure your mmo.h is correctly configured with your client's date.

  5. did u make the provision for slots client side? 

    http://rathena.org/wiki/Custom_Items#Defining_Items_clientside_.28Renewal_Clients_.3C.3D_2012-04-10a_.26_Main_Clients_.3C.3D_2012-07-10a.29

    you need to have an entry in itemslotcounttable.txt as described above.

     

    in case you are using newer client

    http://rathena.org/wiki/Custom_Items#Defining_Items_Clientside_.28For_New_Clients.29

    you need to specify the slotCount value in ItemInfo as specified in above link

  6. looks like your lua files are not updated. the settings for whether to put garments in the back is assigned in lua files inside spreditinfo folder.

     

    if you dont have any custom robes. just remove those files in your grf (or data folder). the client will pick up the default from kRO data.

×
×
  • Create New...