Jump to content

Mootie

Members
  • Posts

    815
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Mootie

  1. @emistry in other words i just need to add another 501,Red_Potion,Red Potion,11,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc( "RefineFunc",501,63,10,1,1 ); },{},{} for multiply items? isnt it? the reason why i tryed to run multiply callfunc is to use 1 - 5 refiner like old times lol
  2. refer to this topic nxt time search engine http://rathena.org/board/topic/73120-how-to-run-using-no-iporg-and-home-based-server-connection-dsl/
  3. i've downloaded that icons and still the same nothing happens button is same
  4. fix about this issue i put alternate ways for that o.o and i was wondering in your refine function look at this as what you said he/she can add multi npc for the refiner example 1 npc for 1-5 = 100% 6-8 25% 9-10 10% after doing that and do @reloadscript that wat it said overwriting lol
  5. you mean only give reward after the second time they do the same quest ? uhh little similar into that but what i really mean is example after you done all the quest on your next quest the items will be diff. in the 1st quest that you've done you got 60 poring coins cause its 10 each quest that you've clear and then for the nxt quest will be silver coin something like that
  6. hi emistry is your chain quest can be possible a random rewards? like 2 times each quest that you've done?
  7. doing some experiment i thought it could be fine if i do that lol but there is no error when i did that oh and what you mean by " just edit the function"
  8. i did some experiment with your refiner i tryed this callfunc( "RefineFunc",100001,1,831,0,10,1,0,90 ); callfunc( "RefineFunc",100002,1,831,0,10,1,0,90 ); callfunc( "RefineFunc",100003,1,831,0,10,1,0,90 ); callfunc( "RefineFunc",100004,1,831,0,10,1,0,90 ); callfunc( "RefineFunc",100005,1,831,0,10,1,0,90 ); } its look like doesn't support 5 tickets it only support 1 tickets The BitMask Table : //--- Bitmasks ---- // 1 - Top Headgear // 2 - Armor // 4 - Left Hand // 8 - Right Hand // 16 - Garment // 32 - Shoes // 64 - Left Accessory // 128 - Right Accessory // 256 - Middle Headgear // 512 - Lower Headgear If you want to allow the refine on those part....then just put in the Number ( for Single Part Refiner ) or Add in all the Number ( for Multiple Part Refiner ) For Example : A Refiner that can refine Top Headgear Only ( BitMask = 1 ) A Refiner that can refine Both Left / Right Accessory Only ( BitMask = 126 + 64 = 190 ) A Refiner that can refine Armor / Garment / Shoes Only ( BitMask = 2 + 16 + 32 = 50 ) and etc..... Function Script Calling : callfunc( "RefineFunc",<itemID>,<BitMasks>,<MaxRefine>,<CheckEquip>,<RefineMode> ); Explaination on Each Argument : // itemID -> Item that will be used. // BitMask -> Refer to above bitmask table. // MaxRefine -> What is the Max Refine. [ Can Bypass Default Server Max Refine ] // CheckEquip -> Check Equipments is Refineable or not. [ 0 = Disable / 1 = Enable ] // RefineMode -> +1 / Max Refine. [ 0 = +1 Refine / 1 = Max Refine ] Sample Script : Use as Item ( Refine Ticket ) : 501,Red_Potion,Red Potion,11,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc( "RefineFunc",501,63,10,1,1 ); },{},{} Caution : Change Item Type to 11 Use as NPC Script ( Custom 100% Refiner ) : prontera,155,181,5 script Refiner 757,{ callfunc( "RefineFunc",501,63,10,1,1 ); } You can create as many NPC / Items for refine as you want to... just make sure youprovide the correct Settings. With this script, you can create several NPC that can allow users to refine items 100% success using certain items and different max refine level. So, that your server wont need to focus on using 1 NPC. You can make 1 NPC for refine +5 / +6 / +7 using Elunium without fail, then you can further the refine to +8 / +9 using another NPC with different Items, and lastly +10 another NPC. It is all up to you. Refine Function [ Version 4 ] Changelog : Scripts : View ♥ Download Please spend your time to read all the things i have write / mentioned in the post before you asking any questions. if got bug / problems please do report to me. i was trying to make 1 npc for all refiner i mean 1 npc to make it +6 to +10 ready my fucntion
  9. I might reply like your earlier post, because it's hard to guess what does "how do i make it work with range attack?" really means... true o.o
  10. What helps you need? If you need to put that in your server follow my guides on my siggy
  11. Thats quite good for starter servers
  12. i guess its block with the lower version of setup.exe thats why it didn't show he/she game.exe
  13. 2012-04-10aRagexeRE clif_parse recieved unsupported disconnection #3 0x3790 clif_parse recieved unsupported disconnection #3 0xcb26 any suggestions?
  14. how to fix the guild? button i have corrected button for this but still nothing changes you this skinre.rar?>
  15. i got this palette\¸Ó¸®\head_6.pal after updating my client for translate using diff any one knows how to fix this?
  16. lol my mistaken and a fail understanding what he trying to say O.o
  17. in the macro's interface options even you disable the navigation in ATL+V they can still access the navigation thru hotkeys interface i was wondering how to disable then both
  18. Its easy search for an item on ur database that had a range attck or go to ratemyserver or go to your item_bonus.txt And nxt time search engine Receive 5% less damage from Long Range Physical attack. { bonus bLongAtkDef,5; },{},{} it will depends on you what kind of long range attack you liked
  19. same here i like 2012-04-10 in my server
  20. there ya go it works i thought could stick for /root lol how about if the pathcer itself and my gameRO.exe ill just click that? and put the file on it?
  21. i did some test like i add the System directory folder and choice Directory for the System folder after that i put in the correct and patch successfully but when i check my System folder to check towninfo.lub its not there
  22. Is thor patcher allowed to extract folders? like outbound of data folder let say i am going to put System Folder directory so that will be saved in my RO directory is this thing will work? even the RAGexeRE.exe? example im going to patch my new towninfo.lub is this will save into theit System folder
  23. i download Alexandria V3 Data but still the same
×
×
  • Create New...