Jump to content

Elsa Mist

Members
  • Posts

    387
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Elsa Mist

  1. If you want to reset all dye in php you will need to reset at the guild table too. update `char` set hair =1, hair_color =1, clothes_color=1; update `guild_member` set hair =1, hair_color =1, just paste query the code on your php.
  2. . please use search field. Similiar topic already posted previous.
  3. phew....~~ Thanks!!! for the guideline
  4. In rAthena/db/pre-re/skill_cast_db.txt. // For example: // - Original: 6,0,0,0,30000,0,1000 // - Modified: 6,0,0,0,30000,0,1000:2500:3000:... // Gives Level 1 1000ms cool down, Level 2 2500ms, Level 3 3000ms, and so on.
  5. click here -> Client 20120410 with enable dual client click here -> Thor patcher maker/generator click here -> GRF Editor made by Sifu Tokei and how to use it? click here -> GRF Editor Guide/Support Topic
  6. Neub, yes its a game client. Just tell me your client date you use right now and i will make it for you. For the unknown language, dont change it otherwise your client cant read it. Im using GRF Editor, if my folder just like picture below when im adding this folder into GRF Editor and save it to grf format file it will tell me to change it to the same language like picture below this is a default language for client to read.
  7. 1. for dual windows, u need to make a new diff with enable the dual windows. 2. I dont have any experience using thor patcher. so lets hope somebdy will come here and help u.
  8. Ask ragnahost to assist you. They are easy to approach. By default i believe ragnahost is already setup u diff for the best setup like view ID and etc... Dont worry about that. Have u try this? = If u want to use costume from renewal, make sure that you've copy costumes ID in /rathena/db/re/item_db.txt to rathena/db/pre/item_db.txt to make it work. I dont know what is the effect for the item_db sql since i am never edit the sql thingy... but its work for me without editing the sql item_db. for the latest luafiles u can take it from translation project.
  9. - script KickGM#woe -1,{ OnPCLoginEvent: if( !getgmlevel() || getgmlevel() >= 99 ) end; if( agitcheck() || agitcheck2() ) goto OnAgitStart; set .GMList$[ getarraysize( .GMList$ ) ],strcharinfo(0); end; OnPCLogoutEvent: for( set .@i,0; .@i < getarraysize( .GMList$ ); set .@i,.@i + 1 ) if( strcharinfo(0) == .GMList$[.@i] ) deletearray .GMList$[.@i],1; end; OnAgitStart: for( set .@i,0; .@i < getarraysize( .GMList$ ); set .@i,.@i + 1 ) atcommand "@kick "+.GMList$[.@i]; end; } try this
  10. what are you doing here...? This is not scripting request section.... this might be help u.... Google is your best friends remember: use google instead of keep asking, u are developer, dont be lazy nex time.
  11. Dont forget this ; hugel,103,144,5<TAB>script<TAB>Poring Race<TAB>882,{
  12. Hello rA, i dont know where to post this. but i got an issue with thanatos card effect. seems like from r17704 svn this effect didnt work well bonus bDefRatioAtkRace,RC_Boss; bonus bDefRatioAtkRace,RC_NonBoss; but i have fix it in my svn using ice pick effect ; bonus bDefRatioAtkClass,Class_All; huhu... i really dont know how to make a bug report...
  13. Thank Skorm for the reply... Yeah, i know mapflag could prevent this, but there is a ton of map to mapflag. case that ive stated above is just an example. btw, i will try the script its working!!! +1
  14. Hello rA, I need a script if posible that we can prevent player use @autoattack while theyre vending. The example situation is like player need to farm empty bottle and they just create a vending in the middle of the egg at anthell. If any one could help this it really be much appreciate! Sorry for my bad english...
  15. it will save at savedata folder.
  16. check your sprite name. also dont forget to put at all idnum2.txt
  17. Hihi, Kichi thank you for the reply.... i manage to make it work now.... i have thinking what you suggest above. but for an example not everyone use creamy card. Yeah what the most im afraid is messing up my server but im already backup all necessary files.... hehehe
  18. Hello rA, i dont know if im posting this in a right section because it include both side, client and server. ive got some problem, but i couldnt manage to make it work. im using 17704, client is 2012-10-04 i try to add 3rd job skill to my 2nd job. the skill appear in-game but i cant use its, seem like it have something missing. it have been 2 days and im really tired.... trying to search on .com but nothing comes up.... above is in-game, the skill appears but cant use it. below is all my all .lua files... skillinfo/skilltreeview.lua [4019] = { {"CR_CULTIVATION", 491; Pos = 5, MaxLv = 2, NeedSkillList = {}}, {"CR_SLIMPITCHER", 478; Pos = 9, MaxLv = 10, NeedSkillList = {8}}, {"CR_ACIDDEMONSTRATION", 490; Pos = 23, MaxLv = 10, NeedSkillList = {15, 22}}, {"CR_FULLPROTECTION", 479; Pos = 31, MaxLv = 5, NeedSkillList = {3, 10, 17, 24}}, {"WL_EARTHSTRAIN", 2216; Pos = 32, MaxLv = 5, NeedSkillList = {}}, {"WM_REVERBERATION", 2414; Pos = 33, MaxLv = 5, NeedSkillList = {}}, {"WM_DOMINION_IMPULSE", 2417; Pos = 34, MaxLv = 1, NeedSkillList = {}} }, skillinfoz/skillinfolist.lua [SKID.WL_EARTHSTRAIN] = { "WL_EARTHSTRAIN"; SkillName = "Earth Strain", MaxLv = 5, SpAmount = { 70, 78, 86, 94, 102 }, bSeperateLv = true, AttackRange = { 6, 6, 6, 6, 6 }, }, as you can see i already move skill require to unlock the skill. skillinfoz/skilltreeview.lua [JOBID.JT_ALCHEMIST_H] = { [5] = SKID.CR_CULTIVATION, [9] = SKID.CR_SLIMPITCHER, [23] = SKID.CR_ACIDDEMONSTRATION, [31] = SKID.CR_FULLPROTECTION, [32] = SKID.WL_EARTHSTRAIN, [33] = SKID.WM_REVERBERATION, [34] = SKID.WM_DOMINION_IMPULSE }, and below is my skill_db //Creator 4019,1,9,0,0,0,0,0,0,0,0,0,0 //NV_BASIC#Basic Skill# 4019,142,1,0,0,0,0,0,0,0,0,0,0 //NV_FIRSTAID#First Aid# 4019,36,10,0,0,0,0,0,0,0,0,0,0 //MC_INCCARRY#Enlarge Weight Limit# 4019,37,10,36,3,0,0,0,0,0,0,0,0 //MC_DISCOUNT#Discount# 4019,38,10,37,3,0,0,0,0,0,0,0,0 //MC_OVERCHARGE#Overcharge# 4019,39,10,36,5,0,0,0,0,0,0,0,0 //MC_PUSHCART#Pushcart# 4019,40,1,0,0,0,0,0,0,0,0,0,0 //MC_IDENTIFY#Item Appraisal# 4019,41,10,39,3,0,0,0,0,0,0,0,0 //MC_VENDING#Vending# 4019,42,10,0,0,0,0,0,0,0,0,0,0 //MC_MAMMONITE#Mammonite# 4019,153,1,0,0,0,0,0,0,0,0,0,0 //MC_CARTREVOLUTION#Cart Revolution# 4019,154,1,0,0,0,0,0,0,0,0,0,0 //MC_CHANGECART#Change Cart# 4019,155,1,0,0,0,0,0,0,0,0,0,0 //MC_LOUD#Crazy Uproar# 4019,226,10,0,0,0,0,0,0,0,0,0,0 //AM_AXEMASTERY#Axe Mastery# 4019,227,10,0,0,0,0,0,0,0,0,0,0 //AM_LEARNINGPOTION#Potion Research# 4019,228,10,227,5,0,0,0,0,0,0,0,0 //AM_PHARMACY#Prepare Potion# 4019,229,5,228,4,0,0,0,0,0,0,0,0 //AM_DEMONSTRATION#Bomb# 4019,230,5,228,5,0,0,0,0,0,0,0,0 //AM_ACIDTERROR#Acid Terror# 4019,231,5,228,3,0,0,0,0,0,0,0,0 //AM_POTIONPITCHER#Aid Potion# 4019,232,5,228,6,0,0,0,0,0,0,0,0 //AM_CANNIBALIZE#Summon Flora# 4019,233,5,228,2,0,0,0,0,0,0,0,0 //AM_SPHEREMINE#Summon Marine Sphere# 4019,234,5,236,3,0,0,0,0,0,0,0,0 //AM_CP_WEAPON#Alchemical Weapon# 4019,235,5,237,3,0,0,0,0,0,0,0,0 //AM_CP_SHIELD#Synthesized Shield# 4019,236,5,235,3,0,0,0,0,0,0,0,0 //AM_CP_ARMOR#Synthetic Armor# 4019,237,5,228,2,0,0,0,0,0,0,0,0 //AM_CP_HELM#Biochemical Helm# 4019,238,1,0,0,0,0,0,0,0,0,0,0 //AM_BIOETHICS#Basis of Life# 4019,243,1,244,1,0,0,0,0,0,0,0,0 //AM_CALLHOMUN#Call Homunculus# 4019,244,1,238,1,0,0,0,0,0,0,0,0 //AM_REST#Peaceful Rest# 4019,247,5,243,1,0,0,0,0,0,0,0,0 //AM_RESURRECTHOMUN#Ressurect Homunculus# //4019,392,5,228,5,0,0,0,0,0,0,0,0 //CR_ALCHEMY#Alchemy# //4019,393,5,228,6,390,2,0,0,0,0,0,0 //CR_SYNTHESISPOTION#Potion Synthesis# 4019,478,10,231,5,0,0,0,0,0,0,0,0 //CR_SLIMPITCHER#Aid Condensed Potion# 4019,479,5,234,5,235,5,236,5,237,5,0,0 //CR_FULLPROTECTION#Full Protection# 4019,490,10,229,5,230,5,0,0,0,0,0,0 //CR_ACIDDEMONSTRATION#Acid Demonstration# 4019,491,2,0,0,0,0,0,0,0,0,0,0 //CR_CULTIVATION#Cultivation# 4019,410,1,0,0,0,0,0,0,0,0,0,0 //WE_CALLBABY#Call Baby# 4019,446,1,0,0,0,0,0,0,0,0,0,0 //AM_BERSERKPITCHER#Berserk Pitcher# 4019,496,1,228,10,0,0,0,0,0,0,0,0 //AM_TWILIGHT1#Twilight Alchemy 1# 4019,497,1,228,10,0,0,0,0,0,0,0,0 //AM_TWILIGHT2#Twilight Alchemy 2# 4019,498,1,228,10,229,5,230,5,0,0,0,0 //AM_TWILIGHT3#Twilight Alchemy 3# 4019,2216,5,0,0,0,0,0,0,0,0,0,0 //WL_EARTHSTRAIN#Earth Strain# 4019,2414,5,0,0,0,0,0,0,0,0,0,0 //WM_REVERBERATION#Reverberation# 4019,2417,1,0,0,0,0,0,0,0,0,0,0 //WM_DOMINION_IMPULSE#Dominion Impulse# here i also remove the require skill to unlock the skill.... i hope there is someone could lend they hand on this.... thank before hand....
  19. i think u should try making your very own scripts...
  20. i believe there is a plenty script just like you request here. try google it... btw, google never let me down before this.
×
×
  • Create New...