Jump to content

Shiodevs

Members
  • Posts

    50
  • Joined

  • Last visited

Everything posted by Shiodevs

  1. I'm going to assume you only changed it in the conf file. Did you edit the Source for this?
  2. There is already a script like this.............. From what i remember all you do is change the currency to a varible like #vote4points or something. Sorry for the bland response i'm in a rush! I lied here is the script. https://rathena.org/board/topic/101658-feeftys-vote-for-points-used-in-pointshop/#entry288529
  3. You can replace the button in grf with transparent 1x1 pixel ( very rare to hit such a small pixel on accident ) or yes just use 2012.
  4. 2013-08-07 is good but has cash shop, if you want RE client use 2012-04-10
  5. item_noequip.txt 2607,6 // ClipID conf/mapflag/restricted.txt "map_name"<TAB>mapflap<TAB>restricted 6
  6. What errors? 2010 is very clean for me. C++ Express. running win8.1
  7. Hmm but in Sql, There is an Update folder also. Did you apply that specific sql file?
  8. Have you enabled it in core.h? // Uncomment to enable VIP system. #define VIP_ENABLE <---? Have you edited the following? Update your SQL table with upgrade_20131118.sql? added any custom additions with VIP?
  9. Search is golden man. http://www.phpeasystep.com/phptu/9.html https://rathena.org/board/topic/60438-flux-cp-online-status-with-user-online-counter/ https://rathena.org/board/files/file/2339-fluxcp-addson-server-online-users-highest-peak
  10. Okay so if normal account = no msg where? On Login? You said if the acccount is a GM Account it says: So Don't use a GM Account? Try to elaborate more... No Msg i don't think is anything to do with this. That may be totally client side relation. Okay so i have some questions? What account lvl is VIP? Are you / Have you edited the group level? Does it work normally with lvl 0 / 99 account?
  11. Usually ASCII Due to thats what extracted data usually is.. You can tell by looking at your grf. It also explains it in several other topics, along with on Thor Patcher. which is what im guessing this is about?
  12. I'm looking to increase damage to all mob types except Demi human
  13. bonus2 bAddRace,RC_NonDemiHuman,50;?
  14. I've been testing a good bit and no luck, How could i increase damage to all mobs except MvP / Or Demi Human?
  15. //= MvP Rank Improved v1.0 //= --- //= This Rank will count every MvP you kill, //= to be more clear, will count every mob //= defined inside the array ".mobid[0]", //= so, if you add the poring ID will count in the rank //= you can modify and ad miniBoss because this array //= only have all MvPs, that's the idea, only MvPs... //= --- - script Rank MvP -1,{ OnInit: // Script Configuration setarray .mobid[0],1511,1647,1785,1630,1399,1039,1874,2068,1272,1719,1046,1389,1112,1115,1957,1418,1871,1252,1768,1086,1688,1646, 1373,1147,1059,1150,1956,2022,1087,1190,1038,1157,1159,1502,1623,1650,1583,1708,1312,1751,1685,1648,1917,1658; // MvP Ids set .a, 0; // Broadcast who killed the MvP and wich MvP and wick Map [0 Off - 1 On] set $@top, 10; // Max. Top Rank (Hihgly recommended between 5~10, more maybe bug the server (limited variables) end; OnNPCKillEvent: // Script execution for (set .@c, 0; .@c < getarraysize(.mobid); set .@c, .@c + 1) if (killedrid == .mobid[.@c]) set .@s, 1; // If a MvP if (!.@s) end; if (.a) // If announce On announce "The user [" +strcharinfo(0) +"] has killed a [" +getmonsterinfo(killedrid,0) +"] in the map [" +strcharinfo(3) +"]",bc_blue|bc_all; set MvP, MvP + 1; callfunc ("MvPRank",MvP,strcharinfo(0)); end; } // End Script prontera,147,166,3 script MvP Ranking 857,{ mes "[ MvP Rank Top " +$@top +" ]"; for (set .@c, 0; .@c < $@top; set .@c, .@c + 1) mes "^996600" +(.@c + 1) +"^000000: ^006699" +getd("$topmvp" +.@c +"$") +"^000000 with ^00AA00" +getd("$topmvp" +.@c) +"^000000 MvP killed."; close; } // End if function script MvPRank { set @mvptotal, getarg(0); set @nomb$, getarg(1); for (set .@c, 0; .@c < $@top; set .@c, .@c + 1) { if (@mvptotal >= getd("$topmvp" +.@c)) { if (strcharinfo(0) == getd("$topmvp" +.@c +"$")) { setd "$topmvp" +.@c, @mvptotal; setd "$topmvp" +.@c +"$", @nomb$; return; } else { if (getd("$topmvp" +(.@c + 1) +"$") == "") { setd "$topmvp" +.@c, @mvptotal; setd "$topmvp" +.@c +"$", @nomb$; return; } else { setd "$topmvp" +(.@c + 1), getd("$topmvp" +.@c); setd "$topmvp" +(.@c + 1) +"$", getd("$topmvp"+.@c+"$"); setd "$topmvp" +.@c, @mvptotal; setd "$topmvp" +.@c +"$", @nomb$; return; } // End if } // End if } // End if } // End loop return; } // End function Here you go =D. Credit = ??
  16. prontera,165,197,3 script PvP Warper 97,{ mes "[PvP Warper]"; mes "Hello, Would you like to PvP?."; menu "Bring it on!",L_Yes,"No Thanks.",L_No; L_Yes: mes "[PvP Warper]"; mes "Which PvP Arena do you want to enter?"; menu "PvP Arena 1 [" + getmapusers("guild_vs3") + " / 50]",L1, "PvP Arena 2 [" + getmapusers("guild_vs5") + " / 50]",L2, "PvP Free For All [" + getmapusers("pvp_y_1-2") + " / 50]",L3; L1: if (getmapusers("guild_vs3") > 49) goto Lsorry; warp "guild_vs3",0,0; close; L2: if (getmapusers("guild_vs5") > 49) goto Lsorry; warp "guild_vs5",0,0; close; L3: if (getmapusers("pvp_y_1-2") > 49) goto Lsorry; warp "pvp_y_1-2",0,0; close; Lsorry: mes "[PvP Warper]"; mes "Sorry but this PvP Arena is full, maybe you could try another one."; close; L_No: close2; OnInit: delwaitingroom; waitingroom "PvP Warper",0; } //mapflags
  17. https://rathena.org/board/topic/58222-ghosts-scripts-latest-ghosts-pvp-system-v13/
  18. That means you have incorrect version on your clientinfo in grf / data folder. change it to 30.
  19. Disable packet obfuscation in /src/config/core.h /// Comment to disable the official packet obfuscation support. /// When enabled, make sure there is value for 'packet_keys' of used packet version or /// defined 'packet_keys_use' in db/[import/]packet_db.txt. /// This requires PACKETVER 2011-08-17 or newer. //#define PACKET_OBFUSCATION
  20. Then why don't you remove those monsters from the quest? My assumption would be not to use mobs that are spawned in packs / small areas/ mvp slaves.
  21. Try 0, and make sure your clientinfo is the same name as the loading in your grf / data folder. also make sure they are both spelled correctly. Not another explanation really..Maybe ur client is Read data folder first? and you have a client info there?
  22. http://www.linfo.org/source_code.html Google is your best option in this. also the link i posted for C++, There is several sites like that. Just apply you're self. Programming can be frustrating. So don't give up easily. AQ
×
×
  • Create New...