Jump to content

Umm

Members
  • Posts

    9
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Umm's Achievements

Poring

Poring (1/15)

  • One Year In
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Thank you it worked. Topic can be closed .
  2. Guys can anybody help me out ? I just need a basic npc script which exchanges mastela for bravery or valor . Like you enter how many packets you want and it completes the deal . 1 bravery = 50 badges . So if I input 3 packets it gives me 150 mastelas . Also if possible could it be in a shop interface ?
  3. L_sure: if ( countitem(7828) )// valor getitem 522, countitem(7828); else if ( countitem(7829) )// bravery getitem 522, countitem(7829); delitem 7828,1; delitem 7829,1; close; If it has 7828 it deletes and closes . But if it has 7829 the window deletes gets stuck .
  4. I'd like to know if there's any script command to do this. The shop is exchanging mastela fruits(item id #522) for valor OR bravery badges. If the player doesn't have bravery it'll take the valor and vice versa.
  5. Understood . Thank you .
  6. My friend is starting up a server . He's given me an admin account and i want to add npc's to it. I'm able to add npc's on my test server using this: @Loadnpc <npcpath> But I'm not able to do it on my friends server . Also is it necessary that the npc be added on script_custom.conf before i use @loadnpc? I know there are like 100 topics on the net on how to add a npc and I'm sorry if this irritates you guys . I'd really appreciate your help !
  7. Thank you . Got it working
  8. Hey i just wanted to know if there is any way to setup an offline server without an Ethernet cable/LAN connection . I currently use wi-fi but the server doesn't start .
×
×
  • Create New...