|
You last visited: Today at 18:59
Advertisement
[HELP]Award VIP level
Discussion on [HELP]Award VIP level within the EO PServer Hosting forum part of the Eudemons Online category.
10/27/2009, 01:22
|
#1
|
elite*gold: 0
Join Date: Feb 2008
Posts: 939
Received Thanks: 209
|
[HELP]Award VIP level
hello everyone i got a little problem,i am making an npc that awards players with higher vip level... so they bring the item to the npc and they exhange it for +1 vip level to their currenct vip levle, so i tried doing like vip += 1 didn't work so could anyone please let me know how i can make it work?
|
|
|
10/27/2009, 01:43
|
#2
|
elite*gold: 0
Join Date: Jan 2009
Posts: 61
Received Thanks: 2
|
i just know how to do it manually in the account table, VIP=1-7
|
|
|
10/27/2009, 02:55
|
#3
|
elite*gold: 0
Join Date: Feb 2008
Posts: 939
Received Thanks: 209
|
well i guess everyone knows how to do it manually...
|
|
|
10/27/2009, 03:27
|
#4
|
elite*gold: 0
Join Date: Jan 2009
Posts: 61
Received Thanks: 2
|
lol
|
|
|
10/27/2009, 04:53
|
#5
|
elite*gold: 20
Join Date: Sep 2007
Posts: 1,767
Received Thanks: 1,746
|
Honestly I do not know if there is any possible way I did try some ways a long time ago. But I guess if I did not try 5002 you could try that
Type-Data-Param
5002-0-"+= 1"
5002-0-"vip += 1"
5002-0-"= 7"
5002-0-"vip = 7"
Try all 4 of those if they don't work then best way would be to do a script for it.
|
|
|
10/27/2009, 05:15
|
#6
|
elite*gold: 0
Join Date: Feb 2008
Posts: 939
Received Thanks: 209
|
thank you for this, i'll try it out
|
|
|
10/27/2009, 19:34
|
#7
|
elite*gold: 0
Join Date: Feb 2008
Posts: 939
Received Thanks: 209
|
i have got another question, i want to chnage some of the award into eps,
level < 127
level < 93
level == 91
level == 93
level < 124
uplevtime += 71
uplevtime += 106
uplevtime += 160
uplevtime += 177
level == 127
level == 128
level == 129
level == 130
uplevtime += 248
uplevtime += 710
uplevtime += 781
uplevtime += 1171
uplevtime += 2130
level < 127
level < 93
level == 91
level == 93
level < 124
uplevtime += 35
uplevtime += 53
uplevtime += 80
uplevtime += 89
level == 127
level == 128
level == 129
level == 130
uplevtime += 124
uplevtime += 355
uplevtime += 390
uplevtime += 586
uplevtime += 1065
level < 127
level < 93
level == 91
level == 93
level < 124
uplevtime += 118
uplevtime += 177
uplevtime += 265
uplevtime += 295
level == 127
level == 128
level == 129
level == 130
uplevtime += 413
uplevtime += 1180
uplevtime += 1298
uplevtime += 1946
uplevtime += 3539
level < 127
level < 93
level == 91
level == 93
level < 124
uplevtime += 59
uplevtime += 88
uplevtime += 133
uplevtime += 147
level == 127
level == 128
level == 129
level == 130
uplevtime += 206
uplevtime += 590
uplevtime += 649
uplevtime += 973
uplevtime += 1769
level < 127
level < 93
level == 91
level == 93
level < 124
uplevtime += 219
uplevtime += 329
uplevtime += 493
uplevtime += 548
level == 127
level == 128
level == 129
level == 130
uplevtime += 767
uplevtime += 2192
uplevtime += 2411
uplevtime += 3616
uplevtime += 6575
level < 127
level < 93
level == 91
level == 93
level < 124
uplevtime += 110
uplevtime += 164
uplevtime += 247
uplevtime += 274
level == 127
level == 128
level == 129
level == 130
uplevtime += 384
uplevtime += 1096
uplevtime += 1205
uplevtime += 1808
uplevtime += 3288
level < 127
level < 93
level == 91
level == 93
level < 124
uplevtime += 219
uplevtime += 329
uplevtime += 493
uplevtime += 548
level == 127
level == 128
level == 129
level == 130
uplevtime += 767
uplevtime += 2192
uplevtime += 2411
uplevtime += 3616
uplevtime += 6575
level < 127
level < 93
level == 91
level == 93
level < 124
uplevtime += 110
uplevtime += 164
uplevtime += 247
uplevtime += 274
level == 127
level == 128
level == 129
level == 130
uplevtime += 384
uplevtime += 1096
uplevtime += 1205
uplevtime += 1808
uplevtime += 3288
level < 127
level < 93
level == 91
level == 93
level < 124
uplevtime += 573
uplevtime += 859
uplevtime += 1289
uplevtime += 1432
level == 127
level == 128
level == 129
level == 130
uplevtime += 2004
uplevtime += 5727
uplevtime += 6300
uplevtime += 9449
uplevtime += 17181
level < 127
level < 93
level == 91
level == 93
level < 124
uplevtime += 286
uplevtime += 430
uplevtime += 644
uplevtime += 716
level == 127
level == 128
level == 129
level == 130
uplevtime += 1002
uplevtime += 2863
uplevtime += 3150
uplevtime += 4725
uplevtime += 8590
so in this list what do i have to change so instead of exp you get eps?
|
|
|
10/28/2009, 01:41
|
#8
|
elite*gold: 0
Join Date: Oct 2009
Posts: 1,208
Received Thanks: 926
|
I believe the uplevtime is the exp, so you would change those to e_money += *Amount of Eps*
|
|
|
10/28/2009, 01:44
|
#9
|
elite*gold: 0
Join Date: Feb 2008
Posts: 939
Received Thanks: 209
|
i wasn't really sure, about it, but thanks,.
|
|
|
10/30/2009, 16:46
|
#10
|
elite*gold: 0
Join Date: Sep 2009
Posts: 156
Received Thanks: 50
|
Quote:
Originally Posted by zuikislol
i wasn't really sure, about it, but thanks,.
|
Also you may need to take the Correct type id from any EP Card so it works perfect unless the uplevtime has already the same Type id
|
|
|
11/01/2009, 00:00
|
#11
|
elite*gold: 20
Join Date: Mar 2008
Posts: 1,549
Received Thanks: 819
|
Quote:
Originally Posted by ProSkyZ
Also you may need to take the Correct type id from any EP Card so it works perfect unless the uplevtime has already the same Type id
|
correct type was 1001 i think
|
|
|
 |
