Jump to content

Sryx

Members
  • Posts

    520
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Sryx

  1. IDK. but try to check the Show iRO Description? from RMS. [iRO Description] An imitation of the necklace worn by the beautiful goddess Freya. Str +6, Agi +6, Int +6 Vit +6, Luk +10
  2. Sryx

    custom suit

    It is possible. Just add a new item then make it a headgear and add the Item ID from your accessory_id.lua.
  3. Add this to the top. if( #done > 1 ){ close; } if( Class ){ Add this to the mes "DONE". mes "DONE"; set #done,1;
  4. Try this but I don't know if it works I just edited the Lotti Gurl of Mr. Euphy prontera,150,50,5 script Piercing Expert 968,{ mes "[Piercing Expert]"; mes "I've been researching ways to use Auger of Spirit to put a socket on Elven Ears and Black Devil Mask"; next; mes "[Piercing Expert]"; menu "Auger of Spirit for Elven Ears [1]",-,"Auger of Spirit for Black Devil Mask [1]",bdm; if (countitem(.Cost[0]) < .Cost[1]) close; next; if(select("Deal me in!:No way...")==2) close; mes "[Piercing Expert]"; mes "Here we go..."; progressbar "",2; delitem .Cost[0], .Cost[1]; set .@i, rand(1,.Total); if (rand(1,100) > getd(".P"+.@i+"[0]")) { for(set .@j,0; .@j<getarraysize(.Default); set .@j,.@j+2) { getitem .Default[.@j], .Default[.@j+1]; if (!.@k[0]) setarray .@k[0], .Default[.@j], .Default[.@j+1]; } } else { for(set .@j,1; .@j<getarraysize(getd(".P"+.@i)); set .@j,.@j+2) { getitem getd(".P"+.@i+"["+.@j+"]"), getd(".P"+.@i+"["+(.@j+1)+"]"); if (!.@k[0]) setarray .@k[0], getd(".P"+.@i+"["+.@j+"]"), getd(".P"+.@i+"["+(.@j+1)+"]"); } } announce "Congratulations to "+strcharinfo(0)+" for getting "+.@k[1]+"x "+getitemname(.@k[0])+"!",0; specialeffect2 248; close; OnInit: // Format: <%>,<item ID>,<count>{,...}; setarray .P1[0],70,607,1; //607 = YGG change to you Black Devil Mask Id setarray .Default[0],0,0; setarray .Cost[0],6396,1;//6396 = Auger of Spirit set .Total,1; end; bdm: if (countitem(.Cost[0]) < .Cost[1]) close; next; if(select("Deal me in!:No way...")==2) close; mes "[Piercing Expert]"; mes "Here we go..."; progressbar "",2; delitem .Cost[0], .Cost[1]; set .@i, rand(1,.Total); if (rand(1,100) > getd(".P"+.@i+"[0]")) { for(set .@j,0; .@j<getarraysize(.Default); set .@j,.@j+2) { getitem .Default[.@j], .Default[.@j+1]; if (!.@k[0]) setarray .@k[0], .Default[.@j], .Default[.@j+1]; } } else { for(set .@j,1; .@j<getarraysize(getd(".P"+.@i)); set .@j,.@j+2) { getitem getd(".P"+.@i+"["+.@j+"]"), getd(".P"+.@i+"["+(.@j+1)+"]"); if (!.@k[0]) setarray .@k[0], getd(".P"+.@i+"["+.@j+"]"), getd(".P"+.@i+"["+(.@j+1)+"]"); } } announce "Congratulations to "+strcharinfo(0)+" for getting "+.@k[1]+"x "+getitemname(.@k[0])+"!",0; specialeffect2 248; close; OnInit: // Format: <%>,<item ID>,<count>{,...}; setarray .P1[0],70,607,1; //607 = YGG change to you Black Devil Mask Id setarray .Default[0],0,0; setarray .Cost[0],6396,1;//6396 = Auger of Spirit set .Total,1; end; } }
  5. Sryx

    Server status

    Post your status.php here.
  6. attach some screenshot
  7. Yes. RMS Pre-Renewal DB RMS Renewal DB
  8. Client date and data folder date?
  9. db/re/skill_cast_db.txt SkillID,CastingTime,AfterCastActDelay,AfterCastWalkDelay,Duration1,Duration2,Cool Down,Fixed Casting Time
  10. src/map/map.h #define MAX_LEVEL 150 to #define MAX_LEVEL 255 Don't forget to recompile your server Try to execute the manner table to your SQL.
  11. Hahaha we Pinoy's are safe, how about the others? @Yuki GL
  12. Hahahahahahaha. Cheers!
  13. Control Panel > View by: Small Icons > Region and Language > Administrative tab > Change System Local Uninstall Microsoft Windows Language Pack if any.
  14. config/application.php 'DebugMode' => true, config/error.php $fhowExceptions = true;
  15. Check your database here. array( 'ServerName' => 'FluxRO2', 'BaseExpRates' => 200, 'JobExpRates' => 200, 'MvpExpRates' => 200, 'DropRates' => 25, 'MvpDropRates' => 25, 'CardDropRates' => 25, 'MaxCharSlots' => 9, 'DateTimezone' => null, // Specifies game server's timezone for this char/map pair. (See: http://php.net/timezones) //'ResetDenyMaps' => 'sec_pri', // Defaults to 'sec_pri'. This value can be an array of map names. 'Database' => 'ragnarok2', // Defaults to DbConfig.Database 'CharServer' => array( 'Address' => '127.0.0.1', 'Port' => 6121 ), 'MapServer' => array( 'Address' => '127.0.0.1', 'Port' => 5121 ),
  16. Sryx

    someone

    Use the latest data folder.
  17. Latest data folder: http://svn6.assembla.com/svn/ClientSide/Translation_Project/renewal%20data/
  18. Hahaha Owned . BTW try www.asurahosting.com
×
×
  • Create New...