Jump to content

Pneuma

Members
  • Posts

    846
  • Joined

  • Last visited

  • Days Won

    8

Community Answers

  1. Pneuma's post in Client issues (2013-08-07a) was marked as the answer   
    1. Yes you can patch your own client
    2. Just edit the clientinfo.xml to have your server's IP address and namethen it will be
    3. The files needed would be System/ folder, your grf, and client
  2. Pneuma's post in monster dont drop cards! help! was marked as the answer   
    That simply means Normal Cards drop at 30 times normal drop rate. ie: Normal Poring Card = 0.01% drop rate x30 = 0.30% Drop
  3. Pneuma's post in Client 2013 was marked as the answer   
    Use version 45 and langtype 1
  4. Pneuma's post in Need Client Ready to Use for rAthena was marked as the answer   
    Download my full client/data folder located in my signature. It's 100% Latest ready
  5. Pneuma's post in [Solved][Error]Connection refused(98) was marked as the answer   
    The issue was an account creation issue and has been solved.
  6. Pneuma's post in Migration: Hercules to rAthena = some problems was marked as the answer   
    Hmmm The only thing I could think of is you're missing the textures
     
    Try downloading this : http://pneuma.vhosted.us/Downloads/RO%20Files/data.rar  and see if that fixes your issue
  7. Pneuma's post in AtCommands was marked as the answer   
    That's just for the aliases. Please look under /doc/atcommands.txt for the full list of commands.
  8. Pneuma's post in Different sprite for Admin and GM was marked as the answer   
    Only way to do this is have a specific job for Admin or GM.
  9. Pneuma's post in Storage Tab Problem was marked as the answer   
    Ah I see now. Your textures for storage are out of date.

    Give me like 2 minutes and i'll give you the new one.
    basic_interface.rar
     
    Add this into your basic_interface folder in textures.
  10. Pneuma's post in GM / Player OnPCLoginEvent was marked as the answer   
    You need to make the level checks "==" not >=" because that checks everything higher and equal to that level
  11. Pneuma's post in Armors that changes job sprites was marked as the answer   
    changebase <ID>; is the only script that will allow you to change the look of a player's class.
  12. Pneuma's post in Help in adding custom headgear was marked as the answer   
    Okay so you're not using iteminfo.lua yet
     
    to add a line to the resnametable;
    501#»¡°£Æ÷¼Ç# 502#ÁÖÈ«Æ÷¼Ç# The number is the ID of the Item
    for example
    26000 Then we add the seperator
    26000# Now the name of the sprites/textures
    26000#Valkyrie_Helm# Now, all the files for that item should be labeled "Valkyrie_Helm"(in this example)
  13. Pneuma's post in 2013-08-07 Client Problem was marked as the answer   
    If you're using that "basic RO client" thing that comes with all the tools, RO, and server then the client is probably messed up.
    I'll upload the client that fixed another user's issue.
     
    2013-08-07aRagexe_patched.rar
     
    Title: Your RO
    Reads: GRF First
    System/Iteminfo.lua
    <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>korea</servicetype> <servertype>primary</servertype> <connection> <display>Ragnarok</display> <balloon>A Private Server</balloon> <address>127.0.0.1</address> <port>6900</port> <version>45</version> <langtype>1</langtype> <registrationweb>REGISTRATION URL HERE</registrationweb> </connection> </clientinfo> ^Make sure your client info looks something similar
     
    If your Inventory becomes huge and don't know how to fix it; Add this to your GRF
    msgstringtable.txt
  14. Pneuma's post in max level problem was marked as the answer   
    First off, use codeboxes for long lines of text.
     
    Second, You're using Renewal settings so why use rathena/db/pre-re/jop_exp?
     
    Thirdly, 17704 is not the latest anymore. That is a few months old now >.>;
     
    Lastly, You need to make sure you're editing the rAthena/db/re/ section and not pre-re.
  15. Pneuma's post in Broken palettes was marked as the answer   
    You need to update your config. \conf\battle\client.conf
    // Valid range of dyes and styles on the client. min_hair_style: 0 max_hair_style: 27 min_hair_color: 0 max_hair_color: 8 min_cloth_color: 0 max_cloth_color: 4
  16. Pneuma's post in Payout request was marked as the answer   
    You can contact him by sending him a personal message. He may have his Last Active to private but he does still sign in every now and then.
  17. Pneuma's post in Check user's Equipment info only GM lvl 99 can view without permission was marked as the answer   
    You forgot to tell him where to change that.
     
    rAthena/conf/groups.conf
    { id: 99 name: "Admin" inherit: ( "User" ) level: 99 commands: { /* not necessary due to all_commands: true */ } log_commands: true permissions: { all_skill: false all_equipment: false all_commands: true channel_admin: true can_trade_bounded: true join_chat: true kick_chat: true view_hpmeter: true view_equipment: true any_warp: true receive_requests: true } }
  18. Pneuma's post in Problem with 2013-08-07 client was marked as the answer   
    Seems like bad Luafiles that you've downloaded and you should also upgrade your revision to 17704 or higher. Theres a link in my signature called "Up to date Data" that has all the correct lua files.
  19. Pneuma's post in item help and client help was marked as the answer   
    Here is a client for 2013-08-07a
  20. Pneuma's post in Valkyrie Helm was marked as the answer   
    http://www.green-peach.net/?a=sprite&type=hat&name=Valkyrie_Helm
     
    Here is the Valkyrie Helm you seek.
     
    And no, Gratia is the original Author. This has been a custom headgear for as long as I've been playing RO.
     
    Just like the Neko Mimi original. It was a Custom Headgear until Gravity made it an official headgear.
  21. Pneuma's post in Is my custom script wrong? Not all classes can wear it Help please! was marked as the answer   
    0xFFFFFFFF,7,2,
    Turn into
    0xFFFFFFFF,63,2,
  22. Pneuma's post in Error in my client, packet ver is ok also mmo.h >.< was marked as the answer   
    All you need to do is save the "System/Iteminfo.lua" from that link then. All the lub files in your "data/luafiles514/lua files" are just lua files that have been renamed to lub.
  23. Pneuma's post in How To Add This On Client was marked as the answer   
    Yeah, It's a script command
    - script Derp -1,{ OnPCLoginEvent: cutin "FileName",4; sleep2 3000; cutin "",255; end; } //"FileName" is the name of the picture that you want to use for the message/image upon login. //data\texture\유저인터페이스\illust is where the image needs to be located ^I havent tested it but this should work for what you need
  24. Pneuma's post in Missing Item_db2.txt was marked as the answer   
    As Euphy said. there is no "item_db2.txt" anymore. it's now called "item_db.txt" located in the db/import-tmpl/
  25. Pneuma's post in How to do an index in the forums like the wikis? was marked as the answer   
    I believe you click this option: "Special BBCode" and then select Anchor 1 & 2 
    vThis will make the link that you choose to be named

    [goto='derp']Header 1[/goto] [anchor]derp[/anchor]^this is where it will jump to
×
×
  • Create New...