Jump to content

JoWei

Members
  • Posts

    117
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by JoWei

  1. JoWei

    Satan Morocc

    In fact, you should use 13414 because 13415 is the revision they started implementing Episode 12.1 Revision 13415 log:
  2. Is there an error that appears in the console when loggin back on that character after you just logged off from your custom map?
  3. Well I'll repeat what I wrote in bug tracker in reply to EvilPuncker's "bug/suggestion": I don't think that's necessary since your server will be set either for PRE-RE or RE while clients have either files for old Alberta and/or old Izlude or new Alberta and/or new Izlude. Further more, I don't think there's servers out there that keep switching between RE and PRE-RE except during testing phases because switching map cache would mean you will have to update client side files to keep files matching with server file caches anyways.
  4. lol EvilPuncker, he said he wanted to remove the time for character deletion. This can be done in char_athena.conf file: // Amount of time in seconds by which the character deletion is delayed. // Default: 86400 (24 hours) // NOTE: Requires client 2010-08-03aragexeRE or newer. char_del_delay: 86400 just change: char_del_delay: 86400 to char_del_delay: 0
  5. JoWei

    item db

    Go in the following file "item_trade.txt" and change your item's trade flag. 7539,499,100 // Poring Coin
  6. Did you changed your clientinfo.xml? Did you put clientinfo.xml in a grf if you're using 2012 client? Why I'm asking that, is because it might be trying to connect to KRO, or whatever client files you used's server.
  7. Like EvilPuncker said, go in MMO.h and change the following line from #define MAX_CHARS 12 to #define MAX_CHARS 9 and recompile your server As for the god items, go in "/trunk/npc/scripts_athena.conf" then look for following lines npc: npc/quests/seals/brisingamen_seal.txt // Controller file, allow GMs to change variables. //npc: npc/quests/seals/god_global.txt npc: npc/quests/seals/god_weapon_creation.txt npc: npc/quests/seals/megingard_seal.txt npc: npc/quests/seals/mjolnir_seal.txt npc: npc/quests/seals/sleipnir_seal.txt and comment them out like so: //npc: npc/quests/seals/brisingamen_seal.txt // Controller file, allow GMs to change variables. //npc: npc/quests/seals/god_global.txt //npc: npc/quests/seals/god_weapon_creation.txt //npc: npc/quests/seals/megingard_seal.txt //npc: npc/quests/seals/mjolnir_seal.txt //npc: npc/quests/seals/sleipnir_seal.txt lastly you can also go in your item DB and disable the god items from DB by commenting the line but unnecessary as god item quest would be disabled totally from last step.
  8. You can do it like so: warp "prontera",150,150; getitem 7539,300; set $castle_claimed[13],1; close; But unsure if your code will work like intended.
  9. For the shift part, you can use /noshift. As for the PVP maps, I believe it's because PVP flag isn't enabled or GM is on Hide? I can't really help much on that as I'm not quite familiar with core src yet.
  10. Client name can be changed by diffing your own client via shin's diff patcher
  11. These should work: bonus bUnbreakableWeapon,0;bonus bUnstripableWeapon,0;
  12. Change this line: storage: 1,1 to this storage: 0,1 It should enable storage for normal players.
  13. He just meant that in mob_db, you have to set the drop rate with % multiplied by 100 while in the documentation(http://rathena.org/wiki/Custom_Mobs) it states that you have to put % in the drop rate field. Simply put, it's confusing which way you have to set the drop rate, either %*100 or straight %. But basically you have to use %*100(equivalent to 10000=100%) in the mob_db drop rate field.
  14. Yes because there's a Trans Sura and a Non-Trans Sura. @jobchange sura will only get you to normal Sura while @jobchange 4077 get you to Trans version the Sura.
  15. All you need is this part, <connection> <display>SERVER NAME HERE</display> <desc>Ragnarok Online</desc> <balloon>this is a tool tip</balloon> <address>SERVER IP HERE</address> <port>6900</port> <version>20</version> <langtype>1</langtype> <registrationweb>REGISTRATION URL HERE</registrationweb> </connection> to appear twice but with different port in your (s)clientinfo.xml. Example: <connection> <display>Server 1</display> <desc>Ragnarok Online</desc> <balloon>this is a tool tip</balloon> <address>127.0.0.1</address> <port>6900</port> <version>20</version> <langtype>1</langtype> <registrationweb>REGISTRATION URL HERE</registrationweb> </connection> <connection> <display>Server 2</display> <desc>Ragnarok Online</desc> <balloon>this is a tool tip</balloon> <address>127.0.0.1</address> <port>7900</port> <version>20</version> <langtype>1</langtype> <registrationweb>REGISTRATION URL HERE</registrationweb> </connection> With that you should have 2 server appearing in selection list in the beginning.
  16. Just to be sure, did you diff your client with http://supportmii.co...Obfuscation.dll?
  17. As of now, only the older clients from 2011 and before will have data folder support. For the newer clients, starting 2012 and up, none of them, as stated by EvilPuncker, will read data folder first.
  18. @Brynner Yommy did mention you need to have php command line scripting enabled.
  19. 04-10-2012 is the latest rAthena supported client. New character creation works, missing translation in some places. Navigation System works, missing translation in some places. Even though HP bar is supported by client. The server doesn't have that feature implemented yet.
  20. JoWei

    Script Bug

    Make sure you use /showname or a similar command to switch the name display view to see the HP of the mob in it's name.
  21. Was that line in pre-RE DB or RE DB? Also what server mode are you on right now? If you're using RE then you should modify the one in db/RE folder else if you're using pre-RE then you should modify the one in db/pre-RE folder
  22. As Brynner stated, you also have to modify the itemslotcounttable.txt to enable the slot in the client side. Because the client side will also detect if it is slottable before sending the information to the server that an user has slotted a card in an equip. Going in itemslotcounttable.txt that should be in your client's data folder or GRF if you have read data folder disabled, just find the line 2219#0# and change it to 2219#1# to enable the slot, unless it doesn't exist because it's a custom item then add that last line in it with the required number before it. Format: ItemID#Slot count# Also make sure you're using the right DB as the other stated.
  23. @Mysterious You did some good translations but some of the parts were too literal or mistranslated. Here's my version of the translation. 20030,7200,0,0,0,0,0,0,"Misty Forest Labyrinth Exploration" 7211,7200,0,0,0,0,0,0,"Misty Forest Labyrinth Exploration" 7212,7200,0,0,0,0,0,0,"Loki's Search" 7213,7200,0,0,0,0,0,0,"Wandering Protector" 12225,0,2132,3,0,0,0,0,"Pom Spider Hunting" 12226,0,2133,4,0,0,0,0,"Angra Mantis Hunting" 12227,0,2134,5,0,0,0,0,"Parus Hunting" 12228,0,2136,6,0,0,0,0,"Little Fatum Hunting" 12229,0,2137,7,0,0,0,0,"Miming Hunting" 12230,0,0,0,0,0,0,0,"Elephantine waiting" 1109,0,0,0,0,0,0,0,"The forest survivors" 1110,0,0,0,0,0,0,0,"The fog's victims" 1111,0,0,0,0,0,0,0,"The Forest of Fog" 1112,0,0,0,0,0,0,0,"The lost pieces" 1113,0,0,0,0,0,0,0,"Lope's Letter" 1114,0,0,0,0,0,0,0,"The sacrifice's cost" 1115,0,0,0,0,0,0,0,"The Abyss sound" 1116,0,0,0,0,0,0,0,"The thruth" 1117,0,0,0,0,0,0,0,"The fake promise of eternity" 7211#Misty Forest Labyrinth Exploration#SG_FEEL#QUE_NOIMAGE# You have recently entered Misty Forest Labyrinth. Please wait 2 hours and 30 minutes before entering again.# # 7212#Loki's Search#SG_FEEL#QUE_NOIMAGE# You met Loki at the entrance of the Labyrinth, he seemed to seek a ^0000FFwomen with long violet hairs^000000. What does it mean? We should tell Loki that we hope to find her.# # 7213#Wandering Protector#SG_FEEL#QUE_NOIMAGE# Loki was searching that young women in his dragon form. After leaving the labyrinth, go talk to Loki at Mora.# # //-- 2010 ¿¡ÇǼҵå 14.1 1109#Lope & Euridi - The forest survivors#SG_FEEL#QUE_NOIMAGE# Go to the Inn at Mora and ask Pitt if he know anything about Lope.# Talk to Pitt.# 1110#Lope & Euridi - The fog's victims#SG_FEEL#QUE_NOIMAGE# Pitt thinks Lope is already dead, return to Euridi.# Talk to Euridi.# 1111#Lope & Euridi - The Forest of Fog#SG_FEEL#QUE_NOIMAGE# Find ^0000FF30 Lope Clues^000000 and show them to Pitt.# Gather 30 Lope Clues.# 1112#Lope & Euridi - The lost pieces#SG_FEEL#QUE_NOIMAGE# Pitt can't help you. You should return to Euridi and see if she can help you with the clues.# Talk to Euridi.# 1113#Lope & Euridi - Lope's Letter#SG_FEEL#QUE_NOIMAGE# All the pieces restore a letter meant for Pitt. Return to Pitt to show him the personnal letter.# Talk to Pitt.# 1114#Lope & Euridi - The sacrifice's cost#SG_FEEL#QUE_NOIMAGE# Pitt gave you Lope's Ring and confessed about what happened. You should tell the whole story to Euridi.# Talk to Euridi.# 1115#Lope & Euridi - The Abyss sound#SG_FEEL#QUE_NOIMAGE# Black Shadow says that there was a suspicious man near the entrance of the forest. You didn't know?# # 1116#Lope & Euridi - The thruth#SG_FEEL#QUE_NOIMAGE# You found Lope but he told you to relay to Euridi that he wants to live with the monsters. He can no longer be with her like he said so much he would in the past.# Talk to Euridi.# 1117#Lope & Euridi - The fake promise of eternity#SG_FEEL#QUE_NOIMAGE# Euridi didn't took the information about Lope well and gave back Lope's Ring to you... Talk to Euridi's friend.# Talk to Black Shadow.# 1118#Neighborhood Knight#SG_FEEL#QUE_NOIMAGE# Collect 30 Lope's clues. The leader of the Neighborhood Knights want to restore the letter written by Lope.# Gather 30 Lope's Clue.# 1119#Neighborhood Knight#SG_FEEL#QUE_NOIMAGE# Collect 200 Mysterious seeds. The leader of the Neightborhood Knights didn't want to give you anymore information about the mission.# Gather 200 Mysterious Seeds.#
  24. Not bad but whole sword thing is like iro's webpage without the guy holding the hilt, without the links highlight and sublinks... http://iro.ragnarokonline.com/
×
×
  • Create New...