Jump to content

chromus28

Members
  • Posts

    263
  • Joined

  • Last visited

Everything posted by chromus28

  1. i dont really know gonna ask my dev later >.< im still studying on scripting
  2. what about the errors i've got?
  3. oh sorry i forgot to ask..how can i use this points that im receiving? You can use it to purchase items. You can use this and set the currency value to #CASHPOINTS. Oh ok btw sorry im noob on that OnMinute,, what should i do if i want to make it 1hour? sir i got error.. Oh its ok now but the problem is getitem .cards[ .random ], 1; <<<this one..how can i change it to i am the one who will give cards to have a points? prontera,150,150,0 script Sample 100,{ OnMinute00: setarray .cards[0], 4001,4002,4003,4004,4005,4006,4007; // <id> setarray .amount[0], 10,5,2,6,7,8,9; // <points> attachrid(getcharid(3,strcharinfo(0)); set .random, rand( getarraysize( .cards ) ); getitem .cards[ .random ], 1; set #CASHPOINTS, #CASHPOINTS + @amount[ .random ]; end; } here is the error
  4. Sir what is this script for? >>> copyarray .mem_aid[0], $@partymemberaid[0], 128; copyarray .mem_cid[0], $@partymembercid[0], 128; Sir i got some error what is this?
  5. oh sorry i forgot to ask..how can i use this points that im receiving? You can use it to purchase items. You can use this and set the currency value to #CASHPOINTS. Oh ok btw sorry im noob on that OnMinute,, what should i do if i want to make it 1hour? sir i got error.. Oh its ok now but the problem is getitem .cards[ .random ], 1; <<<this one..how can i change it to i am the one who will give cards to have a points?
  6. oh sorry i forgot to ask..how can i use this points that im receiving?
  7. Hi. sorry i dotn know if i post my topic in the right thread.. I just wanna ask on how can i make the blacksmith's refining rate high? coz even in level 1 weapon it's always failing...does the refine rate of smith and NPC refine rate is same?
  8. Lil Troll i'd Follow your instruction but the effect doesn't changed a bit..
  9. Mean getting random cards every hour? : prontera,150,150,0 script Card Trader 100,{ OnMinute00: getitem rand(4001,4555),1; end; } Yes, and in that card they can get a points in each cards.. example poring cards gives 10 points each.. mandragora gives 30 points each..
  10. Uhm... For a quest? Sticking to the grounds of your original request and adding in the party leader requirement... prontera,150,150,5 script package_test 100,{ if(Quest_Variable==1) end; Quest_Variable++; if(getcharid(0)!=getpartyleader(getcharid(1),2)) end; addrid(2); set .@a, callfunc("package_func",501,10,50, 502,1,10, 503,12,10, 504,6,100); while(.@i++-1<.@a) dispbottom "You got "+@package_amount[.@i-1]+" "+getitemname(@package_item[.@i-1]); disablenpc "package_test"; end; } /// callfunc("package_func",<itemid>,<amount>,<chance>{,<itemid>,<amount>,<chance>{,<itemid>,<amount>,<chance>{,...}}}) function script package_func { set .@len, getargcount(); while(set(.@i,.@i+3)-3<.@len) if(rand(101)<=getarg(.@i-1)) getitem(set(@package_item[.@a++-1],getarg(.@i-3)),set(@package_amount[.@a-1],getarg(.@i-2))); return .@a; } If you wanted to activate this prize npc from the original quest npc you would use... enablenpc "package_test"; If you're just asking for a party prize giver you could still use this function. if(getcharid(0)!=getpartyleader(getcharid(1),2)) end; addrid(2); callfunc("package_func",501,10,50,502,1,10,503,12,10,504,6,100); disablenpc "NPCNAME"; end; Otherwise you have to provide me with more information. Addrid is a newer command so you might not have it if you're using an outdated rAthena. hmmmm more info? here is my script it's a lil hard to explain xD I want to make only the party leader can distribute the prize after they finish the tier...
  11. Does this script can be like the one who can distribute the prize is the party leader??
  12. Hi, I just wanna ask if there is some script for auto prize box... Hmmm for example i have custom quest then after they finish that quest, in that same map the prize box will auto popped out in the middle of the map. Then inside the prize box there is a random prize with a chance to get only. like example bloody branch >> chance to get in that box for 10% only..and the other prize have different percent 10%,20% etc.. please if there is some kind of this script can anyone help me? thanks
  13. hi guys what is the script if i want the effect is ( Increases max HP and SP by 1% every refine of this (Shoes or etc)) ? can anyone help me? thanks help please
  14. Sir the npc didn't showed up i already put it on script_custom and edit it like this
  15. Hi guys, Can anyone help me with this problem The NPC located on prontera didn't warp me at the right place, i put ing tier 1 to tier 3 is different maps but the tier 2 is fine the npc warped me there normally but the tier 1 and tier 3 warp is just like a random warp on guild_vs1 to 5.. can you please help me on how can i make the warper warped me in the right map on tier 1 >>guild_vs5 and tier 3 >> guild_vs4
  16. Nice script but i need the random cards that player will be the one who will give the cards that the NPC needed for every hour example on this hour that npc need poring card so i need to bring poring cards to the npc to gain some points to buy some items
  17. here just edit the line >> setarray .TCG_ITEMS[0],12246,40; // Input as many items as you want (item::price) into >> setarray .TCG_ITEMS[0],7179,10; // Input as many items as you want (item::price) it will gonna trade for 10TCG for 1 PoDs hello do you have two cases in here? like 100gold=1tcg and 10tcg=1pods in one NPC? and sir I try you script but it doesn't appear in game? can you please check your whole script? it's fine with me..did you put it too on script_custom.conf? if u put it already.. try to Example>>@loadnpc npc/npc/TCG.txt then @reloadscript
  18. hi, i Just wanna ask if it is possible to the card trader that every hour he/she will ask for an random cards? aww wrong thread >.< please remove this topic >.< sorry i got in wrong thread maybe wrong >.<
  19. here just edit the line >> setarray .TCG_ITEMS[0],12246,40; // Input as many items as you want (item::price) into >> setarray .TCG_ITEMS[0],7179,10; // Input as many items as you want (item::price) it will gonna trade for 10TCG for 1 PoDs
  20. oh yay thanks xD emistry save me again xD thanks capuche and sir emistry
  21. @ Lil Troll and to sir Emistry thanks for the help btw is this right? [table]//PVP 14529,1 //Greed Scroll 1599,6 // Angra 2199,6 // Ahura //GVG 12218,2 //LV5 Assumptio Scroll 14529,2 //Greed Scroll 14590,2 //Party Assumptio 5 Scroll 1599,6 // Angra 2199,6 // Ahura //BATTLEGROUND //12218,???? //LV5 Assumptio Scroll //14590,???? //Party Assumptio 5 Scroll 1599,6 // Angra 2199,6 // Ahura[/table]
  22. Hi there. I just wanna ask how can i disable Angra Manyu and Ahura Mazda on PvP Room, Woe Time, or battle grounds etc..?? can someone teach me how to disable this one coz i want only angra and ahura to use on leveling and farming mode only
  23. when u change your exp rate did you restart your server?
×
×
  • Create New...