Jump to content

Linne

Members
  • Content Count

    19
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    Linne reacted to evilpuncker in kRO Introduces Pet Evolution System, Roulette Game,RoDex   
    it doesn't exist yet, community is not helping :/ http://www.yomrawr.com/
  2. Upvote
    Linne reacted to Ind in 2014-10-22, Roulette and per-char gender!   
    2014-10-22 Client, Roulette and per-char gender!


    Made Possible Thanks to Yommy
    We're only able to provide you with this patch thanks to Yommy, Thank you very much!  
    Roulette
    During test period it will be disabled by default, to enable you must edit conf/battle/feature.conf // Roulette (Note 1)// Requires: 2014-10-22bRagexe or later// Off by default while test version is out; enable at your own risk -- the mean dev.feature.roulette: off Roulette rewards can be defined in db/roulette_db.conf As we understand the coins are points that you obtain by consuming an item, while such an item is not yet available (will be in a upcoming commit), you can set these values with @set command, they're TmpRouletteBronze,TmpRouletteSilver and TmpRouletteGold -- e.g. @set TmpRouletteBronze 5 Requires PACKETVER 20141022 or higher. Where you can get such client? Here (Again, Thanks to Yommy!) In action: http://herc.ws/board/damocles/ind/screenHercules136.jpg
      Per-Character Gender
    Sex is now a character table field, which can be defined as 'M', 'F' or 'U'. 'U' being the default value, meaning undefined, which means the accounts gender takes precedence (upcoming) a script command to change a characters gender Requires PACKETVER 20141022 or higher. Where you can get such client? Here (Again, Thanks to Yommy!) In action: http://herc.ws/board/damocles/ind/screenHercules137.jpg  
    Special Thanks to
    Yommy ..Yommy ...The all-awesome Yommy~! Thank you again! Ziu for extra roulette information (some yet to be applied) Haruna  
    Link~u!
    Commit 2014-10-22 client
  3. Upvote
    Linne reacted to Yommy in 2014-10-22 Client Download   
    Hello Hercules, its been a while
     
    here i present a new client, which requires a fully updated kRO and Hercules.
    https://mega.co.nz/#!kYRAFRqJ!GF4vLIcOKQHsIQkCgZ2oGbXiJaxRsmn1ldohBgOXi3I
     
    its already patched with some options, which i needed for testing..
    ..Disable Ahnlab
    ..Disable ragexe filename check
    ..Read msgstringtable
    ..Read datafolder first
     
    NEMO Patcher should work for most things, but there may be some patches that are broken.
     
    <3
  4. Upvote
    Linne reacted to AnnieRuru in Help to update this npc   
    LOL you mixed up both
     
    sql query, this one added the index
    alter table `char` add empbreak smallint(6) unsigned not null default 0 after unban_time, add index (empbreak);..
    npc/guild/agit_main.txt
    query_sql "UPDATE `char` SET empbreak = empbreak+1 WHERE char_id = " + getcharid(0);which is already correct.
    .
    ////============================//// Emp Breaking Ladder////============================prontera,155,183,4 script Emperium Ranking 722,{ .@nb = query_sql( "select name, empbreak from `char` where empbreak > 0 order by empbreak desc limit 10", .@name$, .@empbreak ); mes "^FF0000[ Emperium Ranking ]^000000"; for ( .@i = 0; .@i < .@nb; .@i++ ) mes "^0000FF"+ ( .@i +1 ) +".^000000 " + .@name$[.@i] +" - ^FF0000"+ .@empbreak[.@i] +"^000000 Break(s)"; mes " "; query_sql "select empbreak from `char` where char_id = "+ getcharid(0), .@empbreak; mes "^0000FF["+ strcharinfo(0) +"'s]^000000 Emperium Break's is ^FF0000" + .@empbreak + "^000000 Break(s)"; close;OnInit:// waitingroom "Emperium's Ranking",0; // Look on the configuration! end;}use this script
  5. Upvote
    Linne reacted to evilpuncker in Diff HEXED 2013-12-23   
    1. não, pois se vc estiver usando o ultimo hercules ele já está por padrão configurado para o client 23/12/2013
    2. substitui
    3. ignora esse arquivo pois ele não é usado no NEMO, e quem disse pra vc q é difícil diffar clients de 201X está muito enganado pois com o NEMO se tornou fácil diffar clients de qualquer ano
  6. Upvote
    Linne got a reaction from JulioCF in Duvida função showevent   
    Thanks guys.
     
    Solved <3
  7. Upvote
    Linne reacted to pan in Duvida função showevent   
    Movi o tópico para a seção correta.
     
    O *showevent serve para avisar um jogador que há algo relacionado à uma quest em algum NPC portanto precisa que haja um jogador executando o script para que funcione. Basta executá-lo enquanto o jogador estiver falando com o NPC que ele continuará aparecendo enquanto o ele estiver no mesmo mapa, se você desejar que esse ícone apareça constantemente basta utilizar *questinfo, não se esqueça que esse comando só deve ser utilizado dentro de um OnInit.
     
    <header>,{ OnInit: questinfo <Quest ID>, <Icon> {, <Map Mark Color>{, <Job Class>}}; end; Os valores para 'Job Class' podem ser encontrados em npc/const.txt, são os primeiros valores.
     
    Mas se você quiser que um NPC tenha esse tipo de marcador para todo jogador que logue no servidor, independente de qualquer quest, basta utilizar um OnPCLoginEvent, algo como:
     
    <header>,{ OnPCLoadMapEvent: if( strcharinfo(3) == strnpcinfo(4) ) showevent <icon>{,<mark color>}; end;} Não se esqueça de marcar o mapa com a mapflag loadevent.
  8. Upvote
    Linne reacted to Ragnar Lothbrok in Help, error in the map-server   
    what about you inter-server.conf? like this?
     
  9. Upvote
    Linne reacted to Dastgir in Well... help-me? xD   
    Uncomment
    #define DISABLE_RENEWAL
    from src/config/renewal.h
     
    and renewal scripts and formulas will be not used.
    You can remove the renewal maps from conf/maps.conf and db/map_index.txt
     
    and in your job changer(if its job changer, and not quest) disable third class (third class is still there in pre-re database for some purpose).
    if you are using quests for job change, then nothing to edit in them.
  10. Upvote
    Linne reacted to Luffy in [ ShowCase ] FinnRucksack (adventure time)   
    Meet Finn from The Adventure Time.
     
    My First Sprite.
×
×
  • Create New...

Important Information

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