Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/18/12 in all areas

  1. Original topic and code here: link Idea: link You can enable or disable the cash / item in file db/item_vending.txt Vending title can be looks like: "[ITEM_ID] name" Version 1.8 preview: Changelog conf/battle/feature.conf db/item_vending.txt Modify your client data files: idnum2itemdisplaynametable.txt idnum2itemresnametable.txt Enjoy. New: rAthena only: ExtendedVendingSystem_1.8.1.patch ExtendedVendingSystem_1.8.patch Old:
    1 point
  2. Packet_db 2012-06-18aRagexeRE //2012-06-18aRagexeRE[/size][/font] 0x0078,55 0x007c,44 0x00aa,9 0x00f3,-1,globalmessage,2:4 0x0193,2,closekafra,0 0x01a2,37 0x01fd,15,repairitem,2 0x0202,5,changedir,2:4 0x022c,65 0x022d,19,wanttoconnection,2:6:10:14:18 0x0281,-1,convertitem,2:4:8:12 0x0288,-1,npcpointshopbuy,2:4:8:10 0x0289,12 0x029b,80 0x035f,6,ticksend,2 0x0360,6,clickbuyingstorereq,2 0x0361,5,hommenu,4 0x0362,6,dropitem,2:4 0x0364,8,movefromkafra,2:4 0x0368,6,solvecharname,2 0x0369,7,actionrequest,2:6 0x0437,5,walktoxy,2 0x0438,10,useskilltopos,2:4:6:8 0x0439,8,useitem,2:4 0x07d9,268 0x07e4,6,takeitem,2 0x07ec,8,movetokafra,2:4 0x0802,26,partyinvite2,2 0x0815,-1,openbuyingstorereq,2:4:8:9:89 0x0817,2,closebuyingstorereq,0 0x083c,10,useskilltoid,2:4:6 0x0856,26,friendaddrequest,2 0x0940,-1,sellbuyingstorereq,2:4:8:12 0x096a,6,getcharnamerequest,2 Download 2012-06-18aRagexeRE.exe [Thank's Judas] Fix of Cart's/Favority Table ~ New carts, Favorite item tab, EFST_SIT [Post] Lua Files Up-to-date Version [Download] ~ Use Tortoise SVN to download that! Lua Files with missing Lub Files [Download] OBS: You will need ShinsDiffPatcher[SVN] with WDGSkipPacketHeaderObfuscation.dll from earthlingz. Preview of Client!
    1 point
  3. It's possible when the person died multiple times, the EXP can go to 0 (if this is your question). Lets say from level 93 to 94 you would need 200.000 EXP to gain a level. The said player just leveled up and died 1-2 times. Per Death the player will lose 1% of the CURRENT maximum EXP needed to gain a level, in this case 2000 exp. Scenario: Player levels up and has a rest of 2000 EXP left. Dies 1 time and loses 1% of EXP which is 2000 exp. 2000 - 2000 = 0; Mystery solved.
    1 point
  4. The best decompiller for the last lub files luadec.rar
    1 point
  5. Stylist This Stylist allows you to easily change your hairstyle, hair color or cloth color without spamming you with useless text and questions. You can either directly input the number of your prefered style, or go through them one by one. You can even go back in the list, if you want to see a previous style again. Download stylist.txt Mirror
    1 point
  6. trunk/conf/battle/items.conf // Whether to allow buying from vending chars that are at their max. zeny limit. // If set to yes, the rest of the zeny above the char's capacity will disappear. vending_over_max: yes change the setting to NO
    1 point
  7. magandang hapon sa lahat. tanung lng po Paanu po tanggalin ang "@allskill". bawat gawa ko kasi ng GM account automatic naka @allskill na. salamat.
    1 point
  8. next time bro use search engine all of your answer is within it so here we go http://ratemyserver.......&i_status=-1[%20]=-1&isearch=Search&itype=4&page=item_db use your own risk look for Tae Goo Lyeon item thats the similar for when refining here's another info { bonus2 bSubRace,RC_DemiHuman,10; if(getrefine()>7) { bonus2 bSubRace,RC_DemiHuman,3; } },{},{} just look for items that has a similar and make your script for per refine example +1 +2 +3 gets +3 of str or something that you put it on here { bonus2 bSubEle,Ele_Neutral,30; if(getrefine()>1) {bonus2 bSubEle,Ele_Neutral,1; } if(getrefine()>2) {bonus2 bSubEle,Ele_Neutral,1; } if(getrefine()>3) {bonus2 bSubEle,Ele_Neutral,1; } if(getrefine()>4) {bonus2 bSubEle,Ele_Neutral,1; } if(getrefine()>5) {bonus2 bSubEle,Ele_Neutral,1; } if(getrefine()>6) {bonus2 bSubEle,Ele_Neutral,1; } if(getrefine()>7) {bonus2 bSubEle,Ele_Neutral,1; } if(getrefine()>8) {bonus2 bSubEle,Ele_Neutral,1;} if(getrefine()>9) {bonus2 bSubEle,Ele_Neutral,1;} if(getrefine()>10) {bonus2 bSubEle,Ele_Neutral,1;} },{},{} i just give you example for per refine you have to fix it for your own script
    1 point
  9. It can. If you loaded it plain they would all be defined as globals. Most of the commands work. The only ones I haven't worked on were item scripts. Considering the variable handling is being done entirely* in lua, all it takes is for one to write a script to do it. *still using athena's inter-server functions for sending the right variables to the right server for saving, but the db operations for it will be done in lua so anybody can use their own (supported by luadbi anyway) engine if they wanted. -drool- of course you come back and reply when I am really busy! work sucks mmhmmm
    1 point
  10. Glad to help. And here's the translation to the Bio4 access quest! lhz_b4.txt
    1 point
×
×
  • Create New...