Jump to content

Yugosh

Members
  • Posts

    65
  • Joined

  • Last visited

Everything posted by Yugosh

  1. hai at_afk.txt what should i do to fixed this script. thanks
  2. yeah sure we need to upgrade php version 7+ thanks @Akkarin
  3. hai can i get a little tutor why the navbar doesnt exist. thanks
  4. i change it with main menu lol idk how to fix the login button
  5. cant login idk how to fix it recaptcha alrdy enable from (google) too... thanks i hope next update will fix it ? need update from @Hurtsky
  6. how to fix player peak? i think didnt work verywell. only show 0 (zero) thanks dude
  7. friends, I want to ask the problem of browedit. after i finished edit i want to upload ingame. I have compiled map_cache.dat and map_index.txt and maps.txt in conf section. I also have uploaded to default.grf I login in-game and @warp maintown does not appear error and client not responding then close the program. I tried uploading a custom folder and it worked. can someone help ? thanks ps: i use browedit ver. 586
  8. Hello, i want request script or npc for example 1 Costume Wings i will open bet 10 Proof of donation. all player can bet in. and the highers bet will win. and the npc control by GM. not auto. thanks
  9. I want to create a command if the player using command autoloot in town that I want, and they forced to warp into main town. because I want to keep it fair when getting drop the items in the city. I do not want to disable autoloot commands in game. Thank you very much.
  10. - script pagi -1,{ end; OnClock0600: atcommand "@day"; end; } - script malam -1,{ end; OnClock1800: atcommand "@night"; end; }
  11. Thanks for your relpy / help but its no work have u another ? Thanks for reply / help but its also no work have u another too? if GM Level 99 not announce but if player it will announce the script. thanks who can help it. Here, tested and working: //--------------Script by : Akbar'e--------------------- //---------------http://forum.akbare.com---------------- // Thanks to // ROCREW //======================================================= - script login -1,{ OnPCLoginEvent: if (getgmlevel() < 98) { announce "Welcome , [ "+strcharinfo(0)+" ] | Play get u'r Friends and Love.",bc_yellow|bc_all; } else { close; } } Thanks it works now. +1 and Solved mark
  12. Thanks for your relpy / help but its no work have u another ? Thanks for reply / help but its also no work have u another too? if GM Level 99 not announce but if player it will announce the script. thanks who can help it.
  13. hello guys, i need some helps , how to edit if this scripts. //--------------Script by : Akbar'e--------------------- //---------------http://forum.akbare.com---------------- // Thanks to // ROCREW //======================================================= - script login -1,{ if (getgmlevel() == 0) goto OnPCLoginEvent; OnPCLoginEvent: announce "Welcome , [ "+strcharinfo(0)+" ] | Play get u'r Friends and Love.",bc_yellow|bc_all; close; } i mean is if gm = 99 not go to OnPCLoginEvent *or not do anything just skip GM id then player go to OnPCLoginEvent sorry my bad english thanks
  14. didnt work ! and &topmvp% i didnt see it on global_reg_value
  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 "El usuario [" +strcharinfo(0) +"] ha matado un [" +getmonsterinfo(killedrid,0) +"] en el mapa [" +strcharinfo(3) +"]",bc_blue|bc_all; set MvP, MvP + 1; callfunc ("MvPRank",MvP,strcharinfo(0)); end; } // End Script prontera,147,171,5 script MvP Rank 405,{ mes "[^FF0000MvP ^0000FFRank ^00FF00Top ^FF0000" +$@top +"^000000]"; for (set .@c, 0; .@c < $@top; set .@c, .@c + 1) mes "Top ^FF0000" +(.@c + 1) +"^000000 ^0000FF" +getd("$topmvp" +.@c +"$") +"^000000 with ^FF0000" +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 Guys, can i know how to reset rank on this script ? sory bad english
  16. chris I desperately need your ranking guild script but I am having a problem here and not get its solution please its support. I use eAthena 15241M
  17. its results like this.... whether it does not appear? thanks and also its effect does not appear?
×
×
  • Create New...