Jump to content

Pneuma

Members
  • Posts

    846
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Pneuma

  1. Could you upload your information? Such as what files you've editted and where you placed the individual files for the sprites?
  2. Did you make sure to uh...Give the custom item a view ID on the item_db column?
  3. Also Maybe add in a guide for creating the Login Screen for users who require a Launcher to login?
  4. Return some kills back to how they were before back in like 2012? What I mean is...Zen -> Finger Offensive -> Repeat; Its so slow I cant even play my champion anymore ;-; Its now like Zen -> .2 Delay -> Finger Offensive -> .5 Delay -> Repeat
  5. Okay so Its pretty much a fresh rAthena(latest rev. I think 17277 or something?) and My instacast is set to 150 dex...thats normal. well none of my skills are instacasting; Mainly Zen and Throw Spirit Sphere
  6. prt_in 38 104 Valerie I'd like to find the file location or what file she is in so I can disable her >.> This way I dont have to @unloadnpc Valerie everytime after a reload
  7. I'm not fluent either; but I'm currently working on an NPC that uses sql...so I used a part of what Patskie said and copied/pasted and renamed the parts needed
  8. input .@Name$; query_sql("DELETE FROM `char` WHERE `char_id` = '" +getcharid(0, .@name$)+ "'"); query_sql("DELETE FROM `cart_inventory` WHERE `char_id` = '" +getcharid(0, .@name$)+ "'"); query_sql("DELETE FROM `elemental` WHERE `char_id` = '" +getcharid(0, .@name$)+ "'"); query_sql("DELETE FROM `friends` WHERE `char_id` = '" +getcharid(0, .@name$)+ "'"); query_sql("DELETE FROM `global_reg_value` WHERE `char_id` = '" +getcharid(0, .@name$)+ "'"); query_sql("DELETE FROM `guild` WHERE `char_id` = '" +getcharid(0, .@name$)+ "'"); query_sql("DELETE FROM `guild_member` WHERE `char_id` = '" +getcharid(0, .@name$)+ "'"); query_sql("DELETE FROM `homunculus` WHERE `char_id` = '" +getcharid(0, .@name$)+ "'"); query_sql("DELETE FROM `hotkey` WHERE `char_id` = '" +getcharid(0, .@name$)+ "'"); query_sql("DELETE FROM `inventory` WHERE `char_id` = '" +getcharid(0, .@name$)+ "'"); query_sql("DELETE FROM `memo` WHERE `char_id` = '" +getcharid(0, .@name$)+ "'"); query_sql("DELETE FROM `mercenary` WHERE `char_id` = '" +getcharid(0, .@name$)+ "'"); query_sql("DELETE FROM `mercenary_owner` WHERE `char_id` = '" +getcharid(0, .@name$)+ "'"); query_sql("DELETE FROM `party` WHERE `leader_char` = '" +getcharid(0, .@name$)+ "'"); query_sql("DELETE FROM `pet` WHERE `char_id` = '" +getcharid(0, .@name$)+ "'"); query_sql("DELETE FROM `quest` WHERE `char_id` = '" +getcharid(0, .@name$)+ "'"); query_sql("DELETE FROM `sc_data` WHERE `char_id` = '" +getcharid(0, .@name$)+ "'"); query_sql("DELETE FROM `skill` WHERE `char_id` = '" +getcharid(0, .@name$)+ "'"); query_sql("DELETE FROM `skillcooldown` WHERE `char_id` = '" +getcharid(0, .@name$)+ "'"); Done.
  9. I believe something like this... input .charid$; set .charid$, .charid$; DELETE FROM `ragnarok`.`char` WHERE `char_id`='.charid$'; I'm not 100% sure this will work but you can test it
  10. Back when I use to play in 2012 there use to be quiet a few of these...They would query the PVP Ladder table and display the information on the NPC from most kills to least kills but I cant seem to find it lol Hopefully someone still has one?
  11. You'd need to use a sql script to query the char db and to delete the row of the character name or ID
  12. Hey everyone, I played RO from 2004 until 2012 and then quit playing...In my eight years of playing I made many attempts to make a server because I never found one that would suit me. However most of them failed because while I knew how to manage a server and edit one, I never learned how to or was able to get a host, website, and all that for a proper server because I didnt have the money to pay for it. Well I'm back again to take another shot at it. I'm currently looking for any information that could help me properly get a server on a host with a Control Panel and Patcher. Here is a small list of what I would like: While I'm able to script, edit server configs, add custom items, maps, and do most things clientsided except for Spriting; I'm unable to do the required information such as actually hosting it :x
  13. Yeah it is aha. Thank you! Sorry for Necroposting, but "Mapping done right."
  14. So its been a while since I've done anything relevant to RO and I thought Hexing a client would have become simpler but alas it hasnt... I have made a 2013-08-14a and I can get all the way to the character select screen however when I goto enter the map I get "Rejected from Server (3)" and in my Map Console I receive this error: [Info]: clif_parse: Disconnecting session #3 with unknown packet version (p:0x03 68,l:19). Now before any of you say anything about my clientversion, I'm sure it is the right version in the src/common/mmo.h file #ifndef PACKETVER #define PACKETVER 20130814 //#define PACKETVER 20120410 #endif Here is the current list of patches that I would like in my client; Please specify anything else I would need first to make my client work without errors/crashes Want: Allow Space in Guild Name Chat Flood Remove Limit Custom Window Title: Aegis RO Disable Swear Filter Enable Multiple GRFs Enable Official Custom Fonts Enforce Official Login Background Extend Chat Box Extend Chat Room Box Extend NPC Dialog Box Extend PM Box Fix Camera Angles Fix Tetra Vortex Increase Screenshot Quality: 100 Increase Zoom Out 50% Load Custom Quest Lua/Lub Files Remove GM Sprites Remove Gravity Ads Remove Gravity Logo Remove Hourly Announce Remove Serial Display Skip License Screen Translate Client Use Normal Guild Brackets Use Official Cloth Palettes Use Plain Text Description Use Ragnarok Icon Use SSO Login Packet
  15. Hello everyone at rAthena, I am Pneuma, It's been a while since I've been around the RO scene. I have about eight years of RO experience from when I stopped playing back in June of 2012. It seems that after playing many games around the net nothing has ever compared to my love of RO as it is the only game I have ever played for so long. The reason I had left RO is because after playing it for 8 years, server hopping around, and failed attempts at making my own(Loss of interest or no money to pay for hosting) it got slightly boring. One of my Scripting works anyone might recognize me by would be my fishing script. The last 3 servers I remember playing were ElysiumRO(.net), CasualRO, and YatagarasuRO
  16. Basically he wants a Guild Ranker like on FluxCP except ingame(highest level, most amount of members, or most castles)
  17. I dont know, I myself have requested it in the past
  18. ^###### ^000000 Thats how you make a section color coded
  19. Only with Client Hexing. This has been a feature for many years people have sought after
  20. set .garden$,"maze" needs a ; at the end of it~
  21. I dont know how to make it 3-5 but I can help you make it 3 or 5 xD
  22. So um...how do I make it so a player can receive a bonus for a skill? I want a script to enable this: Gain 10% bonus Discount and 10% bonus Overcharge. I also need this: When you kill a player, they gain the 3% ~ 5% exp that they lose. (PVP based) A player gains double experience from killing monsters
  23. Pneuma

    PK Mode 2

    When I set PK mode to 2 it says that that mode is not accepted and is defaulting to 0...yet here in misc.conf // PK Server Mode. Turns entire server pvp(excluding towns). Experience loss is doubled if killed by another player. // When players hunt monsters over 20 levels higher, they will receive 15% additional exp., and 25% chance of receiving more items. // There is a nopvp.txt for setting up maps not to have pk on in this mode. Novices cannot be attacked and cannot attack. // Normal pvp counter and rank display are disabled as well. // Note: If pk_mode is set to 2 instead of 1 (yes), players will receive a // manner penalty of 5 each time they kill another player (see manner_system // config to adjust how this will affect players) pk_mode: 2 So if anyone has this code for pk_mode:2, i'd really appreciate it.
  24. You need to stick your lub files in this folder or grf location: data/luafiles514/lua files/
  25. Use my "Basic RO Programs" link It'll be in the GRF Folder of the programs
×
×
  • Create New...