Jump to content

t3quila

Members
  • Posts

    36
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by t3quila

  1. Lol i just input my ip to https://www.google.com/recaptcha/admin, actually i should enter the name of the web, not ip address.. thank you goddameit, its workly fine now ^^
  2. yes bumb for this~ if i use autobonus (effect like issila card) server always give this report issue "[Error]: itemdb_readbonus: Extra columns in line 8 of "db/extra_bonuses.txt", skipping." pls help us.. how to fix it issue? thanks
  3. oow i'm so sorry, i never knew about autovend system, as far as i know autovend same as autotrade.. lol >_<
  4. Please check my screenshots: 1. this is when player A prepared TCG for selling (his tcgs is 45) 2. Player A sell 10 apples with 2 TCGs and ready for @autotrade mode 3. @autotrade already active in Player A, now Player B ready for buying 10 apples with her 55 tcgs 4. You can see Player B's tcg reduce to 35 (55 - (10apples * 2) ) and she received 10 apples, Player A automatic disconnect coz' all item sold with @autotrade mode 5. Player A online again and this is my result, Player A still received his Tcgs (45 + (10 apples * 2) ) = 65 tcgs. so.. i think, i already use this extended vending system very well
  5. i think my revision and latest rathena / git 12108 have same source code. in my rathena its work perfect and i'm still able to use @autotrade / @afk but i recommended you patch with manually, don't patch it with automatically >_< and dont forget backup your file/maps folder and recompiled.
  6. i already fix it.. i dont know what number of my rathena revision, i just remember that my rathena is r17??? revision, so i rename this patch with r17xxx. i recommended patch it with manually.. hope can solved all your trouble guys.. sry for my bad english *) thx for Lilith about wonderful extended vending source ExtendedVendingSystem_1.8.1(FIXED in r17xxx).patch
  7. i'm sorry mod, i was wrong to made this thread in here.. can u move this thread on source request? i'm so sorry >_< hope u all can help me for this source script >_<
  8. check in your db/pre-re (or re) /skill_require_db.txt change this 214,0,0,20,0,0,0,99,0,0,hiding,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //RG_RAID#ƒTƒvƒ‰ƒCƒYƒAƒ^ƒbƒN# to this 214,0,0,20,0,0,0,99,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //RG_RAID#ƒTƒvƒ‰ƒCƒYƒAƒ^ƒbƒN#
  9. try to change this if( getmapusers( .Map$ ) ){ npctalk "You cant go in right now. There is someone inside."; with this if (getmapusers( .Map$ ) > 10) { npctalk "You cant go in right now. There is already 10 persons inside."; if no limit just give // like this //if( getmapusers( .Map$ ) ){ //npctalk "You cant go in right now. There is someone inside."; //}else{ announce "["+strcharinfo(0)+"] entered Gold Room.",0; warp .Map$,0,0; initnpctimer; end; OnInit: disablenpc "Gold Room"; set .Map$,"1@orcs"; monster .Map$,0,0,"Gold",1062,100,strnpcinfo(0)+"::OnMobKill"; /* while( 1 ){ delwaitingroom; if( getmapusers( .Map$ ) ){ waitingroom "Countdown "+( 60 - ( getnpctimer(0) / 1000 ) )+" Seconds",0; } */ sleep 1000; end; OnTouch: npctalk "Please Enter the room, when waiting room already open!"; end;
  10. Hai Everyone, i'm newbie here. yesterday i saw topic about Skill Rental System in eathena forum http://www.eathena.ws/board/index.php?showtopic=241853&st=0 i'm just tried it.. work fine in my last rathena revision. but there are some bugs that i get: 1. When i logout, the rented skills are gone. 2. When i unequip / equip an item, the rented skills are also gone. 3. When i move in other maps, the rented skills are gone. 4. When i increase stats or increase skills, the rented skills are also gone. but not gone when i reset stats, skills.. i tried add to status.c but i don't know how to write on there >_< how to solve this bugs? anyone? help pls.. thanks..
×
×
  • Create New...