Similar Threads
|
[HELP] Award of PKT, FW and GW
08/17/2010 - EO PServer Hosting - 1 Replies
Hello friends, could someone tell me where I change the awarding of the RTK, FAMILY WAR AND GUILD WAR?
ty:handsdown:
|
[Release] award magic list
03/09/2010 - EO PServer Guides & Releases - 2 Replies
i was bored tonight so i thought id make this xD.. below is a list of magic in the game on your type these codes in. NOTE: must have skill in your skill list.
Note: the 3 can be in a range of 1-4
Warrior
-------------------
/awardmagic 1010 3<===============ChainChop
/awardmagic 1007 3<===============FlyingChop
|
[Regust] Pk turnament + award system CoEmu
12/16/2009 - CO2 Private Server - 2 Replies
Hi any one Can help my code PK turnament + award system For CoEmu v2??/ Plyz :) Thanks :)
|
Help GW award system
11/28/2009 - CO2 Private Server - 1 Replies
I got problem i trai add GW award system after yuo win GW Yuo get GoldPrize But wat opcion Fir cheak Who win gw? I usin 1565 Thanks for help :)
|
LOL - Blizz gewinnt den Big Brother Award
11/02/2005 - World of Warcraft - 1 Replies
Etwas runterscrollen - da stehts dann.
Der Award ist für Firmen, die besonders heimtückisch agieren, wenn ich das richtig verstanden habe ;P.
http://www.bigbrotherawards.at/2005/Preistraeger
quote:
Kategorie Kommunikation: Die Hersteller des beliebten Online-Strategie-Spiels "World of Warcraft" für nachgerade strategisches Vorgehen - gegen die Kunden
|
All times are GMT +1. The time now is 19:00.
|
|