Jump to content

Kuya Jeo

Members
  • Content Count

    596
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by Kuya Jeo

  1. @@Virtue the problems here are : 1. the cause of your error is the new prontera. 2. Some files in the custom grf not reading the client ( i dont know why ) 3. I tried RagExe and it works and no error, but when i tried RagExeRE, error occur in Prontera 4. RagExe = No Korean Words | RagExeRE = All Korean ( rely on number 2 ) I don't know if nemo patcher support only RagExe and not RagExeRE
  2. Kuya Jeo

    AFK Kick

    it was in above post set .afk_timer, 1000*60; //Timer in milliseconds(Formula 1000=1second(do not change) / 60=1minute(do not change). set .Max_Idle_Time, 60*60*6; //Maximum Time for IDLE Characters (60=seconds / 60=minutes / 6=hours) just remove the set .afk_timer, 1000*60; and look like this .afk_timer, 1000; and remove set .Max_Idle_Time, 60*60*6; and look like this .Max_Idle_Time, 60*60;
  3. @@koko24 this script is for PvP purposes and Ladder Player Kills, yes it has a kill count because it has a ladder, for the guild of the player, yes i will broadcast too but player name is not included only the guild, you gonna try it
  4. Edit : check how its done, getting error in editting @N e s s Do it step by step 1. Create db in item_db2.conf { Id: 25000 AegisName: "Custom_Box_Name" Name: "Custom Box Name" Type: 2 Buy: 20 Weight: 10 Script: <" getrandgroupitem 25000,Amount; ">}, 2. Create client side iteminfo.lua [25000] = { unidentifiedDisplayName = "Custom Box Name", unidentifiedResourceName = "¿À·¡µÈº¸¶ó»óÀÚ", unidentifiedDescriptionName = { "PUT DESCRIPTION HERE", "^ffffff_^000000", "Weight :^777777 1^000000", }, identifiedDisplayName = "Custom Box Name", identifiedResourceName = "¿À·¡µÈº¸¶ó»óÀÚ", identifiedDescriptionName = { "PUT DESCRIPTION HERE", "^ffffff_^000000", "Weight :^777777 1^000000", }, slotCount = 0, ClassNum = 0 }, 3. open item_group.conf check how to setup // Structure of file:/* <Container_Item_Name>: ( "Item_Name" or ("Item_Name",Repeat_Count) )*/ Custom_Box_Name: ( ("Costume_Head_Gear1",9), ("Costume_Head_Gear2",10), )
  5. @@anjasoleil0 you're using rA right?
  6. @@evilpuncker yeah easier than eating pizza haha, @@classy5 iteminfo.lua is renewal setting, i think there is a tool that you can convert the idnum2itemdesctable idnum2itemdisplaynametable idnum2itemresnametable itemslotcounttable num2itemdesctable num2itemdisplaynametable num2itemresnametable into iteminfo.lua or .lub
  7. Kuya Jeo

    AFK Kick

    @@Yoh Asakura its working and i tried it every minute
  8. @@koko24 yes it does if you want to trigger only for castle maps, change this line of codes Find This : // add all the maps that you want this script to trigger ... all pvp and event maps perhaps ?// but if you already enable "all" maps, then can comment all these//guild_vs1 mapflag loadevent//guild_vs2 mapflag loadevent//guild_vs3 mapflag loadevent//guild_vs4 mapflag loadevent//guild_vs5 mapflag loadevent Change to this : ( change it what map you want to trigger the script ) // add all the maps that you want this script to trigger ... all pvp and event maps perhaps ?// but if you already enable "all" maps, then can comment all theseguild_vs1 mapflag loadeventguild_vs2 mapflag loadeventguild_vs3 mapflag loadeventguild_vs4 mapflag loadeventguild_vs5 mapflag loadevent Find This : setarray .maptrigger$, // only these maps will trigger this script "all", // uncomment this to allow load all maps "guild_vs1", "guild_vs2", "guild_vs3", "guild_vs4", "guild_vs5"; Change to this : ( change it what map you want to trigger the script ) setarray .maptrigger$, // only these maps will trigger this script //"all", // uncomment this to allow load all maps "guild_vs1", "guild_vs2", "guild_vs3", "guild_vs4", "guild_vs5";
  9. @@koko24 i dont provide the .wav files so I disabled the sound effects, by the way this script is working globally ( any map ) set .sound, 0; // soundeffect : 0 - disable, 1 - play soundeffect to all players on map, 2 - play soundeffect to an area around the killer, 3 - play soundeffect to killer only
  10. PVP POINTS 1.8 - Fixed Callsub error/bug - Added some features ( set adding points , deducting points and count consecutive kill in the same player ) Download Here
  11. @@koko24 then use dota pvp script
  12. try to use this https://rathena.org/board/topic/58222-ghosts-scripts-latest-ghosts-pvp-system-v13/
  13. @@Vlync here you go http://pastebin.com/hKsszjqq same link like the old one to make it work just change the red one set .itemresetreq,501; // Item Need to reset the MVP Count Status set .itemresetamount,10; // Amount of item needed to reset MVP Count Status
  14. it should be like this 24 Hours Waiting ( 1st Option ) Using Item to reset MVP Status ( 2nd Option )
  15. @@Vlync either they will wait 24 hours or use item?
  16. @@anjasoleil0 i tried to test it and this is the result, i remember when i used rA and i got the same problem like yours @@anjasoleil0 maybe try to remove this line trunk/src/map/skill.c recompile after changing [cbox] case GS_DESPERADO: if (rnd()%100 < src->val1) skill->attack(BF_WEAPON,ss,&src->bl,bl,sg->skill_id,sg->skill_lv,tick,0); break;[/cbox] put // in if (rnd()%100 < src->val1)
  17. @@classy5 try to use this ragexe, i already diff it using recommended only undiff ragexe is included Download Here
  18. @@Vlync i don't know if it will work in rA since i code it in hercules
  19. @@Virtue try to use this one, i already put 2013-08-07 ragexe + ragexe_patch http://www.mediafire.com/download/7qf8hvuj8w67qp0/NEMO-master.rar
  20. @@anjasoleil0 wrong link of the video pls put the correct url for the video so that we can see what would be the problem
  21. @@classy5 packet is not supported, did you put packet obfuscation
  22. @@Virtue i used 2013-08-07 but its working and i used langtype 1
  23. @@Bringer [cbox]- script plugandplay -1,{ if ( (getmonsterinfo( killedrid, MOB_MVPEXP )) && ( strcharinfo(3) == "bossnia01" || strcharinfo(3) == "bossnia02" || strcharinfo(3) == "bossnia03" || strcharinfo(3) == "bossnia04") ) { set #CASHPOINTS, #CASHPOINTS+100; end; } }[/cbox]
  24. VIP MVP Summoner - Enable to summon any MVP you want - MVPs are classified or categories as : - Normal MVP / Rare MVP / LHZ MVP - You need to configure the some SET script to make it work if you want to customize it Rules : 1. Do not claim ( This script is made by Plug and Play ) 2. Do not removed the credit in the top 3. Do not Sell it, this is a free script release 4. You can add additional features if you want 5. Do like us in our Facebook Page Click Here to Download Preview of the Script
  25. @@Lunohod please use english translated ; Hello everyone who has a cell stack wings and covers please give a link
×
×
  • Create New...

Important Information

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