Jump to content

zackdreaver

Members
  • Posts

    156
  • Joined

  • Last visited

  • Days Won

    7

Community Answers

  1. zackdreaver's post in Status Icon Problem was marked as the answer   
    Type /stateinfo
    See
    https://irowiki.org/wiki/Basic_Game_Control
  2. zackdreaver's post in Headgear crashes client was marked as the answer   
    If you want to know which file that cause the crash.
    Start by removing 1 by 1 your custom grf, leaving only your custom clientinfo.xml  and data.grf.
  3. zackdreaver's post in Buying more than 10 items gives me this gibberish was marked as the answer   
    Can't see them, maybe my browser has a problem
     
    Alright I can see your ss now after changing browser.
    That text is not part of msgstringtable.txt, rather it need to be diffed with diff patcher like NEMO.
    I see you're korean, if you set your langtype to 0 you will figure out what the text means.
    Default client limiting player from buying more than 10 itemss.
  4. zackdreaver's post in Old Training Grounds was marked as the answer   
    Open:
    \npc\re\scripts_jobs.conf
     
    scroll down to:
    // - Novice
     
    add "//" in front of:
    npc: npc/re/jobs/novice/academy.txt
     
    delete "//" in front of:
    // npc: npc/re/jobs/novice/novice.txt
  5. zackdreaver's post in item trade restrictions was marked as the answer   
    ...
    to remove that line from item desc, open msgstringtable.txt
    go to line 2797
    change "Item moves restriction.#" to "#" without quote.
     
    To delete any line when you hover your mouse on it,
    open itemmoveinfov5.txt and simply delete all items inside it or leave it empty
  6. zackdreaver's post in Megaphone chat window text color. was marked as the answer   
    Open your item db, scroll down to this line
    12221,Megaphone_,Megaphone,2,2,,10,,,,,0xFFFFFFFF,63,2,,,,,,{ input @megaphone$; announce strcharinfo(0) + ": " + @megaphone$,bc_all,0xFF0000; end; },{},{}
     
    Changed it's color by changing this color hex 0xFF0000 to something that you like,
    Use this site if you need assistant
    http://www.colorhexa.com/
  7. zackdreaver's post in Old Prontera Map was marked as the answer   
    you need an old map files for fields surrounding Prontera (South, west and east),
    I don't recall the number of these maps, something like prt_fild0X.gat
     
     
    (btw, if anyone have these fields map, will you kindly upload it here? I will add it in prerenewal project)
  8. zackdreaver's post in How to disable Doram class ? was marked as the answer   
    Use older client date like 2015-05-13aRagexe,
    there are not many new features introduced with newer client that support doram.
     
    Just keep it simple
  9. zackdreaver's post in How can I delete "NO MSG"? was marked as the answer   
    Ragexe from kRO have embedded msgstringtable,
    which you will never find it inside grf...so you don't need to diff with "read msgstringtable"
     
    But, if you want a korean msgstringtable and you want to modify it,
    You can extract it with NEMO.
  10. zackdreaver's post in Vcredist download(HELP) was marked as the answer   
    https://support.microsoft.com/en-us/kb/2977003
  11. zackdreaver's post in [Info]: clif_parse: Disconnecting session #8 with unknown packet version.... was marked as the answer   
    I have tried using that differ with 20120410,
    and the packet header obfuscation won't allow me to connect to ra nor herc
  12. zackdreaver's post in Items not showing up correctly, not sure what's going on... was marked as the answer   
    You forgot to add _ in accname.lub
    eg:
    [ACCESSORY_IDs.ACCESSORY_AQUARING_HAT] = "_aquaring_hat",
     
    btw, you must have the textures in in these folder
    \data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\item
    \data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\collection
  13. zackdreaver's post in Zeny Information is Missing was marked as the answer   
    just press ALT+V
     

     

  14. zackdreaver's post in Problem With GuildTip was marked as the answer   
    You should put it in same folder with setup.exe, ragexe.exe, data.ini, etc
  15. zackdreaver's post in Tell me Client date based on this screenshot (inside) was marked as the answer   
    - No Roulette
    - New wings
    Probably date above 2015-04+ client
     
    The string under minimap
    Current coordinate, zoom in and out, World Map and extended minimap (it will maximize the size of current minimap)
  16. zackdreaver's post in Where to get most updated .txt files? (idnum2itemdesctable.txt etc) was marked as the answer   
    I'm not promoting it...
    this is BEST place you can get that updated files
    goo.gl/HC3pu1
  17. zackdreaver's post in Removing the help message text on login was marked as the answer   
    by disabling it ingame (public log) :

     
    or through ChatWndInfo_U.lua :
    option1 = 0,
  18. zackdreaver's post in Normal weapons won't show was marked as the answer   
    that client date use iteminfo.lua for all items,
    check ClassNum inside it.
     
    Headgears viewID is server side i believe, different with weapon/shield which is clientside
  19. zackdreaver's post in old rathena version was marked as the answer   
    https://code.google.com/p/rathena/source/list
    http://rathena.svn.sourceforge.net/viewvc/rathena?view=revision&revision=12540
  20. zackdreaver's post in dont know what bug is this.. was marked as the answer   
    yups its a bug, its also happen to me, when i add costom headgear, with wrong view id,
    even though i fixed its view id and deleted it from mysql (inventory), its still crash when i login.
     
    in the end i had to delete that char.
  21. zackdreaver's post in Help me how to make neuralizer can reset stats point and skill point? was marked as the answer   
    check here :
    \npc\other\CashShop_Functions.txt
    scroll down to "Neuralizer", then add this line below "resetskill;"
     
    resetstatus;
     
    then save.
×
×
  • Create New...