Jump to content

Erio-chan

Members
  • Posts

    97
  • Joined

  • Last visited

Everything posted by Erio-chan

  1. @sader1992 yes I did, my maps is in the other grf I just paste it on my main grf for print screen purpose only so it can load all its resource. @Cyro it actually run smooth on offline testing but the difference is I am using the latest exe (with doram) and client in my testing.
  2. - 2013-21-23cRagexe - pre-renewal my client only crash in custom map and new prontera. map already cache also db and conf. is set.
  3. @mrmagic please help me I don't how to patch exe. I already have 2014-10-22bRagexe.exe but I know it must be diff patch before I can use it. I try shin diff but no luck. or can your provide me link to a ready to use classic/prere exe.
  4. can I ask for a FULL classic or pre-re or any client without doram race. all I can see when searching is latest clients. put links please.
  5. I don't know if this is the place to post this. sorry. I need VPS recommendations. a very cheap one but trusted for my first server. a dedicated hosting for ragnarok online.
  6. @TARTs I can't compile new rathena because compiler is too heavy to download, do you have any alternative?
  7. - script LOGIN -1,{ OnWhisperGlobal: OnLoginCmnd: OnPCLoginEvent: cutin "Daily_00",4;//<<<<<<<<<<< You can put cutin here addtimer 3600000, strnpcinfo(3)+"::OnEvent"; end; OnEvent: if(.IPCheck){ @Cianna Fernandez you can put cutin after "OnPCLoginEvent" so every time you login this cutin always showup.
  8. This is my first time to make patcher theme. Please rate it.
  9. I have a question, like feature will be counted as reputation?
  10. @Cianna Fernandez are you talking about how you can generate Images from your Daily Reward Script? PSD images is images that you can open and edit using photoshop if you want to load it in-game you have to open it with photoshop and save it as .bmp/ bitmap them save it inside your data/texture/À¯ÀúÀÎÅÍÆäÀ̽º/illus folder inside your GRF using GRF Editor then in your script load it as cutin<space>"name of image",4; ex. cutin "day_01",4; you can search google about cutin I'm not good in scripting and graphics thing but I learn it by searching in this forum and google.
  11. help me please adding specific maps on this script. - script nightmaremode -1,{ OnInit: .blacklist$ = "501,502,503,504,505"; end; OnPCDieEvent: if (countitem(7773) >= 1) end; if (BaseLevel < 40) end; if ( strcharinfo(3) != "prt_fild08" ) end; //if ( pkpoints < 100 ) end; getinventorylist; .@size = (@inventorylist_count-1); for ( .@i = .@size; .@i >= 0; .@i--) { if (compare(","+.blacklist$+",", ","+@inventorylist_id[.@i]+",")) { deletearray @inventorylist_id[.@i],1; deletearray @inventorylist_amount[.@i],1; deletearray @inventorylist_identify[.@i],1; deletearray @inventorylist_refine[.@i],1; deletearray @inventorylist_attribute[.@i],1; deletearray @inventorylist_card1[.@i],1; deletearray @inventorylist_card2[.@i],1; deletearray @inventorylist_card3[.@i],1; deletearray @inventorylist_card4[.@i],1; .@size--; } } if (.@size > 0) { .@r = rand(.@size); delitem2 @inventorylist_id[.@r], @inventorylist_amount[.@r], @inventorylist_identify[.@r], @inventorylist_refine[.@r], @inventorylist_attribute[.@r], @inventorylist_card1[.@r], @inventorylist_card2[.@r], @inventorylist_card3[.@r], @inventorylist_card4[.@r]; getmapxy .@map$, .@x, .@y, 0; makeitem2 @inventorylist_id[.@r], @inventorylist_amount[.@r], .@map$, .@x, .@y, @inventorylist_identify[.@r], @inventorylist_refine[.@r], @inventorylist_attribute[.@r], @inventorylist_card1[.@r], @inventorylist_card2[.@r], @inventorylist_card3[.@r], @inventorylist_card4[.@r]; } end; }
  12. Thank you very much for your script it works. It's really a BIG Help for me, I appreciate it. but the side effect is when you got many blacklist item is decreasing the percentage of dropping Item. all in all good job
  13. This script will drop 1 item from your Inventory when die. I want to input list of Item that not affected by this script. - script nightmaremode -1,{ OnPCDieEvent: if (countitem(7773) >= 1) end; if (BaseLevel < 40) end; //if ( strcharinfo(3) != "moc_fild12" ) end; // set your map //if ( pkpoints < 100 ) end; // decide on the pk points getinventorylist; if ( !@inventorylist_count ) end; .@r = rand( @inventorylist_count ); delitem2 @inventorylist_id[.@r], @inventorylist_amount[.@r], @inventorylist_identify[.@r], @inventorylist_refine[.@r], @inventorylist_attribute[.@r], @inventorylist_card1[.@r], @inventorylist_card2[.@r], @inventorylist_card3[.@r], @inventorylist_card4[.@r]; getmapxy .@map$, .@x, .@y, 0; makeitem2 @inventorylist_id[.@r], @inventorylist_amount[.@r], .@map$, .@x, .@y, @inventorylist_identify[.@r], @inventorylist_refine[.@r], @inventorylist_attribute[.@r], @inventorylist_card1[.@r], @inventorylist_card2[.@r], @inventorylist_card3[.@r], @inventorylist_card4[.@r]; end; }
  14. item_rate_card: 100 item_rate_card_boss: 100 item_rate_card_mvp: 100 item_drop_card_min: 1 item_drop_card_max: 10000 setting mvp and boss to 0 means disable mvp/boss card in my game? What these two line mean? item_drop_card_min: 1 item_drop_card_max: 10000 // Rate at which exp. is given. (Note 2) base_exp_rate: 100 // Rate at which job exp. is given. (Note 2) job_exp_rate: 100 // Note 2: Value is in percents (100 means 100%) How can I multiply rates? base_exp_rate: 100*2 = 2x??? or base_exp_rate: 200 = 2x??? and how about 10x, 15x, 20x and so on...?
  15. want to have a weekly pvp ladder *points, counts from all pvp instances including pvp fields with pvpmapflag *only in day 7th can they acquire the ladder reward {gears or supply} *pvp ladder points called "Bloody Points" *ladder points reset on 7th day *top 1,[2-3],[4-7] and [8-10] will receive reward{same bracket same reward if possible} *pvp ladder board/npc *daily announcement of top players {optional}
  16. @bodystyle 1 not work on my shadow chaser, working fine with other job
  17. I planning to make field pvp (mapflag_pvp) I need Item that will make your character immune from pk
  18. [SOLVED] 7493,Bloody_Temple_key,Bloody Temple key,3,0,,0,,,,,,,,,,,,,{},{},{if( strcharinfo(3) == "2@mir" && !( countitem(7493) -1 ) ) warp "prontera",157,177;}
  19. Thanks for all the help whether its not my post xD 7493,Bloody_Temple_key,Bloody Temple key,3,0,,0,,,,,,,,,,,,,{},{},{if( strcharinfo(3) == "2@mir" && !( countitem(7493) -1 ) ) warp "prontera",157,177;} This works for me.
  20. @EmistryI have test your script for @firefox26 and I got stuck on the message "Warping out". .map$ = "2@mir"; .itemid = 7493; I just edit these 2 line. //sleep 1000; when I disable sleep it warps me out but only when I use fly wing or before I go to map(when map load) and not when my custom Item(7493) expired.
  21. I know how to make rental item. I want script that triggered warp/kick out on map when my rental Item/key expired.
×
×
  • Create New...