Jump to content

lunawany88

Members
  • Posts

    32
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling
  • Location
    malaysia

lunawany88's Achievements

Poring

Poring (1/15)

0

Reputation

  1. thnks annie its really work.. thnks for helping me..
  2. emistry i try this but the item no in my inventory
  3. can anyone help me.. im success crafting but the item dont have in my inventory... and one more thing i want the item random get this 1 piece silk mats-50% 2 piece silk mats-25% 3 piece silk mats-10% 4 piece silk mats-5% this my script prontera,156,172,4 script npc 757,{ function RequiredItems; function ForgedList; mes "What you are trying to Forge ?"; next; switch( select( "Silk Mat", // case 1 "Small Pocket Cottan", // case 2 "Leather pouch", // case 3 "Snake Skin", // case 4 "Steel Plate", // case 5 "Iron Plate", "Golden Thread")){ // last case... Case 1: RequiredItems( 7168,1,7217,1,914,5,7879,1 ); set .@i,ForgedList( 7051,1,7051,2,7051,3,7051,4 ); break; //Case 4 or more... default: mes "Configuration's Problems.."; close; } mes "You gained 1 "+getitemname( .@i )+"."; close2; emotion e_heh; end; function RequiredItems { mes "[ ^0000FF Required Items ^000000 ]"; mes "^FFFFFF________________________________^000000"; for( set .@i,0; getarg( .@i,0 ); set .@i,.@i + 2 ){ mes (( countitem( getarg( .@i ) ) < getarg( .@i + 1 ) )?"^FF0000":"^00FF00" )+"[ "+countitem( getarg( .@i ) )+" / "+getarg( .@i + 1 )+" ] ^0000FF "+getitemname( getarg( .@i ) )+"^000000"; if( countitem( getarg( .@i ) ) < getarg( .@i + 1 ) ) set .@InComplete,.@InComplete + 1; } mes "^FFFFFF________________________________^000000"; if( .@InComplete ){ mes "[ ^FF0000InComplete^000000 ] ^FF0000"+.@InComplete+"^000000 Items "; close; } next; mes "^FF0000Success Rate^000000 :"; mes "^FFFFFF________________________________^000000"; mes "1 item : 50%"; mes "2 item : 25%"; mes "3 item : 10%"; mes "4 item : 5%"; mes "^FFFFFF________________________________^000000"; mes "^FF0000Else...Fail..^000000"; next; if( select("^FF0000Continue^000000:Cancel") == 2 ) close; for( set .@i,0; getarg( .@i,0 ); set .@i,.@i + 2 ) delitem getarg( .@i ),getarg( .@i + 1 ); return; } function ForgedList { set .@Rate,rand( 200 ); // 5% if( .@Rate < 5 ) return getarg(3); // 15% else if( .@Rate >= 5 && .@Rate < 15 ) return getarg(2); // 10% else if( .@Rate >= 15 && .@Rate < 40 ) return getarg(1); // 50% else if( .@Rate >= 40 && .@Rate < 90 ) return getarg(0); //other... else{ mes "You ...Failed..."; close; } } }
  4. GM Takumirai how?? because before this i have put it.. but its error.. canu give a example??
  5. ok thnks i try it.. i will update if it still get error tq Emistry can u give a example for syntax error...at menu part...
  6. i could see some script with Crafting System which you can Craft with using the Materials Required... This is what i would like in the 'Features' +1 silk robe- 100% +2 silk robe-90% +3silk robe - 80% +4 silk robe-70% +5 silk robe-60% +6 silk robe-50% +7 silk robe-40% +8 silk robe -30% +9 silk robe-20% +10 silk robe-10% or maybe similar this....i want the item random and possible make the item ''fails'' and 1 more thing i have done make script getitem but rathena say its error prontera,156,187,2 script Bunny Novice Set 105,{} mes "[Novice Set]"; mes "Hello!! and Welcome to SuperMassiveRO"; mes "Are you Novice??"; menu "Yeah!!",yes,"No!",no,; yes: mes "[bunny Novice Set]"; mes "ok here you go"; getitem 2415,1; //ID of Item, How Much getitem 5218,1; //ID of Item, How Much getitem 2358,1; //ID of Item, How Much getitem 2564,1; //ID of Item, How Much getitem 13050,1; //ID of Item, How Much getitem 2136,1; //ID of Item, How Much close; no: close: im not sure what wrong.. if have a mistake pls let me know tq
  7. i give my client to my friend he try online with broadband login and char he can access but when the char to connect into map it say ''cannot connecting to server'' .. this prob is because of my rathena or my port?? cause im already make my ip to static ...
  8. im using client 2012-04-10 packet_db //packet_db_ver: 23 packet_db_ver: 30 ok the problem solve .. im making new rathena than no more char freeze tq
  9. how u sold ur problem i got this error too my char freeze no npc..
  10. i got problem with chat.. when i was log in.. i try to chat.. its nothing happen.. maybe some file was missing .. but im not sure what is file related with chat.. and also i cannot walk my char was freeze and no npc
  11. but now i got problem with chat.. when i was log in.. i try to chat.. its nothing happen.. maybe some file was missing .. but im not sure what is file ralted with chat.. and also i cannot walk my char was freeze and no npc
  12. im trying using other lap top and pc when i click the client it coming out like this... when i click ok or x button that window setup.exe still showing out.. anyone can help me??
×
×
  • Create New...