Jump to content

darking123

Members
  • Posts

    931
  • Joined

  • Last visited

Everything posted by darking123

  1. 136 is really for accessories. why change to to other #? Please explain more
  2. im guessing "No Biggie Two Bold"
  3. I was checking if there is NPC script that can be used to check a player currently EQUIPPED ITEM if it is bounded or rental. I found countbound(), However it only checks the inventory. Not the equipped item. May I ask if there is a way to check the EQUIPPED item if bounded or a rental. setarray .@indices[1], EQI_HEAD_TOP, EQI_HEAD_MID, EQI_HEAD_LOW; for (.@i = 1; .@i<=3; ++.@i) { if (getequipisequiped(.@indices[.@i])) { .@menu$ = .@menu$ + F_getpositionname(.@indices[.@i]) + "-[" + getequipname(.@indices[.@i]) + "]"; .@equipped = 1; } .@menu$ = .@menu$ + ":"; } if (.@equipped == 0) { mes "["+ .@npc_name$ +"]"; mes "You need to wear headgears that I can costume..."; close; } if (countitem(50026) < 1){ mes "You do not have the Costume Ticket from your inventory."; close; } mes "["+ .@npc_name$ +"]"; mes "Please select what to convert."; mes "^FF0000 Take note: ^0000FF"; mes "^0B27F3 I cannot convert items that has a refine OR a card inserted. ^0000FF"; next; .@part = .@indices[ select(.@menu$) ]; if (!getequipisequiped(.@part)) { mes "["+ .@npc_name$ +"]"; mes "You're not wearing anything there..."; close; } set .@equip_id,getequipid(.@Part); if( countbound() ){ for( set .@i,0; .@i < getarraysize( @bound_items ); set .@i,.@i+1 ) if( @bound_items[.@i] == .@equip_id ){ mes "This is bounded items."; close; } }
  4. yes, Maybe atleast add 2 more buttons(register,website) then add rss feed above, Thanks! hoping for your assistance on this!
  5. requesting a thor patcher coded like below, very simple GUI Maybe atleast add 2 more buttons(register,website) then add rss feed above,
  6. May I request for Brian's VIP rental, It's already dead link,
  7. I am requesting a script that will stuck up, for example I use headgear with {},{sc_start SC_EXPBOOST,-1,50; sc_start SC_ITEMBOOST,-1,150;},{sc_end SC_EXPBOOST; sc_end SC_ITEMBOOST;} When I also use field manual, It will stuck up, if headgear has increase exp by 50% then when i use field manual with 50% also, total should be 100%, Thanks!
  8. here prontera,146,83,5 script PVP Warper 966,{ mes "You will be warp to our PVP Room"; next; mes "Are you sure you want to be warped to our PVP Room?"; menu "YES bring it on",yes,"NO im weak",no; yes: announce "PVP ROOM: "+strcharinfo(0)+" Entered the PVP ROOM!",bc,0xFF6060; warp "pvp_y_8-1",0,0; close; no: close; OnInit: while( 1 ){ delwaitingroom; waitingroom "PVP Room ("+getmapusers("pvp_y_8-1")+")",0; sleep 1000; } end; }
  9. palitan mo lang sa server files mo, off mo lang renewal settings,
  10. got things working :), main problem now is the interface it seems it got stuck with that kind of interface, I did try to wait it out hoping that it will fix it self unfortunately not, can anyone help me?
  11. Hello I'm currently looking for a script that changes all of them server item prices either to increase or decrease, it's like a real life situation where in gas price increase sometimes decrease, maybe we can set the increase percentage or decrease percentage on the script, also we can set the day that it will take effect
  12. Should I ignore that error sir? then just turn of debug,
  13. I'm currently experiencing the problem below, maybe someone can help me?
  14. Please disregard, I was able to code my own to address my request, thank!
  15. Can you go to other map, then try to walk again,
  16. Can you try using fresh server files without further server modification, then let us see how it works!
  17. If YOUR METHOD works, then I never had to raise this support topic, unfortunately your method doesnt work :), If it does from your side, can you provide the sample .exe file you renamed via hex editor? :),
  18. can you just share it instead on how to edit via hexing. thanks!
  19. doesn't work, can't search my server name,:)
  20. Currently looking an alternative way without re-diff, via hexing to change window title
  21. Have you tried to re-diff your client? and try to play around the options, can you attach your current msgstringtable? Thanks!
×
×
  • Create New...