Jump to content

care1190

Members
  • Posts

    31
  • Joined

  • Last visited

Everything posted by care1190

  1. im sorry for not pm you, asked some questions on the original topic and got no response so i thought you werent active, it wasnt via gm command it was normaly with a shadow chasser, its working now, i dont know what fixed it, still get the error but not in game thank you
  2. Hi im looking to make a custom item that when its used makes pasive mobs agressive for certain time, its there something like that?
  3. i managed to fix it, just moved this: //disable unused npcs for now disablenpc instance_npcname( "sfwarp#1", instance_id() ); disablenpc instance_npcname( "sfwarp#2", instance_id() ); from line 141,142,143, to line 233 OnInstanceInit: set .@map$, strnpcinfo(4); set .@npc_name$, instance_npcname( strnpcinfo(0), instance_id() ); //apply mapflags setmapflag .@map$,mf_nomobloot; setmapflag .@map$,mf_nomvploot; //disable unused npcs for now disablenpc instance_npcname( "sfwarp#1", instance_id() ); disablenpc instance_npcname( "sfwarp#2", instance_id() );
  4. hey i tried to add llchrisll invasion to my server but keep geting error [Error]: get_val_: fatal error ! player not attached! [Debug]: Source (NPC): MobInvaInit (invisible/not on a map) [Warning]: script:get_val: cannot access player variable 'InvaKill', defaulting to 0 this its the script i've been trying to use hope someone can help me mob_inva.txt
  5. its there a way to get the city selected randomly?, each time i restart the server its the same city
  6. i think i wasnt clear, i want that all mobs drop an item, lets say poring coin, but if the mob its an mvp it has drop rate o 30 just for the poring coin and keep the normal rates for all the other drops
  7. Its there a way to add dropto all mobs with drop rates that dependon mob type, for exemple, if the mob its normal 10%, if its miniboss 20% and mvp 30%? also it would be great if it could be taken by autoloot
  8. its not created by script, it happens when you kill anithing, i inicially thought it was becouse i had drop rates higher than 100 but i cheked and everiyhing has max drop rate of 100
  9. Hey I keep having an issue with autoloot, ido not have iddle or distance activate ut still dropping some items to the floor with autoloot 100 active, its there anything i can do to fix it?
  10. i only found tickets from +1 to +9 and +11 so i made the ones from 12 to +20 and +10
  11. I modified the one that comes with rathena up to +20 i hope you can use it ticket_refiner.txt item_db.txt iteminfo.lua
  12. hey im trying to acces to this instance but keep getting [Error]: buildin_instance_npcname: Invalid instance NPC (instance_id: 0, NPC name: "Skia#skia01".) [Debug]: Source (NPC): Nyhill#nihil01 at 2@mir (103,17) any ideas? attatched the script im using,its the same on rathenas git RitualOfBlessing.txt
  13. does anybody has the maps that i have to add to the client for this? i added everithing but doesnt warp me
  14. thank yo so much, i was going crazy with this
  15. does this work with the newest rathena? i've never used a .c to add a quest
  16. Hi i hope somebody can help me i've been try to add Endless Cellar by Jezu to my server, and i manage to start the istance and everything but when i get to start the second floor i got this error [Error]: buildin_getmapxy: Player with nick 'ECwarp_1' is not found.[Error]: buildin_getmapxy: Player with map id '0' is not found.[Info]: [Instance] Created: Endless Cellar (1).[Error]: buildin_instance_npcname: Invalid instance NPC (instance_id: 0, NPC name: "ECwarp_1".) Any ideas to fix it?
  17. hey guys, the problem i have its that when i open my client the intro music starts playing and it doesnt change on any map, does anybody knows what may be causing that?
  18. thank you so much, i forgott to add them to map cache its fully working now thanks
  19. hi, I just added Alayne's endless cellar to my server but when anybody tryes to open it gives us an error [Error]: instance_addmap: Failed to create initial map for instance 'Endless Cellar' (1). [Info]: [Instance] Created: Endless Cellar (1). [Error]: instance_mapname2mapid: map name 1@new does not exist does anybody has an idea?
  20. i keep getting an error as well can anybody help me?
  21. i have the same problem i think, the only diference its that they wont talk not even once,
  22. in nova ro they have this npc, the cards are in the db but not the npc that trades them
  23. does somebody has a script or knows ho to activate this to npc? i thing the card its on the db but i cant find the scripts for rathena
×
×
  • Create New...