Register for your free account! | Forgot your password?

You last visited: Today at 02:24

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Auto Teleport scroll

Discussion on Auto Teleport scroll within the SRO Private Server forum part of the Silkroad Online category.

Reply
 
Old 10/07/2013, 22:37   #31
 
elite*gold: 19
Join Date: Jul 2013
Posts: 223
Received Thanks: 290
Phoenix.... delete the eventid stuff... let ppl find out themselves. I left it out on purpose.
Royalblades is offline  
Old 10/10/2013, 18:52   #32
 
Herovans's Avatar
 
elite*gold: 0
Join Date: Oct 2013
Posts: 348
Received Thanks: 138
Some hints for you.
1 -Create teleport scroll
2 -_AddLogItem
3 - IF ( @ItemRefID = XX)
4 -Your query.
5 -Profit??
Herovans is offline  
Thanks
1 User
Old 10/10/2013, 18:53   #33
 
elite*gold: 0
Join Date: Aug 2011
Posts: 364
Received Thanks: 29
If you actually need help write me a PM i try to help you
Lifestyler. is offline  
Old 10/10/2013, 21:01   #34
 
elite*gold: 19
Join Date: Jul 2013
Posts: 223
Received Thanks: 290
Quote:
Originally Posted by Herovans View Post
Some hints for you.
1 -Create teleport scroll
2 -_AddLogItem
3 - IF ( @ItemRefID = XX)
4 -Your query.
5 -Profit??
Completely USELESS hints xD
Cant believe you even wrote it.

_AddLogItem does NOT log the USE of a NEW type of teleport scroll.
@ItemRefID does NOT contain the id of the scroll either.
"Your Query." WILL NOT be able to teleport anyone from ingame.
There will NOT be any "profit" since the **** wont work.

Mr Herovans... USELESS comment.
Royalblades is offline  
Old 10/10/2013, 21:33   #35
 
Herovans's Avatar
 
elite*gold: 0
Join Date: Oct 2013
Posts: 348
Received Thanks: 138
Quote:
Originally Posted by Royalblades View Post
Completely USELESS hints xD
Cant believe you even wrote it.

_AddLogItem does NOT log the USE of a NEW type of teleport scroll.
@ItemRefID does NOT contain the id of the scroll either.
"Your Query." WILL NOT be able to teleport anyone from ingame.
There will NOT be any "profit" since the shit wont work.

Mr Herovans... USELESS comment.
You have to think out of box.

He asked about scroll to remove stat points and teleport him instead of dc.

So he can create a teleport scroll that will teleport him to town in same time, it will execute the query for rest char stat points.

