Jump to content

Cydh

Developer
  • Posts

    2285
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by Cydh

  1. Cydh

    Item Bonus

    item_id,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,{ callfunc MyEquip,123;},{},{} function script MyEquip { if(getarg(0) == 123) { bonus bla bla bla; bonus bla bla bla; bonus bla bla bla; bonus bla bla bla; bonus bla bla bla; .................. bonus bla bla bla; } } .....?
  2. try ask it here. http://rathena.org/board/topic/78975-autopots/ maybe @goddameit will solve it
  3. Cydh

    Item Bonus

    what's wrong? any SS about it? or ever you try use with callfunc EquipFunc; after you make script function for your equip?
  4. checkoutnya pke link ini gan https://subversion.assembla.com/svn/ClientSide/Translation_Project/renewal%20data/
  5. update rev.1, wrong line placement that won't show the actual item_id that put on/off
  6. link translation yg ane kasih di komentar awal, dah ente coba gan? itu translation ke English
  7. update SVN -> check and edit the conflicts -> save the edited conflicts -> mark as resolved -> recompile your server. not only do, update SVN -> recompile your server.
  8. attachmentnya ga bisa dibaca, diklik kagak mau.. ahaha client baru 2012++ kl g slh, trmasuk yg ane kasih, dia baca folder System bwt kek hasil setup (resolusi dkk), sama item data yg dlu pke num2-bla-bla.txt bacanya dr System\Iteminfo.lub. setupnya kalo ane pke BlueGhostSetup itu bawah, pin-code system itu gan klao mw disable, conf\char_athena.conf pincode_enabled: yes
  9. letak lub sama kek lua taronya.. ceknya. pke ShinsDiffPatcher/WeeDiffPatcher trus open filenya, prasaan ntr di title bar aplikaisnya kluar versinya klo ga salah.. ane pernah nge-diff 2012-04-18a, ni klo bisa gan. xD click me
  10. you can use OnEquip Script on item_db, right? edit the LKH script. xD may you try it? haha actually, I don't really know this is usefull or not. LOL *I just realized, if I make a quest that ask player to use certain item, I can edit the item_db on { OnEquip Script }. LOL*
  11. How if rA implements new system, give a look of that system works? example, for latest systems are Channel System (on r17228) and Cash Shop Support (on r17242) or Wiki about them, if anyone contribute them. xD #CMIIW
  12. OnPutOnEquip and OnPutOffEquip special label btw, if you ask player to use certain item, example 5013, why don't edit the scirpts on item_db?
  13. Requested on: Request for PCOnEquipEvent: & PCOnUnEquipEvent: yes, can you do it for me please? I don't know this is usefull or not, there is a share before or not, I don't know. How it's working? Samples OnPutOnEquip: test-onputonequip.txt - script PutOnEquip -1,{ OnPutOnEquip: message strcharinfo(0),"You put on "+getitemname(puton)+"(ID: "+puton+")"; end; } OnPutOffEquip: test-onputoffequip.txt - script PutOffEquip -1,{ OnPutOffEquip: message strcharinfo(0),"You put on "+getitemname(putoff)+"(ID: "+putoff+")"; end; } Download Rev.1: OnPutOn-OffEquip-rA-svn17245-rev1.patch Initial Release: OnPutOn-OffEquip-rA-svn17245.patch *I'm really don't know if this is useful or not. LOL but at least, we will know what item that is put on/off by player. *
  14. lub = hasil compile dr lua, jadi lua bisa dibaca+edit. ya klo offline bwt tes-tes, ya enak disebar filenya gan. sesuain sama client exe agan, tapi ane pke client RagexeRE 2014-04-18a, tapi kalo offline ane file lub ama luanya pke yg trakhir. hahaha
  15. amannya kalo renewal, checkout aja dari sini untuk folder translation http://trac.assembla.com/ClientSide/browser/Translation_Project/renewal%20data?order=name itu lua, klo bwt file dasar, bisa pke lub dlu aja, tapi dah bener itu kok. (http://trac.assembla.com/ClientSide/browser/Lua_Project/lubs) folder system jgn lupa, client2 baru baca setingan dr folder System (http://trac.assembla.com/ClientSide/browser/Lua_Project/System)
  16. Cydh

    Refine Bonus

    @@icabitthank's anyway it could be OK too if you want to edit it @@pr3pfine bro, just busy with mid-term @@Blazing Spear how if 4,1,{ switch(getiteminfo(getequipid(EQI_HAND_R)),14){ case 0: /*bonus here*/ break; case 1: /*bonus here*/ break; case 2: /*bonus here*/ break; case 3: /*bonus here*/ break; case 4: /*bonus here*/ break; ......... case 22: /*bonus here*/ break;} } didn't try yet. or maybe later will make an option [<weapon_type>], if it's really needed Type,RefineNumber,{ Script }[,<weapon type>]
  17. Bahasa Indonesia is updated for svn17232 msg number 1040
  18. Cydh

    Refine Bonus

    @icabit, thx. didn't try until +20 yet. LOL
  19. which link did you click? You should download for svn17233, I've try it, no error for sure.
×
×
  • Create New...