Author Topic: How can I...  (Read 11656 times)

0 Members and 1 Guest are viewing this topic.

Offline Knucis

  • Wiseguy
  • **
  • Posts: 82
  • u wot m9
    • View Profile
Re: How can I...
« Reply #15 on: October 18, 2008, 03:50:01 pm »
in wsv0.3 !ap [id] works!

!ap health - health pickup is added

to delete !dp [id]
Yeap im testing now and it works! I dunno why doesnt work for you gamyster...

Offline gamyster

  • Wiseguy
  • **
  • Posts: 61
    • View Profile
Re: How can I...
« Reply #16 on: October 18, 2008, 06:57:49 pm »
oh thanx!
Founder of [SAF]Clan

Offline evil_night13

  • Wiseguy
  • **
  • Posts: 61
  • i are a normal person like you
    • View Profile
    • web hosting
Re: How can I...
« Reply #17 on: October 18, 2008, 07:04:56 pm »

Offline gamyster

  • Wiseguy
  • **
  • Posts: 61
    • View Profile
Re: How can I...
« Reply #18 on: October 18, 2008, 07:56:07 pm »
:( the WSV PICKUP TELELPORT aint working :(

i placed it here :( please help to correct


Quote
    elseif (buyprop* iswm $3) {
      if ($4) WSV.buyprop $2 $4
      else WSV.msg $2 Please type !buyprop <propid>
    }
    elseif (sellprop* iswm $3) {
      if ($4) WSV.sellprop $2 $4
      else WSV.msg $2 Please type !sellprop <propid>
    }
    elseif (shareprop* iswm $3) {
      if ($5) WSV.shareprop $2 $4 $5
      else WSV.msg $2 Please type !shareprop <propid> <nick>
    }
    elseif (delshareprop* iswm $3) {
      if ($5) WSV.delshareprop $2 $4 $5
      else WSV.msg $2 Please type !delshareprop <propid> <nick>
    }
    elseif (myprop* iswm $3) {
      if (!$4) && ($2 < %maxplayers) WSV.say $WSV.myprops($2)
      else {
        if ($WSV.pass($4)) WSV.say $WSV.myprops($4)
        elseif ($WSV.pconnected($4)) WSV.say $WSV.myprops($4)
        else WSV.say ** $4 is not a registered nick-name
      }
    }
    elseif (propspawn* iswm $3) WSV.propspawn $1-
    elseif (gotoprop* iswm $3) WSV.gotoprop $1-
    elseif ($2 < 100) WSV.msg $2 Invalid Command
  }
  elseif ($2 < 100) WSV.msg $2 Invalid/Login-Only Command
}

on *:SIGNAL:WSV.pickuphit: {
 elseif ($3 == 508) {
  WSV.msg $2 You pickup a teletransport pickup! I will transport you to Upside
  WSV.setlocation $2 -868.671265 -116.157364 11.100804
}
Founder of [SAF]Clan

Offline evil_night13

  • Wiseguy
  • **
  • Posts: 61
  • i are a normal person like you
    • View Profile
    • web hosting
Re: How can I...
« Reply #19 on: October 18, 2008, 08:10:38 pm »
try to place it else where in the middle, the place u pasted is outside the srcipt(almost), for me heal didnt work , i also pasted there, so try to paste in the middle, heal works for me now :D

Offline Force

  • LU Developer
  • Made Man
  • *
  • Posts: 242
    • View Profile
Re: How can I...
« Reply #20 on: October 18, 2008, 08:46:50 pm »
If it's the top one under the on "on *:SIGNAL:WSV.pickuphit: {" then make sure that it is an "if" not an "elseif"

Offline Punjabi

  • Made Man
  • ***
  • Posts: 147
  • Config Editor
    • View Profile
    • PUN Clan
Re: How can I...
« Reply #21 on: October 19, 2008, 11:42:48 am »
Replace this..

Code: [Select]
on *:SIGNAL:WSV.pickuphit: {
  if ($4 == 406) || ($4 == 407) { WSV.respawnpickup $3 | WSV.propinfo $2 $3 }
  elseif ($4 == 382) { WSV.respawnpickup $3 | WSV.endrace $1- }
  else { WSV.msg $2 Pickup ID: $3 $+ , Pickup Type: $4 }
}

With this one..

Code: [Select]
on *:SIGNAL:WSV.pickuphit: {
  if ($4 == 406) || ($4 == 407) { WSV.respawnpickup $3 | WSV.propinfo $2 $3 }
  elseif ($4 == 382) { WSV.respawnpickup $3 | WSV.endrace $1- }
  else { WSV.msg $2 Pickup ID: $3 $+ , Pickup Type: $4 }
}
elseif ($3 == 508) {
  WSV.msg $2 You pickup a teletransport pickup! I will transport you to Upside
  WSV.setlocation $2 -868.671265 -116.157364 11.100804
}

Cya
Punjabi_goli ;)
GOD BLESS ALL..<<Founder of PUN Clan.....Born to fight and Kill..>>

Offline gamyster

  • Wiseguy
  • **
  • Posts: 61
    • View Profile
Re: How can I...
« Reply #22 on: October 19, 2008, 12:07:44 pm »
didnt work punja
Founder of [SAF]Clan

Offline Punjabi

  • Made Man
  • ***
  • Posts: 147
  • Config Editor
    • View Profile
    • PUN Clan
Re: How can I...
« Reply #23 on: October 19, 2008, 01:24:17 pm »
If u dont know anything plz dont abuse anyone by saying that ur command didnt work and from now plz stop dming with me i am fed up from u ..i am helping u but u dont know anything about WSV then i cant do anything thats it.. :(
GOD BLESS ALL..<<Founder of PUN Clan.....Born to fight and Kill..>>

Offline Knucis

  • Wiseguy
  • **
  • Posts: 82
  • u wot m9
    • View Profile
Re: How can I...
« Reply #24 on: October 19, 2008, 01:36:37 pm »
If u dont know anything plz dont abuse anyone by saying that ur command didnt work and from now plz stop dming with me i am fed up from u ..i am helping u but u dont know anything about WSV then i cant do anything thats it.. :(

Yeap... But dont start flamming you two...

Gamyster try to search in he scripts a text that  means: on *:SIGNAL:WSV.pickuphit: {
And put the script there...

Cya, Knucis

Offline gamyster

  • Wiseguy
  • **
  • Posts: 61
    • View Profile
Re: How can I...
« Reply #25 on: October 19, 2008, 03:15:27 pm »
so punjabi what u mean that ill always say like THAT "OH THIS CMD works"you want me to say yes in all ur Dumb scripts? and this is not called abusing ok! I just say that that cmd didnt work thats all and u did spam because ur a 10 year old kid.
« Last Edit: October 19, 2008, 03:24:47 pm by gamyster »
Founder of [SAF]Clan

Offline Knucis

  • Wiseguy
  • **
  • Posts: 82
  • u wot m9
    • View Profile
Re: How can I...
« Reply #26 on: October 19, 2008, 03:40:38 pm »
Ok... STOP IT!

This is a Mirc Scripting topic so pls dont Spam, Flam, etc...
This is suposed to be about Pickups nothing else. Pls you two are... Arghhh.. Stop Flamming...

Topic LOCKED bcuz of the spamming