Just example to rest character skills
PHP Code:
    IF ( @ItemRefID 48003 AND @dwData 65538 
    
BEGIN
    EXEC SRO_VT_SHARD_INIT
.dbo.[__reset_skill_by_CharID] @CharID = @CharID 
@ItemRefID = teleport scroll id

You are a good developer so please don't think like that.
Herovans is offline  
Thanks
1 User
Old 10/10/2013, 22:10   #36
 
elite*gold: 19
Join Date: Jul 2013
Posts: 223
Received Thanks: 290
Quote:
Originally Posted by Herovans View Post
You have to think out of box.

He asked about scroll to remove stat points and teleport him instead of dc.

So he can create a teleport scroll that will teleport him to town in same time, it will execute the query for rest char stat points.

Just example to rest character skills
PHP Code:
    IF ( @ItemRefID 48003 AND @dwData 65538 
    
BEGIN
    EXEC SRO_VT_SHARD_INIT
.dbo.[__reset_skill_by_CharID] @CharID = @CharID 
@ItemRefID = teleport scroll id

You are a good developer so please don't think like that.
Don't worry, I always think outside the box, however your just so far outside the box, you aren't even sticking to the ground anymore.

Let me explain it:
There is no ItemLog created for using a Teleportscroll.
There is a CharLog created for using a teleportscroll.
The distinguishing part are the @Data1, @Data2 columns.
Those ones vary depending on the type of scroll used.
Unfortunatly it is not possible to create a completely "new" distinguishable type of return scroll. Therefore, you would need to "remove" one variety and keep it for exclusive use of stat resetting.
Thus, you are limiting the gameplay, instead of actually advancing with features. If you are truly open-minded you would have thought of that, wouldn't you?
Royalblades is offline  
Old 10/10/2013, 22:33   #37
 
Herovans's Avatar
 
elite*gold: 0
Join Date: Oct 2013
Posts: 348
Received Thanks: 138
Maybe i missunderstand you..

But i already explained my way how to do it via teleport scroll.

"There is no ItemLog created for using a Teleportscroll"= actually it does ,Please try it yourself.

it was a simple idea of using a teleport scroll to execute query.

Anyway i got your point, you want we create something instead of editing it.
Can you such features by using executable sql program to inject smc or sending packets with gm character etc.
Herovans is offline  
Old 10/10/2013, 22:38   #38
 
elite*gold: 19
Join Date: Jul 2013
Posts: 223
Received Thanks: 290
Quote:
Originally Posted by Herovans View Post
"There is no ItemLog created for using a Teleportscroll"= actually it does ,Please try it yourself.
There is a CharLog for using a Teleportscroll, not a Itemlog. Theres a difference between those two. Try it out yourself lol.
Royalblades is offline  
Old 10/10/2013, 22:49   #39
 
elite*gold: 0
Join Date: Feb 2008
Posts: 961
Received Thanks: 648
It's very possible,took me 10minutes to figure it out.

As a testing,I edited the fast return scroll to give me -1 STR/INT after teleportation,and it worked like a charm,no skills/logs no ****

EDIT: However,some conditions must apply on that item,example: can't be sold/traded/stored and maxstack=1 in order to make it fully functional just like myth sro.
magicanoo is offline  
Old 10/10/2013, 22:52   #40
 
Herovans's Avatar
 
elite*gold: 0
Join Date: Oct 2013
Posts: 348
Received Thanks: 138
I can't believe myself!!! you don't know that there is Itemmlog for teleportscroll?

Ok log in game.

wooh wooh wait.

I was not very specified i meant by teleportscroll is instant return scroll.

it's make any difference sound for you?

Quote:
Originally Posted by magicanoo View Post
It's very possible,took me 10minutes to figure it out.

As a testing,I edited the fast return scroll to give me -1 STR/INT after teleportation,and it worked like a charm,no skills/logs no ****

EDIT: However,some conditions must apply on that item,example: can't be sold/traded/stored and maxstack=1 in order to make it fully functional just like myth sro.
Nice to know it worked with you.
Herovans is offline  
Old 10/10/2013, 23:13   #41
 
elite*gold: 19
Join Date: Jul 2013
Posts: 223
Received Thanks: 290
[QUOTE=Herovans;25359863]I can't believe myself!!! you don't know that there is Itemmlog for teleportscroll?

Ok log in game.

wooh wooh wait.

I was not very specified i meant by teleportscroll is instant return scroll.

it's make any difference sound for you?
/QUOTE]

Lol... yes there is a huge difference.
Royalblades is offline  
Reply


Similar Threads Similar Threads
Powerlevel Hack [Q.Plant Q.Defuse Auto Start Auto F Auto Teleport To Bomb]
01/03/2012 - WarRock Hacks, Bots, Cheats & Exploits - 17 Replies
http://i.imgur.com/EGaFU.png DOWNLOAD SCAN QUICK DEFUSE REMOVED FOR COMPLETE POWERLEVEL PM ME or EAGL3 ;)
Teleport Scroll/recall value [INT]
01/10/2009 - Kal Online - 4 Replies
hey i guess they changed values after update.. anyone have new ones? also, can you still get them with G1 sword/ money in inv slot 1 and 2? Thanks
[Release] teleport and recall scroll packets - int. server
11/10/2008 - Kal Hacks, Bots, Cheats & Exploits - 1 Replies
hi all, the packets.... teleport scroll = send 0x8a, "Ubds", token id, 0x02, med id, char name recall scroll = send 0x89, "Ubds", token id, 0x02, med id, char name YoSaKi (my first post xD)
Teleport scroll
11/10/2008 - Kal Online - 9 Replies
Hi Anybody know ID Teleport scroll on global ? I know recall scrools ID but need ID Teleport scroll help



All times are GMT +2. The time now is 02:24.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.