Jump to content

care1190

Members
  • Posts

    31
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

care1190's Achievements

Poring

Poring (1/15)

1

Reputation

  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
×
×
  • Create New...