Jump to content

adrian26v2

Members
  • Content Count

    35
  • Joined

  • Last visited

Everything posted by adrian26v2

  1. hi is there an update for not bypassing the mapflag nowarpto and nowarp Thankyou if(player is at guild_vs5) { disable gobind ?? }
  2. i want to make all forge item is still slotted example blade[4] after forging Very Very Very Strong Fire Blade[4] you can still equip a card there
  3. sir emistry thankyou for this sir can you set it every 3hours before the npc can show again ?
  4. help to make this script every 3-hours NPC will be available again Broadcast if the room is available, to notify the players if the summon room is already available. Requirements to Summon Thanatos are the 4 Fragments: Agony, Despair, Sorrow, Hatred. Only 1 player can enter. help me please
  5. That error means ,on that file, line 9, there's some constant(var) used which is not defined and cannot get value of it(thus nil), and it cannot assign nil to anything. sir can you give a link of latest luafiles514 ?
  6. i added sprEdit on my grf. and convert lua to lub i also tried lua on it but nothing happen
  7. where can i change the facebook link at ratemyserver link?
  8. my server is 99/70 with 99 int = 296 + 500 matk no items on equip how to fix this??
  9. hi how can i make a new user in phpmyadmin and they can't see the other tables for example user1: have a ragnarok table then i create "user2" using my root account then after i create "user2 account" i want user2 account to don't see the user1: tables and also the root table's thankyou!
  10. can you give me the main script sir THANKS why its not working the changebase class; <"changebase 4060;"> <"changebase Class;"> <"bonus bAllStats,150000;">
  11. can you give me the main script sir THANKS
  12. how to translate this to itemdb of hercules changebase roclass(eaclass()|EAJL_THIRD); changebase Class; here is the original topic : https://rathena.org/board/topic/65109-3rd-job-suit-item/
  13. thanks it works now Muaaah :*
  14. npc/guild/agit_main.txt announce " WOW!! " + strcharinfo(0) + ", conquered [" + getcastlename(strnpcinfo(2)) + "] castle for [" + getguildname(.@GID) + "] guild!",bc_all|bc_woe; Help why its not broadcasting the player who broke emperium
  15. how to disable 4 seconds delay on ygg berry??? where i can find it
  16. FIXED rename all the "GetPartyName" to small letters"getpartyname"
  17. OnPCLoadMapEvent:if( reborncount == 3 prtg_cas03 ){mes "Sorry only reborn 0,1 and 2 are can enter this map"; i have an reborn system on my ro and i want to make if the player have 3 reborn and up he can't enter to prtg_cas03 can anyone help me?
  18. You can enable or disable the cash / item in file db/item_vending.txt 5.PNG Vending title can be looks like: "[ITEM_ID] name" 2.PNG Version 1.8 preview: 3.PNG db/item_vending.txt Modify your client data files: idnum2itemdisplaynametable.txt idnum2itemresnametable.txt Ragexe 2013 ( haven't tested it with Ragexe 2012 ) System/Iteminfo.lub or System/Iteminfo.lua Update: item_db2.txt should be: Creator: Lilith Modified by: dastgirpojee and quesoph *Warning: It will not work with auto trade persistency. Hercules Rev 14041. Extended Vending System Hercules Rev 14041.patch sir is this ok for revision 14359M??
  19. how i can make all monster on ragnarok online droprate is 10% all drop of a monster,miniboss and mvp
  20. OnTimer6000:set @minute, @minute + 1;//Check for 1 Minuteif(@minute == 60){ set @minute,0; set .@point_amt, 10; //Points to get every hour (default: 10) set #KAFRAPOINTS, #KAFRAPOINTS + .@point_amt; dispbottom "You received "+.@point_amt+" Kafrapoints by staying ingame for 1 hour"; dispbottom "Current Balance = "+#KAFRAPOINTS+" Kafrapoints"; set @consecutive_hour, @consecutive_hour + 1; }//Check for 12 hours consecutive if(@consecutive_hour == 12) { set @consecutive_hour,0; set .@cpoint_amt, 50; //Points to get for 12 Consecutive hours (default: 50) set #KAFRAPOINTS, #KAFRAPOINTS + .@cpoint_amt; dispbottom "You receive "+.@cpoint_amt+" Kafrapoints in playing for 12 consecutive hours"; dispbottom "Current Balance = "+#KAFRAPOINTS+" Kafrapoints"; }stopnpctimer;initnpctimer;end; can anyone convert it the erros was OnTimer
  21. yes im using pre-re config but it always missing the stats i buy when i reset my statspoint
  22. // Set to yes to use the new stats point table. This includes the cost of each stat point.// NOTE: If you set it as yes, the server'll read statpoint_renewal.txt instead of statpont.txt at startup or reloadpcdb.use_renewal_statpoints: no where can i edit my server like that ?my server is 255/120 and have and stats seller everytime i reset my stats . the stats i buy from stats seller is removing ? how can i fix this thanyou so much!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.