Jump to content

icabit

Members
  • Posts

    353
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by icabit

  1. what about reducing the character length with this you will have extra character length for your title http://rathena.org/board/topic/77687-how-to-reduce-default-23-characters-to-10-character-only/ when getting a tittle you will save his original name to a string variable -this is for inuring you still have his/her original name then make a query for his/her new name with the title [title] + original name finally kick him from the server so he will be forced to relog and get him/her to use new name with the title on it with this you can invite him to a party or guild since your using his present name with the title note this is just an idea i haven't tested it but it seems logical to me IMO
  2. its a source edit in status.c return (short)cap_value(flee2,10,800); // 80% Flee2 Cap [Pinky] so change the 800 = 80% change it the perfect dodge cap you want i dunno the default value of this. just look for return (short)cap_value(flee2, in status.c after changing it recompile then test it this is all i can help you with
  3. what about capping your perfect dodge to something you want? i found this via google http://www.eathena.ws/board/index.php?showtopic=228525 this is a reply from one of the members of eathena in the topic i posted above
  4. thank you for your response now its much clearer to understand
  5. // SkillID,CastingTime,AfterCastActDelay,AfterCastWalkDelay,Duration1,Duration2,Cool Down,Fixed Casting Time skill_cast_db so what does this thing do in the svn? do you mind explaining to us im kinda confused @_@
  6. 271,-2,6,1,0,0x60,0,5,1,yes,0,0,0,weapon,0,0x0, MO_EXTREMITYFIST,Asura Strike so basically 0x60
  7. i agree with this >.> i thought you retired long time a go and im just wondering if you are really him then why not sell your whole showcase here? oh yeah this sprite is already spread out through a lot of servers and you can get them easily >.> i wont be mentioning any server names
  8. try my attachment i got this script way back in eathena days xD works like a charm for me it automatically gives the player the item
  9. for item number starts: check for available item numbers in your item_db.txt and item_db2.txt or your sql cause this is where you will add your new custom items you have to look for the available item numbers so it wont affect/overlap any existing items in your server for Class Number/ View ID its the view id of your head gear check your accessoryid.lua for the availability
  10. so i guess ill just put it in download section here in rathena and hope for the best xD
  11. do them manually i just created it just to add the hundreds of sprites to the client easily
  12. for faq 12 i think there nothing wrong with a paid script. not everything in the world is free. for faq 11 i can still support more other max refine but like i said its a different story cause i might need to alter parts of my file generator for the files needed for the decompose system well overall i still respect your opinion and theres nothing i can do about it
  13. paid services try to look for tools to add custom items i made one for free http://rathena.org/board/files/file/2738-icabits-item-builder/ it just adds your custom items faster. makes sure your file names for a specific sprite is in uniform check the video in the topic and if you will ask for automated item script that's a different story this item builder just add's lots of custom items in 3-5 mins as long as your file names for a specific sprite is in uniform
  14. oh god i still don't believe your signature >.> thx my idol virtue
  15. i love the multi currency shop <3 thx for this emistry
  16. Disclaimer Reading this topic might take a lot of your time but i will appreciate it if you do Author: me Idea: from dragon nest's item decompose and spiral and vortex refine this will only require 1 source edit for max_itemgroup for the custom pouches(like old blue box) but you won't need to patch anything pls check the video below What does this do? so basically this npc decomposes your items in exchange for armor/weapon dusts and sometimes it give your spiral/vortex refine ticket you can use these tickets on another special refiner npc that i made too there's a generator for the files that you will need check the video below How to install? installation is very easy i made a video guide check the video's below Uncommon questions. Q1: what will i gain out from this? A1: this will improve your server's economy. zeny, items, refining materials will become a need if you implement this in your server since there will always be a demand for better refine gears. the players needs to decompose lots of items and with that they will use zeny every time they will decompose. In other words this is a good ZENY SINKER. Q2: this might cause imbalance to the game when players get over refined items like +16-20. what can you say about that? A2: well its up to the server owner if he implements the pouches(+16-20 refine) in game npc's. since you will need to create your own npc that will allow you tell sell these pouches in the currency of armor/weapon dust. (i recommend emistry's muti-currencyshop) Q3: who are you? can you be trusted? A3: well im just an average scripter who knows some fuctions of scripting and its up to you if you trust me or not( i wont blame you if you don't) Q4: what do you want to gain from this? A4: i wanted to release this with something in return, its about giving and taking Common questions. Q1: so what does these custom dust for? A1: you can make an npc that will let you sell custom spiral/vortex pouches in exchange for a certain dust example: you can sell Spiral Head_Gear Pouch 4-10 for 1k pcs of armor dust in that npc when you open this pouch youll get 1 random spiral Spiral Head_Gear refine ticket from 4 to 10 example is Spiral Head Gear 6UP you can use emistry's currency shop for the pouch seller npc(my recommendation but still up to you) i did't included it in the video since that is not my script and i can't include it in my release these are the list of pouches created by the generator Q2 whats the difference between spiral and vortex gurantee refine? A2 spiral is a step by step refine example you have a +5 hat you will need Spiral Head Gear 6UP to make it +6 with no fail while vortex is a shortcut refine example you have a +0 hat and you will use Vortex Head Gear 6UP your item will be +6 instantly sprial refine auto detects the item that will be used to refine the specific item you choose vortex refine allows you to choose what refine lvl you want your item will be Q3 what if i use +20 vortex to a +19 item? A3 the item will become +20. Q4 what if i use a vortex +10 vortex to a an item that has refine lvl 11 or more? A4 the npc will not allow you to use a vortex refine ticket to an item that a refine is more than it Q5 what if i decompose my armors and i will have more than 30k dust in total if its executed? A5 the npc wont allow you to continue Q6 what if the player changes the item when decomposing and refining? A6 the npc wont allow you to continue Q7 what if i the player has a low weight limit? A7 the dust,refine ticket and pouch doesn't have any weight Q8 is there a setting that i can change the quantity and droprate when decomposing? A8 yes in the npc itself check the video below if you want a detailed guide and look of it Q9 do i need to do a diff patch on my svn? A9 no. but you will be required to do 1 source edit for max_itemgroup for the custom pouches(like old blue box) Q10 can i change the rates of each pouches? A10 yes instructions will be given once you have my files Q11 does this support more than +20 refine? A11 no. it would be a different story if that happens. it only supports +10 and 20 Q12 is this a paid script? A12 yes Q13 what svn does this support? A13 tested on hercules and rathena. i haven't tried this with eathena and 3ceam Q14 would i get support once i have your files? A14 yes. but i will not support it to the extent that you will modify the script thoroughly like making the refine max lvl to 30. i can only modify the script for you if you want to and if its achievable Q15 once i have your files can i redistribute? A15 thats a big no For questions leave a reply below if your question is not listed above i will not answer questions that are rephrased/revised i will not answer questions that is already answered i will not answer questions that is not related to the topic Video's i was using a backup npc file in the video the minor problems you see that i encountered in the video was already fixed in the original one. i was just too lazy to create a new video and i am very sorry for my typo errors and grammar i know my english is bad xD part 1 part 2 part 3 I will upload this script in download section once i know the mechanics of it for now if you are interested in this script add me in skype james.calvo123
  17. add no party/guide/private chat or any chat(to prevent spying) to the list add no player count on the map(example novice vs zombie since the script detects the players left in the map time to time) +1 to this topic downside of this this will still implement spying in the gameplay xD whether its woe or whatever they could always do chat in another software like skype or do raidcall :3 but it depends on how it is used in the server so like i said +1 to this topic
  18. the script is working fine i just need to add custom aura's in @effect T_T i saw this specialeffectinfo2 lua's dunno how to use them though which path did you see that lua file? Data\luafiles514\lua files\skilleffectinfo sadly i don't know how to add one using it xD sorry about that post supposedly "specialeffectinfo 2 lua's"
×
×
  • Create New...