Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 09/23/20 in Posts

  1. 1 point
    AnnieRuru

    Ragnarok Online access card

    some people actually doesn't believe I've played Ragnarok Online LOL so I dig up my precious childhood memory storage box, and scan all those access cards really, its my childhood memory @Emistry sure have seen them before EDITING : yeah this IPB forum sucks ...
  2. 1 point
    AnnieRuru

    Clan system WITH guild system

    OnPCStatCalcEvent ? prontera,155,185,5 script fhdskdjf 1_F_MARIA,{ mes "join annieruru fan club"; next; if (select("Yes","No") == 2) close; #annie_fan_club = true; close2; recalculatestat; end; OnPCStatCalcEvent: if (!#annie_fan_club) end; bonus bAllStats, 100; // Makes you imba end; }
  3. 1 point
    The file is present on the mirror, so no problem there. There should be a rsu-kro-rag-lite.exe-debug.log file in the same folder as the patcher, that says why it failed to retrieve the file. Updated to 2.4.26, updates phRO patch information, fixes few issues and removes idRO and some iRO variants.
  4. 1 point
    astralprojection

    Castle Guild Member Limit

    THanks @AnnieRuru so much learning.!
  5. 1 point
    AnnieRuru

    Castle Guild Member Limit

    oh ok, you are partially right when it kick excess guild members but it isn't the way you claimed that it count from other guild members upon close inspection, @astralprojection script has 2 problems which is 1. if the player has multiple characters from the same account join the same guild, it count multiple times instead of 1, it doesn't extend the isloggedin into $@guildmembercid check 2. it checks as long as the guild member enter ANY CASTLE map, not that particular castle map try this one https://gist.github.com/AnnieRuru/339e268a8be5370fa7ae1aa2f856ca28
  6. 1 point
    ok visual studio sux https://github.com/AnnieRuru/Release/blob/master/plugins/ignoredropitem/ignoredropitem_0.3.c - fix possible null pointer error
  7. 1 point
    astralprojection

    Castle Guild Member Limit

    - script woelimit HIDDEN_NPC,{ end; OnPCLoadMapEvent: .@rid = playerattached(); if ( !compare(strcharinfo(PC_MAP), "g_cas") || !agitcheck() ) end; getguildmember getcharid(CHAR_ID_GUILD), 1; getguildmember getcharid(CHAR_ID_GUILD), 2; .@count = 0; for ( .@i = 0; .@i < $@guildmembercount; .@i++ ) { if (attachrid($@guildmemberaid[.@i])) { if( compare(strcharinfo(PC_MAP), "g_cas") ) .@count++; } } if ( .@rid ) attachrid(.@rid); else detachrid; if(.@count > .max){ message strcharinfo(0), "WARNING: Max of "+.max+" members can simultaneously join the WOE."; warp "SavePoint",0,0; } end; OnInit: .max = 25; end; } try this
×
×
  • Create New...

Important Information

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