Jump to content

Radian

Members
  • Posts

    1546
  • Joined

  • Last visited

  • Days Won

    19

Community Answers

  1. Radian's post in Need help with Euphy Quest Shop =( was marked as the answer   
    Just add this
    - shop qshop6 -1,909:-1
  2. Radian's post in Double casting not working? was marked as the answer   
    SVN is not supported anymore i think? you should use this one https://github.com/rathena/rathena
  3. Radian's post in Translation to English was marked as the answer   
    No. its not inside the .grf file it should be the client that will automatically translate it into english.. but now looking at it I dont think its the client issue its the mapnametable.txt
  4. Radian's post in Adding Custom Weapons was marked as the answer   
    1 - too old for a guide. 
    2 - I dont know what you mean by separated txt files but it should be inside the item_db.txt but yea you can start at ID# 30000 for me i start at that ID.
    3 - Im not sure if its mandatory but I think its not because the last time I added a custom weapon for a server It was ID# 30001.
  5. Radian's post in Unexpected new line at string : was marked as the answer   
    error here
    mes "^ff0000This dimensional portal cannot be accessed for 20 hours after your last access.^000000""; it should be
    mes "^ff0000This dimensional portal cannot be accessed for 20 hours after your last access.^000000";  
  6. Radian's post in Emergency Call not working help!!! was marked as the answer   
    I dont know if this can help but try to change the value of this https://github.com/rathena/rathena/blob/master/conf/battle/guild.conf#L21
  7. Radian's post in Drop Rate was marked as the answer   
    // The rate at which cards are dropped item_rate_card: 100000 // This one is for normal monsters item_rate_card_boss: 20000 // this one is for the mini-boss monsters item_rate_card_mvp: 50000 // this one is for the Boss monsters item_drop_card_min: 1 item_drop_card_max: 10000
  8. Radian's post in (fixed)grimtooth dagger effect not working was marked as the answer   
    try using if(Class==Job_Thief)
  9. Radian's post in [SOLVED][Custom Item]Unknown Item was marked as the answer   
    here's an example or layout
    [32166] = { unidentifiedDisplayName = "RWC 2010", unidentifiedResourceName = "at_rwc2010", unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6A5ACDMagnifier^000000." }, identifiedDisplayName = "RWC 2010", identifiedResourceName = "at_rwc2010", identifiedDescriptionName = { "A special cap with a neon sign above, dedicated to celebrating RWC 2010 in Indonesia.", "Class :^6A5ACD Headgear^000000", "Defense: ^0000FF1^000000", "Location: ^6A5ACD Upper^000000", "Weight: ^0EAA0B0^000000", "Jobs: ^6A5ACDAll classes^000000" }, slotCount = 2, ClassNum = 2016 }, you dont need to add anything on the idnum blah blah all was in one place now which is the ItemInfo.lua/lub
  10. Radian's post in help with this item script was marked as the answer   
    Try this and I didnt test it
    ,4,20,,300,,3,,0,0xFFFFFFFF,7,2,256,,1,1,618,{ bonus2 bSubEle,Ele_Fire,7; bonus bDex,2; bonus bMdef,3; if(getrefine()>6) { bonus bCastrate,-3; } else if(getrefine()>7) { bonus5 bAutoSpell,"WZ_SIGHTRASHER",1,10,BF_MAGIC,0;} else if(getrefined()>8) { bonus bCastrate,-2;} else if(getrefine()>9) { bonus bMatkRate,4;} },{},{}  
  11. Radian's post in Rejected from server (3) HELP PLEASE was marked as the answer   
    Your client might be allowing the packet encryption?
  12. Radian's post in Resource File Loading Failed? What's that :( was marked as the answer   
    the image file name must be different on what your sprite file. check it try renaming it with the same name of the sprite
  13. Radian's post in Euphy Event Manager was marked as the answer   
    It is a paid script which is not available anymore. im sorry
  14. Radian's post in map,char,logserv connected without any error or warning but cant login was marked as the answer   
    Have you check this one? https://github.com/rathena/rathena/blob/master/src/config/core.h#L87 is it enable? or while you patch your client did you disable Packet Encryption?
  15. Radian's post in 2015-11-04aRagexe Packet problem again was marked as the answer   
    If you're having issues with unknown packets you must left uncomment the 
    /// Comment to disable the official packet obfuscation support. /// When enabled, make sure there is value for 'packet_keys' of used packet version or /// defined 'packet_keys_use' in db/[import/]packet_db.txt. /// This requires PACKETVER 2011-08-17 or newer. #define PACKET_OBFUSCATION on the server side not only for client side.
  16. Radian's post in @costumeitem equip issue was marked as the answer   
    Maybe try this one? https://rathena.org/board/topic/105732-convert-any-headgeargarment-to-costume/
  17. Radian's post in What is the difference between this TWO Scripts? was marked as the answer   
    Do not remove this
    npc: npc/guild/agit_main.txt
    because this is the main script for WoE
     
    Remove this
    npc: npc/guild/agit_controller.txt (this one is automated)
    because you are using Euphy's WoE Controller.
     
    Remove this too
    npc: npc/guild2/agit_start_se.txt (this one is automated)
     
    Actually 
    npc/guild/agit_main.txt and npc/guild2/agit_main_se.txt is where you can see all the treasure chest.
  18. Radian's post in how to trigger reset status only once was marked as the answer   
    http://pastebin.com/raw/3XmM4YjV
  19. Radian's post in about global_reg_value was marked as the answer   
    No they changed it. https://rathena.org/board/topic/102946-script-engine-upgrade/
  20. Radian's post in A simple vending warper npc :D was marked as the answer   
    Maybe try this?
    http://upaste.me/r/b01d25198d5c7269b
  21. Radian's post in About Flux Controm Panel Home button was marked as the answer   
    in config/application.php
  22. Radian's post in Error. how to increase this more than 10 was marked as the answer   
    Go to your trunk/src/map/pc.h
     
    edit that line maybe make it 20 or 30.
    #define MAX_PC_BONUS 10 /// Max bonus, usually used by item bonus  https://github.com/rathena/rathena/blob/master/src/map/pc.h#L25 and dont forget to re compile.
  23. Radian's post in Resource Problem was marked as the answer   
    Well I think I just solved the problem and its not a problem its just a misunderstanding. while switching job I am using for example a spear on lord knight then switch to priest this resource file will pop up because priest dont have sprite for a spear weapon.
  24. Radian's post in Disabling a Map and activating a different one. was marked as the answer   
    Did you check the maps_athena.conf? inside the conf folder. about the classic version im not sure how and i guess you also need the files of the map.
  25. Radian's post in You can not add friends in the game (Last rA and clients 2015-09-16 & 2015-10-29) was marked as the answer   
    I did test on my server which is 5 days older but if you try adding a GM with yellow name it seems that you are not allowed to invite him as a friend.
×
×
  • Create New...