Jump to content

Critica

Members
  • Posts

    223
  • Joined

  • Last visited

Everything posted by Critica

  1. this usually occurs when there's an error or you made mistake on the bonus/effect of you item. or if you have a custom item bonuS
  2. same here, i like the oLD RA's, ra3 now is more like C2C,.. - you guys know that there is RA3 Uprising?
  3. i think the max ID (for custom if that's what you were asking) is 20000 to 30000 i think... why would you need more than that?
  4. Uhmm just a request. would u able to do this a a item bonus? .
  5. yea i did tried this, but i dont think it works on windows 7... .spr files are still blank on the thumbnails/
  6. anyone here have a spr thumbnail viewer that works on windows 7? i have one working on my old computer, but i forgot what kind of program it is O_O tnx in advance... i really need iT (:
  7. well yea i know about that,, but what i need is a script, that will automatically slot the "Armor Enchant Orbs" into the 2nd slot when used...
  8. uhm.. can you guys help me script this? and can it work using callfunc?
  9. not sure if this is a good thing, or a bad thing >:] but for me who doesnt really know much about scripting... i dont really care haha
  10. hey i think the == 10 means slot, since in the descriptioon of the card is "+bonus if slotted i saw it here *getiteminfo(<item ID>,<type>) This function will look up the item with the specified ID number in the database and return the info set by TYPE argument. It will return -1 if there is no such item. Valid types are: 0 - Buy Price; 1 - Sell Price; 2 - Item Type; 3 - maxchance (Max drop chance of this item e.g. 1 = 0.01% , etc.. if = 0, then monsters don't drop it at all (rare or a quest item) if = 10000, then this item is sold in NPC shops only 4 - sex; 5 - equip; 6 - weight; 7 - atk; 8 - def; 9 - range; 10 - slot; 11 - look; 12 - elv; 13 - wlv; 14 - view id uhh im not really sure haha! im also trying to figured out how to make it work for armors too, in item bonus..
  11. well yea i have a script that will force it to be slotted on 2nd slot,, but when i used the decard npc, it takes it out and then after that you can slot it anywhere... ... uhm on your script does it slot it on the 2nd, everytime i use it or do i need to talk to an npc to use it?
  12. Hey guys just wonderin, is there a way i can force the cards to be slotted on the 2nd slot? i wana make the armor enchant orbs, to be slotted on the 2nd slot not on first... is there a way wihout NPC...?
  13. Hi siRs, can i ask? if item A have a bonus +1 str and item B have a bonus +1 agi if fused youLL ge item C w/ bonus +1 str and +1agi? if so.. how? i mean, if item C have a bonus +allstats for example, it will changed to 1 str and agi? sorry im so nooB, hmm just wondering,
  14. hmm, ok i get the "11" it means look right? but what look? sprite look? getequipid(EQI_HAND_R),11) == 3) and the == 3 what does it mean?? the common numbers i see im my itemdb is 2,3 and 11... like for dosera for ex.. if (getiteminfo(getequipid(EQI_HAND_R),9) > 3) bonus bCritical,15; i know EQI_HAND_R ) range.. what does > 3 mean??? Hey Euphy i tried combining everything, im trying to understand what's "==" and ">" this and the number after... but still i dont get it.. >.> if (getiteminfo(getequipid(EQI_HAND_R),11) == 2 ){ bonus bStr,5; } this works, but only for weapon, i tried EQI_ARMOR if (getiteminfo(getequipid(EQI_ARMOR),11) == 2 ){ bonus bStr,5; } dont work
  15. OHH! yea i forgot about that.. uhm question getequipid(EQI_HAND_R),11) == 3) what does 11 and 3 mean? and where can i find the list for EQI..? and sir, can you make an example like ,,,,,{ if (helm) {bonus str +10;} if (armor) {bonus agi +10;} else bonus hp % a format like that, so it'll be easier for me to understand... thankS!
  16. Item bonus.. (Card) if eqquipped on Helm (all helm) bonus str +10 if eqquipped on Armor (all armor) bonus +10 vit if eqquipped on Other (all except helm, armor) bonus +10 int is it possible to use item id location (1,256,512 etc.) on bonus script?
  17. well thats what i wana know... my server is new, so lot of npc, and scripts are a little buggy or may do somethings that it shouldnt be... like for exmaple the stat seller, i didnt kno that it gives 1m per stats, till someone reported it to me the find the mushroom event, they are using @mi to find the exact locations of the mshrooms, the spcl card compound, i dnt knew that the npc has a bug and can dupe cards,, the (#warp, and to jail)... @save on WoE... after break they just go @die some commands i put which is it shouldnt be used... and i know its my fault, i didnt know some of this stuff can happen... im the only one doin everthing on my server... so i may make some mistakes and abusive stuff that i dont kno.. i just caught some players (me pretending to be a normal player) goign to pvp map's and talk about thier stuff in there, like the bugs and cheats... but this kind of strategy wont work anymore coz now they kno.. its just some players would rather abuse this bugs and other stuff than reporting it to me... =|
  18. Not sure were to put this, is it possible to make GM's to be not counted on PvP maps? some abusers are smart enough to go to PvP rooms and do thier stuff in there, coz they will know if there is someone there, when you eneter PvP... hirap eexplain.. xD
  19. Costume Tab 2^10 1024 = Costume - Upper Headgear 2^11 2048 = Costume - Middle Headgear 2^12 4096 = Costume - Lower Headgear 2^13 8192 = Costume - Armor
  20. 8192 = Costume - Armor item bonuses wont work tho...
  21. Critica

    Help..

    thank you guys!
  22. Critica

    Help..

    Sorry this is a repost, i couldnt find my old topic.. how can i make this more than 1 item again, and more than 1 (% chance) for ex. item 1,2,3,4,5 (1% chance) item 6,7,8,9 (3% chance) - script OnNPCKillEvent -1,{ end; OnNPCKillEvent: switch(rand(3)){ case 1: getitem 7227, 1; end; default: end; } end; } thanks you
  23. Yes sirs thanks for the help, ive already fix this, hehe! thanks again
  24. hmm depends kung ano ba need nya, kasi alam ko pag binuksan ung box diba eto lalabas Once this item is purchased, termination of contract is impossible. Also, this item is not refundable.
×
×
  • Create New...