Jump to content

Cyro

Members
  • Posts

    1138
  • Joined

  • Last visited

  • Days Won

    30

Everything posted by Cyro

  1. norereturn mapflag only disable go,warp,bwings,memo only as far as i know may be some of your script have OnPCDieEvent: ?? may be something like this OnPCDieEvent: if(strcharinfo(3) == "yourmap") { warp "SavePoint",0,0; } so it might be conflicting
  2. msgstringtable will be located in your grf https://github.com/ROClientSide/Translation/blob/master/data/msgstringtable.txt
  3. check you conf file id/passwords try repair/optimize your sql tables
  4. You need set proper client version in mmo.h
  5. what ever forums you are using, uploaded them in custom emoticons section
  6. you can use any pvp ladder and setlook for with headgear everytime player reach a level in pvp ladder for reference how setlook works check this link
  7. Cyro

    Custom PET

    check this thread
  8. take reputation point for your your great efforts
  9. Here you go https://github.com/rathena/rathena/wiki/Custom_Maps
  10. Best way to make duplicate items is using item_avail.txt https://github.com/nevelis/rAthena/blob/master/db/item_avail.txt
  11. You can set it by mob modes For example plant type monsters only take one damage so you can makr a monster which moves with plant mode using MD_PLANT MD_CANMOVE You can remove magical type damage with mob mode MD_IGNOREMAGIC For more details check out this link https://github.com/rathena/rathena/blob/master/doc/mob_db_mode_list.txt
  12. check this link https://github.com/rathena/rathena/wiki/Permanent_Monster_Spawn
  13. - script mvpscript -1,{ OnNPCKillEvent: if ( !getmonsterinfo( killedrid, MOB_MVPEXP ) ) end; if ( getcharid(1) ) { getpartymember getcharid(1), 1; getpartymember getcharid(1), 2; for ( .@i = 0; .@i < $@partymembercount; .@i++ ) { if ( isloggedin( $@partymemberaid[.@i], $@partymembercid[.@i] ) ) { // what happens if someone in the party member is offline =/ .@partymemberaid[.@c] = $@partymemberaid[.@i]; .@c++; } } getitem 7227, 1, .@partymemberaid[.@i]; announce "Party ["+ strcharinfo(1) +"] has killed "+ getmonsterinfo( killedrid, MOB_NAME ) +" and Party Got 1 TCG at "+ strcharinfo(3),0,0x00FF00; } else { getitem 7227, 1; announce "Player ["+ strcharinfo(0) +"] has killed "+ getmonsterinfo( killedrid, MOB_NAME ) +" and Got 1 TCG at "+ strcharinfo(3),0,0x00FF00; } end; } you can list all mini-bosses which you want to drop TCG with an array and can use OnNPCKillEvent: example OnNPCKillEvent: setarray .mobid[0],1002,1005; // boss Id's for (set .@d, 0; .@d < getarraysize(.mobid); set .@d, .@d + 1){ if (killedrid == .mobid[.@d]){ announce "Player ["+ strcharinfo(0) +"] has killed "+ getmonsterinfo( killedrid, MOB_NAME ) +" and rewarded 1 TCG at "+ strcharinfo(3), 0; getitem 7227,1; }
  14. A system like reputation leader board for "confirmed bug reports" count widget in forums may provoke people to join in the race And also providing bug tracker badges based on leaderboard might be good I don't know about the possibility of implementing such system but it would be nice if we have one
  15. G Follow this guide and add your script in proper way https://github.com/rathena/rathena/wiki/Adding-a-Script And regarding your other question there is @minimart script in script release section with callshop function
  16. any console errors? a bit more information would be helpful
  17. Cyro

    Change Download Link

    It depends on how themes coded, Some of them link those in header or footer.php Or you can just login to admin account in fluxcp and can edit pages Its totally depends on theme
  18. In trunk/conf/battle/drops.conf Find: rare_drop_announce: 0 And change the value to your mvp card drop %
  19. Error says cannot connect with server with given id password on port 3306 That means it is unable to Connect mysql server 1.You either given wrong id password in confi 2. Or the given mysql user do not have privileges to connect the database
  20. you can try this guide also poring king made some thread regarding dorem
  21. 1.Use code box, no one would like answer ur question if it looks messy 2.using code box makes forums looks clean here is the script - script mvpannounce -1,{ OnNPCKillEvent: if ( !getmonsterinfo( killedrid, MOB_MVPEXP ) ) end; // all mvp's inlcuded if ( getcharid(1) ) { getpartymember getcharid(1), 1; getpartymember getcharid(1), 2; for ( .@i = 0; .@i < $@partymembercount; .@i++ ) { if ( isloggedin( $@partymemberaid[.@i], $@partymembercid[.@i] ) ) { .@partymemberaid[.@c] = $@partymemberaid[.@i]; .@c++; } } announce "Party ["+ strcharinfo(1) +"] has killed "+ getmonsterinfo( killedrid, MOB_NAME ) +"and got Prize Medal at "+ strcharinfo(3),0,0x00FF00; } getitem 7615, 1, .@partymemberaid[.@i]; end; }
  22. - script Test -1,{ OnNPCKillEvent: setarray .mobid[0],1039,1046,1059,1086,1087,1096,1112,1115,1120,1147,1150,1157,1159,1190,1251,1252,1272,1312,1373,1388,1389,1418,1492,1511,1582,1583,1623,1630,1658,1685,1688,1708,1719,1734,1751,1768,1779,1785,1832,1871,1873,1885,2022,1096,1873,1830,1839,1307,1283,1302,1582,1093,1205,1783,1681,1120,1259,1626,1720,1920,1918,1921,1919,1833,1090,1289,1262,1203,1870,1700,1295,1320,1702,1831,1701,1755,1754,1703,1829,1710,1705,1707,1712,1711,1706,1704,1709,1204,1089,1092,1765; // Add MvP Ids set .a, 1; for (set .@c, 0; .@c < getarraysize(.mobid); set .@c, .@c + 1) if (killedrid == .mobid[.@c]) set .@s, 1; if (!.@s) end; if (.a) if ( getcharid(1) ) { if (getgmlevel() >= 1) { announce "Party ["+ strcharinfo(1) +"] has killed "+ getmonsterinfo( killedrid, MOB_NAME ) +"at "+ strcharinfo(3),0,0x00FF00; } else { if (getgmlevel() >= 1) announce "GM ["+ strcharinfo(0) +"] has killed "+ getmonsterinfo( killedrid, MOB_NAME ) +" at "+ strcharinfo(3),0,0x00FF00; } end; } }
×
×
  • Create New...