Jump to content

Elsa Mist

Members
  • Posts

    387
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Elsa Mist

  1. - script LevelAnnouncer -1,{ OnPCBaseLvUpEvent: set .@rewards$,909; //your rewards IDs here if(BaseLevel == 60) { getitem .@item$,1; announce ""+strcharinfo(0)+" have reach level 60 and received "+getitemname(.@rewards$+ !"; end; } if(BaseLevel == 70) { getitem .@item$,1; announce "Congratulation "+strcharinfo(0)+"have reach level 70 and received "+getitemname(.@rewards$+ !"; end; } if(BaseLevel == 80) { getitem .@item$,1; announce "Congratulation "+strcharinfo(0)+"have reach level 80 and received "+getitemname(.@rewards$+ !"; end; } if(BaseLevel == 90) { getitem .@item$,1; announce "Congratulation "+strcharinfo(0)+"have reach level 90 and received "+getitemname(.@rewards$+ !"; end; } if(BaseLevel == 99{ getitem .@item$,1; announce "Congratulation "+strcharinfo(0)+"have reach level 99 and received "+getitemname(.@rewards$+ !"; end; } } Tested and working perfectly with me
  2. - script LevelAnnouncer -1,{ if(BaseLevel == 60) { getitem 909,1; announce ""+strcharinfo(0)+" have reach level 60!"; end; } if(BaseLevel == 70) { getitem 909,1; announce "Congratulation "+strcharinfo(0)+"have reach level 70!"; end; } if(BaseLevel == 80) { getitem 909,1; announce "Congratulation "+strcharinfo(0)+"have reach level 80!"; end; } if(BaseLevel == 90) { getitem 909,1; announce "Congratulation "+strcharinfo(0)+"have reach level 90!"; end; } if(BaseLevel == 99{ getitem 909,1; announce "Congratulation "+strcharinfo(0)+"have reach level 99!"; end; } } if like this will work ? yes it can work like that. BTW, why dont u just give it a try? its not that hard i believe though.
  3. dont know if it works, u can just give it a try - script LevelAnnouncer -1,{ if(BaseLevel == 60) { announce ""+strcharinfo(0)+" have reach level 60!"; end; } if(BaseLevel == 70) { announce "Congratulation "+strcharinfo(0)+"have reach level 70!"; end; } if(BaseLevel == 80) { announce "Congratulation "+strcharinfo(0)+"have reach level 80!"; end; } if(BaseLevel == 90) { announce "Congratulation "+strcharinfo(0)+"have reach level 90!"; end; } if(BaseLevel == 99{ announce "Congratulation "+strcharinfo(0)+"have reach level 99!"; end; } }
  4. yeah, its easy to do that. First, create folder in your directory /public_html/download. Put you small/full client in that folder. Then go where you put this 'Click here to Download AbyssRO Client' change the link into this http://www.abyssro.com/download/yourSmall/FullClientName.rar/zip/7zip
  5. have u update your GIT?
  6. you might want to read this. https://github.com/rathena/rathena/blob/master/db/re/item_trade.txt or *TradeMask: Testrictions the item will have, such as being dropped, stored or traded. These values can be combined to achieve multiple effects. 1:Item can't be dropped 2:Item can't be traded (nor vended) 4:Item can only be traded with wedded partner 8:Item can't be sold to NPCs 16:Item can't be placed in the cart 32:Item can't be placed in the storage 64:Item can't be placed in the guild storage
  7. yourmap mapflag bexp 1000 yourmap mapflag jexp 1000
  8. have you try to put at the cardprefixnametable.txt & cardpostfixnametable.txt?
  9. yeap it is possible with hard-coded in your client to read different files.
  10. http://lmgtfy.com/?q=dota+pvp+ladder+rathena http://lmgtfy.com/?q=mvp+rank+rathena Thanks sir but i cant find any pvp ladder in a specific map..for example in guild_vs3 only player kill in that particular map would be count..sry for my bad english http://lmgtfy.com/?q=dota+pvp+ladder+rathena That is what the script can do. You can create multiple ladder with a diffrent SQL table.
  11. http://lmgtfy.com/?q=dota+pvp+ladder+rathena http://lmgtfy.com/?q=mvp+rank+rathena
  12. data/luafiles514/lua files/datainfo/jobname.lub change [jobtbl.JT_WARPNPC] = "1_ETC_01", to [jobtbl.JT_WARPNPC] = "spritenameyouwant", It don't work, i replaced it with another spritename. Change your trans job full level aura. could you pls give me some more details? http://supportmii.com/ro1/JudasBible.pdf
  13. data/luafiles514/lua files/datainfo/jobname.lub change [jobtbl.JT_WARPNPC] = "1_ETC_01", to [jobtbl.JT_WARPNPC] = "spritenameyouwant", It don't work, i replaced it with another spritename. Change your trans job full level aura.
  14. I am using that lua, it is actually lub files. previously i have the problem as u are as i use 2012 client. for use the skill I think you will be need 2013 client.
  15. Thx judas ill look into that I am using the ramod but it supports till kagerou oboro only :/ Latest rAmods support rebellion yeap its support rebellion...
  16. Thanks man you are so kind. I like the fact that you bothered to help me even if I'm a complete newbie. Why dont you go find a hosting company that do ragnarok online host? they will do everything for you and assist, i believe.
  17. let me guess, hercules using rathena script?
  18. Skill Tree Download this file and put it in your data.grf http://www.mediafire.com/download/zdnb0d16021vyxh/Skill_Tree_Lua_20120410.7z
  19. There is a TON of dead server in Server Advertise section. Why dont someone go and clean it up...?
  20. Zodat je mij nooit meer vergeet....

    1. Show previous comments  1 more
    2. Elsa Mist

      Elsa Mist

      Its Dutch Azura. :P

    3. Azura Skyy

      Azura Skyy

      But you speak Malay primarily and I'd be able to speak with you and Emistry for starters

    4. Elsa Mist
  21. can you be more specific? error at you console?
  22. bonus bAllStats,3; bonus2 bSubRace,RC_DemiHuman,1,(getrefine()/1); oh didnt see it have been solved. Put this thread as SOLVED please...
×
×
  • Create New...