Jump to content

NotKappa

Members
  • Posts

    52
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by NotKappa

  1. When I set langtype in clientinfo.xml to 19 the map signs stop appearing when changing maps. But when having langtype as 1 or 0 map signs show just fine. I'm wondering how would I get map sings to work with langtype 19. I tried using older and newer clients, but changing client doesn't seem like the issue. Namo patch 5 Enable Proxy Support 8 Custom Window Title 9 Disable 1rag1 type parameters (Recommended) 19 Enable Title Bar Menu 20 Extend Chat Box 21 Extend Chat Room Box 22 Extend PM Box 23 Enable /who command (Recommended) 28 Increase Headgear ViewID 31 Increase Zoom Out 75% 34 Enable /showname (Recommended) 36 Read msgstringtable.txt (Recommended) 38 Remove Gravity Ads (Recommended) 39 Remove Gravity Logo (Recommended) 41 Disable Nagle Algorithm (Recommended) 43 Always Use Email for Char Deletion 44 Translate Client (Recommended) 46 Use Normal Guild Brackets (Recommended) 47 Use Ragnarok Icon 48 Use Plain Text Descriptions (Recommended) 49 Enable Multiple GRFs (Recommended) 53 Use Ascii on All LangTypes (Recommended) 64 @ Bug Fix (Recommended) 65 Load Custom lua file instead of iteminfo*.lub (Recommended) 73 Remove Hourly Announce (Recommended) 76 Enforce Official Login Background 84 Remove Serial Display (Recommended) 90 Enable DNS Support (Recommended) 115 Enable Effect for all Maps [Experimental] 213 Disable Help Message on Login (Recommended) 215 Increase Map Quality 230 Always load Korea ExternalSettings lua file 231 Remove hardcoded address/port (Recommended) 232 Restore old login packet (Recommended) 233 Hide SNS Button 244 Disable Cheat Defender Game Guard (Recommended) 246 Increase hair style limit in game 247 Change new char name field height 248 Remove wrong chars from cash shop 253 Skip some hidden menu icon buttons 256 Use Default Web Browser In Cashshop 258 Enable Shortcut All Item 268 Restore chat focus 270 Change AchievementList*.lub path 272 Change Towninfo*.lub path 273 Change PetEvolutionCln*.lub path 274 Change Tipbox*.lub path 275 Change CheckAttendance*.lub path 276 Change OngoingQuestInfoList*.lub path 277 Change RecommendedQuestInfoList*.lub path 278 Change PrivateAirplane*.lub path 279 Fix item description bug 283 Change fade in/out delay 287 Change character display deletion time 289 Fix Homunculus attack AI 290 Hide build info in client (Recommended) 291 Hide packets from peek (Recommended) 313 Change MapInfo*.lub path 319 Opening To Service Select 322 Case-Insensitive Storage Search 326 Disable OTP Login Packet 328 Enable 44.1 kHz Audio Sampling Frequency 329 Disable ViewPointTable.txt 338 Additional client validation (Recommended) 342 Add support for preview button in cash shop 345 Send at commands to server 348 Send client flags to server (Recommended) 351 Translate arrows buttons text from korean to english 362 Fixes the Korean Job name issue with LangType (Recommended) langtype 19 no map signs showing langtype 1 map signs show just fine
  2. thanks for the note, I've updated the script to fix this, I suppose I overlooked it or mistook rA scripts with other language. Update is pending approval.
  3. I have updated the database files to support latest YAML changes, and updated mob stats/skills to match latest kRO updates. The update (v1.1) is pending for approval atm. You have to collect the items AND kill 5 Matte Drainliars + 5 Illusion Black Mushroom. and yes it is not mentioned in the text when talking to the NPC and not mentioned in quest file from the game, but this how it works from last time I tested the quest.
  4. I haven't gotten to update the quest_db to yml yet, I will try to update them as soon as I can get to it.
  5. Which hats and garments are missing? I'm not sure if there are enchants for them, if there is you can link me them and I'll add them.
  6. Yeah, these quests are unrelated to the Illusion vampire quests. I suppose copied it by mistake from my quests files. I've updated the script with these corrections. Thanks!
  7. View File Geffen Magic Tournament Enchanter Geffen Magic Tournament armors and accessories enchanter. Note: Magic Reflector and Revised Encyclopedia are disabled from enchanting since I'm not sure if they can be enchanted or not. Also increase healing received by 5~10% for armor is disabled since I'm not sure what's the random option for that. Credits: kRO, iRO, NovaRO and Divine-pride Submitter NotKappa Submitted 07/26/2019 Category Utilities Video Content Author NotKappa  
  8. Version 1.0.0

    401 downloads

    Geffen Magic Tournament armors and accessories enchanter. Note: Magic Reflector and Revised Encyclopedia are disabled from enchanting since I'm not sure if they can be enchanted or not. Also increase healing received by 5~10% for armor is disabled since I'm not sure what's the random option for that. Credits: kRO, iRO, NovaRO and Divine-pride
    Free
  9. View File Illusion Items Enchanter Illusion items Enchanter conversion. Note that this is converted from multiple servers, so stats and rates can vary. Stats and rates are taken from wikis/devs. Credits: kRO, iRO, Shining-moon RO, NovaRO and Divine-Pride. Submitter NotKappa Submitted 07/24/2019 Category Utilities Video Content Author NotKappa  
  10. Version 1.0.0

    925 downloads

    Illusion items Enchanter conversion. Note that this is converted from multiple servers, so stats and rates can vary. Stats and rates are taken from wikis/devs. Credits: kRO, iRO, Shining-moon RO, NovaRO and Divine-Pride.
    Free
  11. You have to add vampire.txt to run before vampire_mobs.txt well, it isn't needed to be added with the items, but I guess I added it by mistake. I uploaded a new version and removed it.
  12. View File Illusion Vampire Complete Illusion Vampire Walk-through conversion. Credits: kRO, iRO, NovaRO, and Divine-Pride. Setup guide is provided within files. Submitter NotKappa Submitted 07/23/2019 Category Games, Events, Quests Video Content Author NotKappa  
  13. Version 1.1

    1344 downloads

    Complete Illusion Vampire Walk-through conversion. Credits: kRO, iRO, NovaRO, and Divine-Pride. Setup guide is provided within files.
    Free
  14. So, I checked again and I forget to set a mark color for the map and when the NPC does a classchange the icon on top of the NPC will not show.
  15. Here is the script I'm testing gef_d01_i,81,135,5 script Wizard#illuvamp HIDDEN_WARP_NPC,{ end; OnInit: questinfo 14664,QTYPE_QUEST; end; } The script is loaded, but the quest icon will not show on the map and not even the NPC and I didn't take the quest yet. The icon will only show if I used a visible NPC sprite but not with HIDDEN_WARP_NPC.
  16. I'm trying to make a hidden NPC that can have a questinfo - quest icon showing showing on top of the npc/map mark. I tried using HIDDEN_WARP_NPC, but the quest mark won't show even when I don't have quest.
  17. I've made a workaround for this. I used OnTouch: and classchange when the player touch the npc. OnTouch: if(illusion_vampire_temp == 5){ classchange 110,"Priest#illuvamp",bc_self; } end; But it would be really great if something official from rathena could be implemented so this can be done by using quest id rather than having to use workarounds.
  18. For example in the illusion vampire there is a section where you follow Marina to find 2 other NPCS, the Marina is hidden for all other players but only visible to the player who has the quest. How can this be done? I've tried to use classchange with bc_self, but this wont work for distant NPCs from the player when I tried it.
  19. So, we've updated and got the new pet evolution system, but we have an issue here. However all the items listed in the screenshot are present in the re/item_db.txt 9094,Dr_Lunatic_Egg,Leaf Lunatic Egg,7,20,,0,,,,,,,,,,,,,{},{},{} 9095,Nine_Tail_Egg,Nine Tail Egg,7,20,,0,,,,,,,,,,,,,{},{},{} 9096,Cat_o_Nine_Tail_Egg,Cat o Nine Tail Egg,7,20,,0,,,,,,,,,,,,,{},{},{} 9097,Diabolic_2_Egg,Diabolic Egg,7,20,,0,,,,,,,,,,,,,{},{},{} 9098,Fire_Deleter_Egg,Fire Deleter Egg,7,20,,0,,,,,,,,,,,,,{},{},{} 9108,Xm_Teddy_Bear_Egg,Xmas Teddy Bear Egg,7,20,,0,,,,,,,,,,,,,{},{},{} 9112,Moonlight_Egg,Moonlight Egg,7,20,,0,,,,,,,,,,,,,{},{},{} 23256,Elixir_Bandages,Elixir Bandages,2,10,,0,,,,,0xFFFFFFFF,63,2,,,,,,{ pet 1041; },{},{} 25290,Sweets_Festival_Coin,Sweets Festival Coin,3,0,,0,,,,,,,,,,,,,{},{},{} Note: I've solved the issue, the problem was that I had the items added under import with different Aegis Name under the same ID.
  20. Hello, I have seen some servers do verification for their votes, for example the current V4P addons I saw they just add points when you click on the voting site, not after you vote. While the servers I saw they wait until you voted then you get the points not by just clicking the vote. How can I do this and if it's already included how can it be enabled?
  21. NotKappa

    counitem

    https://github.com/rathena/rathena/blob/master/doc/script_commands.txt#L4858 if(countitem(id) >= count){ // your code }
  22. just make sure 1rag1 param is enabled, and replace it with the starting string you want and make sure to use the same string upon starting the exe from your patcher.
  23. well as I said both of the variables are available in both events killerrid holds the killer ID and killedrid holds the killed target rid both killerrid and killedrid are in the events OnPCDieEvent and OnPCKillEvent
  24. - script simple -1,{ OnPCKillEvent: .@killer_rid = killerrid; .@killed_rid = killedrid; // do your stuff end; } both of these variables are available in both events
×
×
  • Create New...