Jump to content

Critica

Members
  • Posts

    223
  • Joined

  • Last visited

Everything posted by Critica

  1. thank you so much for the help im gona test it now! Sirs.. i already tried this two.. but it doesnt seem to work.. im summoning 60 porings and non of it drops tcg.. im i doing something wrong?? OnNPCKillEvent: set .@lucky,rand(100); if (.@lucky <= 10 ){ getitem 7227,1; } //---------------------------- - script OnNPCKillEvent -1,{ switch(rand(10)){ case 1: getitem 7227, 1; end; default: end; } end; }
  2. hey guys, is there a way that i can make an item be dropped by all monsters without editing it on mob db?? is it possible on a script? making an item be dropped by any monsters killed by a % chance?
  3. Critica

    Hey Guys..

    Just wonderin,, if the old files will be downloadable again,, most of the sprite files are gone.. it says i dont have permission to view it.. =|
  4. there is.. bonus2 bHPAttackRatio,n,x; = Deal more damage depending on HP of race n but you need Epoque's Expansion diff..
  5. Thanks for the help, i trying it now. It workeD, thank you!
  6. I would like to make this script //item1 case 1: if (countitem(3301) == 0) { set .@id,3301; goto GetToken; } break; //item2 case 2: if (countitem(3302) == 0) { set .@id,3302; goto GetToken; } break; //item3 case 3: if (countitem(3303) == 0) { set .@id,3303; goto GetToken; } break; //item4 case 4: if (countitem(3304) == 0) { set .@id,3304; goto GetToken; } break; to delete item 2 (if i have one on my inventory), if i recieved item 1. so basically what i need is, if i recieved this item1, it will automatically deletes the item2, and vice versa.. same as the 2nd one, if i get item4, it will automatically deletes item3 if i have one im my inventory... (3301-3304 items are my custom id's btw..) can anyone help me pls?? thank you... =)
  7. How do i warp the character out on an error map? using sql is possible..
  8. hiiii alll!! can i have a request,, during woe, everytime a breaker, brakes an emperium, he/she will get a points/reward or item.. and that points/reward or item will add up until the woe ends.. after woe the points/reward or item that he recieve can be traded to npc for an item,,, get the idea?? please help, thanksss!!
  9. pls.. anyone?? i tried rathena's 3rd job quest.. but im getting error on archbishop, ranger im getting error that have this lines getmercinfo(1) can somebody help me how so fix this?
  10. im getting this patchlist error (expected non-zero patch number) "<!DOCTYPE HTML PUBLIC" =//IETF//DTD HTML 2.0//EN">" server_name = DarkSoul RO notice_url = darksoulro.com patch_site = 83.125.22.188.darksoulro.com patch_port = 80 patch_list = patcher/patchlist.txt patch_folder = patcher/patch/dsro2.grf executable = DSRO.exe Can anyone help me pls..
  11. thank you ill try it now Hii.. for the 1st one, can you make make it give only 1 item? everytime i click the the npc it gives me reward.. again and again
  12. hii! good day to all!! Can i request a npc that gives rewards to a players who reaches maximum level? (255 for ex.) and a Npc warper that checks the level of character first? for example you need to be level 99 to use the warp npc, or to warp you out.. thaks a lot guys!!
  13. Autocast skill when HP is lower that > 5 % ?? ex. autocast Kyrie,10 when hp is less than 5% thanks..
  14. Hi guys!! just wondering, if the item skull (7005) and skull that drops on player when died is the same.. if not, what is the ID of the skull that the player drops. is it possible to use it to trade items on npc's? like trading tcg to items..
  15. The Discount skill of merchant and Compulsion Discount of Rouge?? is this possible? i found this http://www.eathena.ws/board/lofiversion/index.php?t253104.html but its not updated anymore... so can anyone help me, make this work on 3ceam if possible... thank you..
  16. Pls. make me a script that trades Cards to TCG item, (or any item) and if possible: normal cards 1 tcg mvp cards 3 tcg. pls.. help?
  17. Hhhiiiiiii!! does anyone here have a script that trades Cards to TCG cards? can you share it to me pls x) or maybe help me to make a script that trades Cards to TCG, like this; Normal card = 1tcg Mini boss card = 3 tcg Mvp card = 5 tcg i jsut wna make normal cards be usefull in high rate servers.. =D help me plsssssssss thank YOu!
  18. Got the same problem as Thanna, when using vending skill it only shows up the list and then nothing happens, after that you cant use the skill again, you need to warp or relog to use it again..
  19. guys anyone here knows where i can locate this effect files. 679. Green Aura (Middle) 680. Green Aura (Bottom) this was on effect_list.. i tried to find it on texture/effect but it wasnt there.. but im pretty sure its just somewhere there.. im trying to add more than 1 custom aura.. i know theres a way, but not that easy.. but if anyone have an idea how to add more than 1 custom aura.. sharing it with me would be great ;D
  20. HI ANYONE HERE HAVE A NPC SCRIPT THAT WILL SPAWN A MONSTER IN A LOCATION POINT.. AND AUTOMATICALLY RESPAWN IT WHEN IT DIES.. FOR EX. SPAWN EMP IN (PRONTERA,0,0) AND EVERYTIME IT DIES IT WILL AUTOMATICALLY RESPAWN IT. GOT THE IDEA?? HEHE, THANKS FOR HELPING =D
  21. oh wow stupid me. i didnt see that.. thanks btw
  22. sorry, you're the only one i know who can help me with this.. its about the charms etc. items. my prob is. it doesnt seem to work on Gunslinger and Ninja Jobs.. (Kagerou and Oboro too) anything else is working fine.. im not sure what's the problem, please help?
  23. hi guys im having problem with the raredropannounce thing.. everytime i switch to 3.33 this.. // 0 = don't show announces at all // 1 = show announces for 0.01% drop chance items // 333 = show announces for 3.33% or lower drop chance items // 10000 = show announces for all items rare_drop_announce: 333 it doesnt announce the item that has lower than 3.33% drops, like mvp items.. but when i choose to use 10000, it announces everything that is dropped.. i dont know what im doing wrong, my mvp card drop rate is this // The rate at which cards are dropped item_rate_card: 100000 item_rate_card_boss: 33333 item_drop_card_min: 1 item_drop_card_max: 10000 and ingame it says 3.33% drop rate, im not sure what wrong can u pls help me?
×
×
  • Create New...