Jump to content

stydianx

Members
  • Posts

    390
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by stydianx

  1. Im using these client date, i downloaded my lua files in this link: http://svn6.assembla.com/svn/ClientSide/Lua_Project/lua%20files/ is this lua file isn't updated? or do i need to lower my client date?
  2. im using the latest SVN and my client date is 12-03-14.. do you think i need to change my client?
  3. Im creating a new server, but i got stuck on an error.. this is the 1st time i have seen these errors.. usually, the errors i see is "hotkey.lua" but this is "resethotkey".. any idea guys?
  4. meron ako tatlong problema mga kaibigan, patulong naman ) eto po ang larawan ng aking problema.. na download ko na yung mga bagong lua files, pero ayaw parin gumana..
  5. master, may i know what is the difference if i put this on db/pre-re instead of db/re?
  6. the one in the bottom is already set to 5 hours.. and yes, it is possible for you to change the time.. if you want it to be in 2 hours, calculate how many ms there is in 1 sec.
  7. I have a question.. well i wanted to add a custom BGM to my maps, and i wanted to add Cannon rock as a BGM to prontera.. can this be done? if yes, may i also ask how?
  8. san ba makikita yung mga latest na lua files?
  9. hmmm.. in-game meron nang ganitong items, such as: summer suit 12260 santas bag 12132 pag sinuot mo tong gamit na toh, hindi ka makakapag skill, hindi ka rin makakahit.. pero merong time limit of 10min.
  10. i send you a PM.. read it..
  11. be more detailed.. give us definition to what is your problem, besides that file
  12. try looking again, but this time, follow this: go to Data then lua files then data info there you will see what you are looking for
  13. stydianx

    DoTA Runes

    yeah.. im having the same problems like this too..
  14. adding custom NPC's: put file in trunk/npc/custom then update your athena-custom by puting <filename>.txt else.. somethings wrong with your script.. if you can let me see your script, i might be able to edit it for you or look if theres something wrong..
  15. LOL! here is an attachment file of euphys script, maybe you forgot to add tabs or something.. but yeah, you can search for stuff next time.. all credits to the master /no1 woe_controller.txt
  16. nag kakaruon din ako ng ganitong problema, ang ginagawa ko nlng is, delete character.. then alalahanin nya kung anu ung mga items sa inventory nya, pag tapos nito, isa isahin nyo yung mga gamit na yun gamit ang isang test character.. pag napag tanto nyo na yung gamit, burahin nyo nlng sa DB or ayusin mo ung accname.lua at ibang files na kinakailangan sa structure ng isang item.. then, pag naayos mo na lahat, bigyan mo sila(lahat ng players mo) ng panibagong GRF, dahil kung hindi, pag nakakuha sila ng gamit na yun, lahat kayo mag eeror..
  17. go to this link: http://rathena.org/wiki/Custom_Items then look for these lines: Type: Purpose of the item. - iin this case, use 5 Job: Which jobs this item is available for. Values below can be combined to achieve availability for multiple job classes, i. e. 0x2|0x4 -> 0x6 (Swordman+Mage) - use this: 0xFFFFFFFE Upper: Specifies whether the item can be used by normal, baby or reborn classes. Values below can be combined, i. e. 1|4 -> 5 (Normal+Baby Classes) - use 2 Loc: Equipment location of armor and arrow-type items. Values below can be combined, i. e. 136 would indicate both accessory slots (typical value for accessories). - for wings, its usually used as a mantle, so use 4.. if you want it as a head gear, use 256.. you can also add numbers: i.e lower headgear(1) + upper headgear(256) + mid headgear(512) = 769, this will use all equip sockets in equip menu. View IDs, Having A Custom Item Without Xray this part is up to you. read carefully and double check..follow the tutorial..
  18. can i request for a part of the script here? i would like to ask what code(s) are used on creating evil clone on map when player is spawned? not the whole one, just the part said above.
  19. I didn't get to post here when i was new hope it's still not too late for this! Hi everyone! /lv im Stydianx, played iRO and pRO from 2007 till now
  20. go to: trunk/src/common/mmo.h look for this line: #ifndef PACKETVER #define PACKETVER 20091113 change the date to the one you are using, dont copy the whole name, just the number but remove the "-" so it will look something like this: 20110315. give us more print screen on how you server monitor looks like so we can define the problem more accurately.
  21. re-watch sharpie's video, and recall if you did everything he said.. there is a part of his video where he forgot about something and he just posted it as a pop up..
  22. here's in my accname.lua what's the problem here? [ACCESSORY_IDs.ACCESSORY_Red_Fairy_Wings] = "Fairy_Wings" [ACCESSORY_IDs.ACCESSORY_Rastafari_Fairy_Wings] = "Rastafari_Fairy_Wings" [ACCESSORY_IDs.ACCESSORY_New_Black_Fairy_Wings] = "New_Black_Fairy_Wings" [ACCESSORY_IDs.ACCESSORY_New_Blue_Fairy_Wings] = "New_Blue_Fairy_Wings" [ACCESSORY_IDs.ACCESSORY_New_Dark_Blue_Fairy_Wings] = "New_Dark_Blue_Fairy_Wings" [ACCESSORY_IDs.ACCESSORY_New_Dark_Cyan_Fairy_Wings] = "New_Dark_Cyan_Fairy_Wings" [ACCESSORY_IDs.ACCESSORY_New_Dark_Gold_Fairy_Wings] = "New_Dark_Gold_Fairy_Wings" [ACCESSORY_IDs.ACCESSORY_New_Dark_Green_Fairy_Wings] = "New_Dark_Green_Fairy_Wings" [ACCESSORY_IDs.ACCESSORY_Red_New_Dark_Purple_Fairy_Wings] = "New_Dark_Purple_Fairy_Wings" [ACCESSORY_IDs.ACCESSORY_New_Dark_Red_Fairy_Wings] = "New_Dark_Red_Fairy_Wings" [ACCESSORY_IDs.ACCESSORY_New_Gold_Fairy_Wing] = "New_Gold_Fairy_Wings" [ACCESSORY_IDs.ACCESSORY_New_Green_Fairy_Wings] = "New_Green_Fairy_Wings" [ACCESSORY_IDs.ACCESSORY_New_Purple_Fairy_Wings] = "New_Purple_Fairy_Wings" [ACCESSORY_IDs.ACCESSORY_New_Red_Fairy_Wings] = "New_Red_Fairy_Wings" [ACCESSORY_IDs.ACCESSORY_New_White_Fairy_Wings] = "New_White_Fairy_Wings" downloading SPR CONVIEW. there's your problem.. you forgot to place coma's... here you go, copy this and replace what you have, then tell me if its still not working.. [ACCESSORY_IDs.ACCESSORY_Red_Fairy_Wings] = "Fairy_Wings", [ACCESSORY_IDs.ACCESSORY_Rastafari_Fairy_Wings] = "Rastafari_Fairy_Wings", [ACCESSORY_IDs.ACCESSORY_New_Black_Fairy_Wings] = "New_Black_Fairy_Wings", [ACCESSORY_IDs.ACCESSORY_New_Blue_Fairy_Wings] = "New_Blue_Fairy_Wings", [ACCESSORY_IDs.ACCESSORY_New_Dark_Blue_Fairy_Wings] = "New_Dark_Blue_Fairy_Wings", [ACCESSORY_IDs.ACCESSORY_New_Dark_Cyan_Fairy_Wings] = "New_Dark_Cyan_Fairy_Wings", [ACCESSORY_IDs.ACCESSORY_New_Dark_Gold_Fairy_Wings] = "New_Dark_Gold_Fairy_Wings", [ACCESSORY_IDs.ACCESSORY_New_Dark_Green_Fairy_Wings] = "New_Dark_Green_Fairy_Wings", [ACCESSORY_IDs.ACCESSORY_Red_New_Dark_Purple_Fairy_Wings] = "New_Dark_Purple_Fairy_Wings", [ACCESSORY_IDs.ACCESSORY_New_Dark_Red_Fairy_Wings] = "New_Dark_Red_Fairy_Wings", [ACCESSORY_IDs.ACCESSORY_New_Gold_Fairy_Wing] = "New_Gold_Fairy_Wings", [ACCESSORY_IDs.ACCESSORY_New_Green_Fairy_Wings] = "New_Green_Fairy_Wings", [ACCESSORY_IDs.ACCESSORY_New_Purple_Fairy_Wings] = "New_Purple_Fairy_Wings", [ACCESSORY_IDs.ACCESSORY_New_Red_Fairy_Wings] = "New_Red_Fairy_Wings", [ACCESSORY_IDs.ACCESSORY_New_White_Fairy_Wings] = "New_White_Fairy_Wings", Also check your item_db2.. your server monitor shows it.. you have wrong format for OnEquip column.. its usually left blank.. here is the format, count the columns then edit. ID,Name,Name,Type,Price,Sell,Weight,ATK,DEF,Range,Slot,Job,Upper,Gender,Loc,wLV,eLV,Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script } this is the part where you put your scriipts (i.e. bonus atkRate,10) { Script }
  23. Okay thanks.. another lesson learned option number 2 seems to be the fastest way.. go for it dude!
×
×
  • Create New...