Jump to content

Dolphin86

Members
  • Posts

    547
  • Joined

  • Last visited

  • Days Won

    3

Dolphin86 last won the day on March 3

Dolphin86 had the most liked content!

About Dolphin86

  • Birthday 01/31/1986

Profile Information

Recent Profile Visitors

5,118 profile views

Mood

  • Confused
  • Currently Feeling Confused

Dolphin86's Achievements

  1. as title this npc currently taking 2 warp ticket for each use i am not sure how did this happen, it should only take 1 ticket per warp service..
  2. function Go { if(countitem(40004) < 1) { mes "To use my service you need " +getitemname(40004); close; } delitem 40004,1; set lastwarp$, getarg(0); set lastwarpx, getarg(1,0); set lastwarpy, getarg(2,0); warp getarg(0),getarg(1,0),getarg(2,0); end; }
  3. hye i have this script, which suppose to allow player to use this npc service with requirement of 1 warp ticket, it did allow to warp with the item inside inventory, but it did not delete the item for every time warp.. the plan was 1 ticket per warp service
  4. fixed, i just have to manually add this part to each teleport if(countitem(40004) < 1) { mes "To use my service you need " +getitemname(40004); close; } if there is a better way let me know, whew had to check all the teleport point too ahahaha
  5. thank you for your help sir, i will test it now
  6. As title, i was trying to add item requirement for each and every warp location selected will be needing item 40004 i am using rathena default warper,
  7. As title, i was trying to make player have an option how many item can he exchange, but some what i keep failing, please help? the idea was below: Exchange Script: i was only focus on case 1, since i got stuck there on other case would have same result?
  8. can someone edit this npc so that it will respawn back in the same map instantly and only respawn on walk path area only, and also add special effect refining while progress (mine) and sucsess special effect when get an item, thanks
  9. the script consist 2 part that are needed to be modify, generally this is a mining script that @Emistry created back 2000, Part 1 : pvp here is the original script can someone to modify this as stated below -any player that killed by pvp in that specific map 5% of his 969, 724, 7049 in his inventory goes straight to the attacker inventory, please mark where is the map in the script so that later i can edit and put in my map Part 2 : The Mining Script here is the original script here are the modification list requested: -Generally the minerals / NPC did spawn but they do spawn at un walkable area too, please make it spawn on walkable area only -player can mine at the same npc for the max of 100 times before it will destroy it self and spawn on other location -player can mine at the mineral/npc 100 time by auto, no need to click multiple times -for each gap of 100 mining time there will be 5 second of waiting thanks.. (^___^)/
  10. you meant this file ? rAthena/db/import/item_db.yml ? soo just add NoStorage: Flase ?
  11. problem solved, it was something about vps does not allow communication with paypal, plus it was wrong to host server on the same vps with server website this was also contribute to the error, how did i fix it? no idea i just paid a dev for USD10 for it to solve
  12. hye again thanks for reply, but here is dumb question again, how to put it on my server? i see its diff thingy does that mean i have to use nemo and dif my exe and select this diff?
  13. well for some readon the cash shop does not read same item in the cash shop, which result to this error, i have removed 1 of the same item, and it works fine even i add more items, just need to make sure it is not the same item id that all
  14. As title i would like to change rental item allowed to be store in storage to be use only within all char within same account only, how can i change those?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.