Jump to content

Jezu

Members
  • Posts

    566
  • Joined

  • Last visited

  • Days Won

    1

Community Answers

  1. Jezu's post in Thor Patcher Server Status was marked as the answer   
    here it is.
     
    http://rathena.org/board/files/file/2285-php-simple-rathena-status-script/
     
    it's a simple php. edit it to match on your thor patcher, modify the backgrounds, text colors, etc etc. 
  2. Jezu's post in Am i allowed to do this? :) was marked as the answer   
    Everything is using gravity's images. So... GO!
  3. Jezu's post in 2012-04-10 cskroption.lub reader was marked as the answer   
    You can hex it, change the string of data/cskroption.lub -> System/itemInfo.lub
  4. Jezu's post in How do i host through VPS ? was marked as the answer   
    Contact @Asura for your matter.
  5. Jezu's post in Secure GRF was marked as the answer   
    Just copy the SecureGRFLib.dll on your RO folder and it will work. Also, you must set up the 'Configure Client Profile' to your exe too and then it will generate another EXE and DLL. Don't forget to copy it on your RO folder.
  6. Jezu's post in Automatic Freebie Item was marked as the answer   
    This is my script on my server... just edit what you want..

    new_1-1,51,113,5 script Freebies 53,{ // if(#freebie_quest == 0){ if(BaseLevel==1 && BaseClass == Job_Novice){ mes "[Admin Flame]"; mes "Nice to meet you "+ strcharinfo ( 0 ) +", my name is Admin Flame"; mes "Welcome to ^E066FF Flame RO! ^000000"; mes "I see that you're new here so to help you out I'd like to give you these"; mes "items as a gift to show how much we appreciate you here!"; next; mes "[Admin Flame]"; mes "Have fun!"; sc_start SC_EXPBOOST,3600000,100; sc_start SC_ITEMBOOST,3600000,0; skilleffect 34,0; sc_start SC_BLESSING,3600000,20; skilleffect 29,0; sc_start SC_INCREASEAGI,3600000,20; skilleffect 361,0; sc_start SC_ASSUMPTIO,3600000,5; [b]getitem 19000,1;[/b] set Zeny,Zeny+500000; set #freebie_quest,1; savepoint "prontera",156,191; next; warp "prontera",156,191; close; } if(#freebie_quest == 1 || BaseLevel > 1) { mes "[Admin Flame]"; nes "It seems you are not Newbie or You already have your items before. mes "Have fun in ^E066FF Flame RO!^000000"; next; warp "prontera",156,191; close; } }
    change the bold part to get +7 muffler[1]
    getitem2 2504,1,1,7,0,0,0,0,0
  7. Jezu's post in how to enable warp to this map was marked as the answer   
    You should check the mapflag if there are script that is not allowing you to warp there, then remove it.
    Like this :

    ordeal_1-1<tab>mapflag<tab>nocommand<tab>99
    it means, only GM Level 99 can warp there. Change the 99 to 0 so players can access the map, this will work if you have @warp command for normal players.
×
×
  • Create New...