Jump to content

healthydude

Members
  • Posts

    64
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by healthydude

  1. So I was viewing my host and I saw "Create VPN device, ppp" and out of curiosity I clicked it and it disconnected RO, forums, and control panel. I need to know how to fix this guys T_T [SQL]: Can't connect to MySQL server on '127.0.0.1' (111) [Debug]: at inter.c:771 [SQL]: Can't connect to MySQL server on '127.0.0.1' (111) [Debug]: at loginlog_sql.c:110 [Warning]: Unknown setting '/npc' in file npc/scripts_athena.conf [Warning]: Unknown setting 'npc' in file conf/script_athena.conf [Status]: Using SQL dbs: no [Info]: Logging item transactions to table 'picklog'. [Info]: Logging commands to table 'atcommandlog'. [Info]: Connecting to the Map DB Server.... [SQL]: Can't connect to MySQL server on '127.0.0.1' (111) MY SERVER IS RUINED T_T when I enter my phpmyadmin using browser: phpMyAdmin - Error #2002 - Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) The server is not responding (or the local server's socket is not correctly configured). PLEASE HELP ME FIX THIS code blue, code blue FIXED BY OUR VERY OWN David
  2. Hey hey I humbly ask for the knowledge on how to duplicate an existing map. For example, if I want 2 maps of prontera in my server, how am I gonna be able to do it? healthydude
  3. Hello everyone, I'm not sure if this is possible, but is there a way to make guild alliance chat possible? I mean there's no such message command that will allow players to guild chat with their alliance. But if it exist, I'll appreciate if you can help me with this. healthydude
  4. http://www.eathena.ws/board/index.php?act=attach&type=post&id=6910 The script link posted above is the script I want to modify. I do not own this script and I do not claim any copyright for this script. I want to make it enable PVP ranking only when a player is killed on a specific map, example: guild_vs1 map. I know it is trouble some to do but please help me make it work. healthydude solved by myself (I feel like a genius) thanks
  5. Hello everyone, its me again How to make vote for points IP bound? I want to make it IP bound so that players can really vote for my server and not make multiple accounts to get all the vote points reward. If my topic is not in the proper category, please move it to the appropriate category instead of deleting it healthydude bumping this thread
  6. Ranked PVP Room Hello everyone, I'm here to request a simple Ranked PVP Room script which allows players to get ranking only on the specified PVP Map. Specifications: - Players can only receive ranking points at the specified PVP Map That's all healthydude
  7. I'm sorry my friend but this did not help me at all. It doesn't work bro. I still need help.
  8. Sweet, awesome! Thanks man its you again! This is really great help! healthydude
  9. Hello everyone, I'm having trouble adding custom weapons, can anyone tell me the folder file names of different classes? its not in my data folder. Help from anyone in this forum will be greatly appreciated. healthydude
  10. Hello everyone, I want to know how to use @loadnpc in detail, it always mention script could not be loaded. How I use it: @loadnpc warper.txt healthydude
  11. Yep, I want to make a GM group that doesn't have @item. Solved
  12. [status]: Connection of the account 'lolo' accepted. [info]: Closed connection from '112.204.63.178'. [info]: request connect - account_id:2000012/login_id1:1758585209/login_id2:1832 640780 [info]: Loading Char Data (2000012) [info]: Char load request (150015) [info]: storage load complete from DB - id: 2000012 (total: 0) [info]: Loaded char (150015 - Lawl): status memo inventory cart storage skills friends hotkeys mercenary [info]: Selected char: (Account 2000012: 0 - Lawl) [info]: Subnet check [112.204.63.178]: WAN [info]: Guild loaded (1 - Lawl) [Warning]: pc_group_pc_load: (AID:2000012) logged in with unknown group id (0)! kicking... badly need help... I can't log in now, everything I log on (GM or Player) can't log in because I did - @loadnpc npc/custom - Rejected from Server - Restarted Server - Still no good
  13. Thanks, this really helped a lot. Great job my friend! healthydude
  14. Great work, but I kinda need something else. Can you make it 2 separate NPCs? I was using this one and it accidentally deletes some items when the player's inventory has an unidentified item and broken equipment. healthydude
  15. Hello Everyone, As the title says, is it possible for me to reload 1 NPC script without doing @reloadscript or restarting the whole server? I've just started scripting about 5-6 days ago. I'll appreciate the reply from anyone, thanks in advance! healthydude
  16. Hello everyone, I've been searching the forums for a script that allows the players to have their items repaired by doing one click. Same goes to identifier. Is there such script? I will appreciate any reply from the rA community
  17. Hello Everyone, I would like to know if there are better download links other than what RMS provided in their website. I want to have a download link of the latest RE (data.grf and rdata.grf) that people can download without hassle. I ask too much but I'm pretty sure most of you here (the pros) know better. healthydude
  18. Mode is 0x83 Input 83 here. And you'll get 131. Looking at this table.. MD_CANMOVE | 0x0001 | 1 MD_LOOTER | 0x0002 | 2 MD_AGGRESSIVE | 0x0004 | 4 MD_ASSIST | 0x0008 | 8 MD_CASTSENSOR_IDLE | 0x0010 | 16 MD_BOSS | 0x0020 | 32 MD_PLANT | 0x0040 | 64 MD_CANATTACK | 0x0080 | 128 MD_DETECTOR | 0x0100 | 256 MD_CASTSENSOR_CHASE | 0x0200 | 512 MD_CHANGECHASE | 0x0400 | 1024 MD_ANGRY | 0x0800 | 2048 MD_CHANGETARGET_MELEE | 0x1000 | 4096 MD_CHANGETARGET_CHASE | 0x2000 | 8192 MD_TARGETWEAK | 0x4000 | 16384 get the modes that will add up to 131 they are MD_CANMOVE | 0x0001 | 1 MD_LOOTER | 0x0002 | 2 MD_CANATTACK | 0x0080 | 128 to add MD_PLANT(64) 131+64 = 195 converting back to hex, you'll get 0xC3 the new entry should be Mode is 0x83 Input 83 here. And you'll get 131. Looking at this table.. MD_CANMOVE | 0x0001 | 1 MD_LOOTER | 0x0002 | 2 MD_AGGRESSIVE | 0x0004 | 4 MD_ASSIST | 0x0008 | 8 MD_CASTSENSOR_IDLE | 0x0010 | 16 MD_BOSS | 0x0020 | 32 MD_PLANT | 0x0040 | 64 MD_CANATTACK | 0x0080 | 128 MD_DETECTOR | 0x0100 | 256 MD_CASTSENSOR_CHASE | 0x0200 | 512 MD_CHANGECHASE | 0x0400 | 1024 MD_ANGRY | 0x0800 | 2048 MD_CHANGETARGET_MELEE | 0x1000 | 4096 MD_CHANGETARGET_CHASE | 0x2000 | 8192 MD_TARGETWEAK | 0x4000 | 16384 get the modes that will add up to 131 they are MD_CANMOVE | 0x0001 | 1 MD_LOOTER | 0x0002 | 2 MD_CANATTACK | 0x0080 | 128 to add MD_PLANT(64) 131+64 = 195 converting back to hex, you'll get 0xC3 the new entry should be I can't thank you enough my friend. I really appreciate how you elaborately lectured a newbie like me. You're a good friend. Thanks my liege (how can I +rep you?) healthydude
  19. u may try spawn the mobs have high vit. and other else. haha adjust mob_db u may try spawn the mobs have high vit. and other else. haha adjust mob_db Helped lots, thank you my liege! healthydude
  20. I'm sorry I'm not yet literate of the rA language. Can you elaborate further for a newbie?
  21. How can I make the mob receive 1 damage at a time from this treasure room?
  22. Hello Everyone, I want to know how I could make the mob receive 1 damage at a time from players. How can I make such customization? healthydude
×
×
  • Create New...