Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/17/12 in Posts

  1. ------------------------------------------- -------------------------------------------- /lv This is a topic to surprise Jman in the morning when he wakes up, currently he is sleeping so he won't see this until he wakes up. ________________________________________________________________________________________________________________________________ This topic is to post what we love about our lovely admin Jman! I'll go first Jman, your are a great person, you made eAthena come back to life with rAthena. You've setup this great website and even setup your own IRC server for us so we didn't have to deal with the problems of the other network we were on. I love you Jman <3 Others join in and say what you love about Jman! X x X x X x X x X x X x X x X x X x X x X x X x X x X x X x X x X x
    1 point
  2. Who's Jman, WiK ASA!? *;..;* RAWR-!!
    1 point
  3. pc_setglobalreg(sd,"open",0); oh dear
    1 point
  4. pc_setglobalreg(sd, "open", 0);
    1 point
  5. select returns the number of chosen option, starting with 1 (in this case it's 1 for Yes and 2 for No). if clause is entered if the condition in it does not evealuate to 0, or is not false == compares two expressions and returns true if they're equal - 1 substracts 1 from the expression So, first example, Yes will yield if-condition equal 0, so if clause will not be entered, and No will yield if-condition equal 1, so if clause will be entered. In second example, you probably know already what will happen
    1 point
  6. morocc,289,215,5 duplicate(Donation) - shop Donation -1,501:500 757 Change the second "Donation" to "Donation#2".
    1 point
  7. My bad I was thinking they were differentiated like the sprites are, those folders are one for hair palletes and the other for cloth xD. Well I'mma have to try to reproduce your problem. EDIT: Here is a fixed version of the palettes for everyone having problems with the palettes' filenames (all of the filenames are correct now): Fixed Palettes
    1 point
  8. prontera,155,181,5 script Sample 757,{ LabelOne: percentheal 100,100; end; LabelTwo: if( !countitem( 29171 ) ){ dispbottom "You need 1 "+getitemname( 29171 )+" to use this."; }else{ skilleffect 34,0; sc_start SC_BLESSING,360000,10; skilleffect 29,0; sc_start SC_INCREASEAGI,360000,10; } end; OnInit: defpattern 1, "Heal", "LabelOne"; defpattern 1, "Buff", "LabelTwo"; activatepset 1; end; }
    1 point
  9. For FluxCP users, here is a patch file that changes all needed instances of the 'level' field to 'group_id' : - fluxCP_rA_update_r15583.patch This is obviously unofficial so use at your own risk. Anyways, let me know if I missed any or if there are still errors.
    1 point
×
×
  • Create New...